Skip to content

awesome featutur#1

Open
osuagwu wants to merge 1 commit intomainfrom
new_feat
Open

awesome featutur#1
osuagwu wants to merge 1 commit intomainfrom
new_feat

Conversation

@osuagwu
Copy link
Owner

@osuagwu osuagwu commented Mar 17, 2026

This is test new awesome fetaure
review please

Copy link
Owner Author

@osuagwu osuagwu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see my comments

accuracy = accuracy_score(y_test, y_pred);
print(f"\nAccuracy: {accuracy:.2f}");

print(f"\nThe model was trained on {X_train.shape[0]} samples and tested on {X_test.shape[0]} samples.");
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may not be required

Suggested change
print(f"\nThe model was trained on {X_train.shape[0]} samples and tested on {X_test.shape[0]} samples.");
print(f"\nThe model was trained on {X_train.shape[1]} samples and tested on {X_test.shape[1]} samples.");

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

Successfully merging this pull request may close these issues.

1 participant