Created
February 19, 2022 07:49
-
-
Save erap129/eeee3b417023f5c23749bd014977e45d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
normal_predictor = NormalPredictor() | |
get_algo_results(normal_predictor, trainset, testset) | |
get_hitrate_results(normal_predictor, train_loocv, test_loocv) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment