Covers concise description and python implementation of common ML classifiers
Stars
0
Forks
0
Watchers
0
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
114
commits
Fixed classifier_name list to include the new classifier name as a list element
090e3b8View on GitHubInitial commit for training ensemble classifier using iris
b14ea65View on GitHubUpdate predict method for ensemble classifier for both ClassLabel and predict_proba for base clsfrs
7dec4ffView on GitHubNested cross validation after grid search for 3 different hypothesis space
fed0a31View on GitHub