Skip to content

Materials for UL FRI Data Science Workshop: Predictive Modelling with Python

Notifications You must be signed in to change notification settings

uasic/fri-ds-python-ml

 
 

Repository files navigation

Predictive modeling with Python

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.


15:30 - 17:30

  • Introduction to regression and classification
  • Basic examples of scikit-learn on artificial data set

17:30 - 18:00

Coffee break


18:00 - 20:00

Step-by-step modeling with California Housing data set.

  • introducing the workflow,
  • visualization,
  • feature selection,
  • feature construction,
  • learning regression models,
  • evaluation.

Prerequisites

The most elegant way to install the required software is by installing Conda. You can either install:

  • the entire set of packages in Anaconda or

  • Miniconda first, and manually add packages scikit-learn, pandas and matplotlib:

    conda install -c intel scikit-learn
    conda install pandas matplotlib
    

About

Materials for UL FRI Data Science Workshop: Predictive Modelling with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.2%
  • Python 0.8%