Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

different .fit parameters meaning #7

Open
firstimpressionmusic opened this issue May 25, 2021 · 0 comments
Open

different .fit parameters meaning #7

firstimpressionmusic opened this issue May 25, 2021 · 0 comments

Comments

@firstimpressionmusic
Copy link

In SVM you use
clf_svm.fit(X_train_tfidf, training_data.flag)
In MNB you use
clf_mnB = MultinomialNB().fit(X_train, y_train)

Why fitting is different?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant