Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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