Skip to content

Sentiment analysis if you predict y_pred = clf.predict(X_train) you will always get accuracy=1 #1

@PetterSunnyVR

Description

@PetterSunnyVR

y_pred = clf.predict(X_train)
print(accuracy_score(y_train, y_pred))

You should probably fix that in the ANN solution from folder 6

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions