Mungeol Heo
mungeol.heo@gmail.com
Friday, November 27, 2015
Machine learning tools
confusion matrix
https://en.wikipedia.org/wiki/Confusion_matrix
python function
http://scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html
http://scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html
cross-validation
https://en.wikipedia.org/wiki/Cross-validation_(statistics)
python function
http://scikit-learn.org/stable/modules/generated/sklearn.cross_validation.cross_val_score.html
k-fold
https://en.wikipedia.org/wiki/Cross-validation_(statistics)#k-fold_cross-validation
python function
http://scikit-learn.org/stable/modules/generated/sklearn.cross_validation.KFold.html
leave-one-out
https://en.wikipedia.org/wiki/Cross-validation_(statistics)#Leave-one-out_cross-validation
python function
http://scikit-learn.org/stable/modules/generated/sklearn.cross_validation.LeaveOneOut.html
standard error of the mean
https://en.wikipedia.org/wiki/Standard_error#Standard_error_of_the_mean
python function
http://docs.scipy.org/doc/scipy-0.16.0/reference/generated/scipy.stats.sem.html
one hot encoding
https://en.wikipedia.org/wiki/One-hot
python function
http://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.