berkeley-stat159 / project-delta

BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

sklearn package for regression and machine learning #58

Closed liuanna closed 8 years ago

liuanna commented 8 years ago

We are able to use sklearn package to perform logistic regression, svm, randomForest, and many other machine learning tools. With this handy tool, we don't need to write functions for these models but we do need write scripts to run them. So please download (pip install -U scikit-learn) and explore the package a little bit.

karenceli commented 8 years ago

http://peekaboo-vision.blogspot.de/2013/01/machine-learning-cheat-sheet-for-scikit.html Here is a link that I think might be helpful to get to know about for scikit learn~