Jure Žabkar
Thu, 25 April 2024
This workshop is an introductory hands-on course on doing a machine learning project in Python. It is aimed at students and professionals who want to learn the basics of data preparation, classification, regression, and model evaluation using the state-of-the-art machine learning library scikit-learn.
Familiarity with Python will be helpful, but programming skills in any other programming language would do as well.
- Introduction to regression and classification
- Basic examples of
scikit-learn
on artificial data set
Step-by-step modeling with California Housing data set.
- introducing the workflow,
- visualization,
- feature selection,
- feature construction,
- learning regression models,
- evaluation.
The most elegant way to install the required software is by installing Conda. You can either install: