“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:
- Divide data set into parts
- Try few simple models from scikit-learn
- 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.