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

model accuracy and robustness #1

Open
realamirhe opened this issue Jun 19, 2021 · 0 comments
Open

model accuracy and robustness #1

realamirhe opened this issue Jun 19, 2021 · 0 comments

Comments

@realamirhe
Copy link

The PD data has been collected for 3 test on each patient so model prediction for slice of data may causes inconsistency in report

y_pred = np.round(model.predict(x_test))

Majority vote can make model evaluation more robust but may affect accuracy score.


Also normal fold selection may cause a user be both in train and test set in each fold evaluation
which can be prevented by filtering on unique patient identifiers

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