Showing posts with label scikit-learn. Show all posts
Showing posts with label scikit-learn. Show all posts

Saturday, May 30, 2015

Part 4. Making a first model.

“In theory, theory and practice are the same. In practice, they are not”
Albert Einstein
 
 
 
 
    Greetings! Today we will finally start making some predictions and recommendations. In previous part we converted our data set to numeric form so it is ready for most models form scikit-learn library. In this part we will perform next:
  1. Divide data set into parts
  2. Try few simple models from scikit-learn
  3. Try Neural Network from pybrain package
    I will use standard algorithms from scikit-learn and pybrain libraries. If you feel you can implement your own model, you can share it in comments. So let's do the practical Machine Learning.