Learning from the Past: with Scikit-Learn
by Anoop Thomas (speaking)
Objective
The talk aims in enabling python programmers to leverage the capabilities of scikit-learn, a powerful machine learning library in python, to classify and forecast, using their existing historical data, without much of a complex hassle.
Description
Scikit-Learn is a popular library for machine learning in python, which can be leveraged in identifying patterns in data we deal everyday, and take necessary initiatives to optimize our solutions. Talk will walk through k-means clustering and a few other features provided by scikit-learn, and will try to solve a real world problem with the help of scikit-learn
Speaker bio
Anoop Thomas Mathew is a Python enthusiast with more than two years of experience in the industry. With the title of Director of R&D, Profoundis Pvt. Ltd., he created and manages the team behind Momentous Business Suite, a complete solution for SME Data Analytics.
2
▼
I'm in!
1
▼
Just asking : is scikit better than weka?
1
▼
Its the same difference as like python and java. scikit-learn is more pythonic, and easier to navigate through.