shaypal5 / ds-intro-workshop-23

A slightly updated version of an old introduction to ML/DS workshop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to Machine Learning

The repository of my hands-on introduction to machine learning workshop. It was adapted from my workshop for the DataLearn 2019 track at DataHack 2019.

Notebooks by Shay Palachy. Slides by Shay Palachy Affek and Dana Kaner (Thank you Dana <3).

Resources

Outline

Part 1: Tools of the trade

  • Jupyter notebooks
  • Python
  • numpy
  • pandas

Part 2: Data

  • Data exploration
  • Preprocessing
    • Imputation
    • Scaling and normalization
    • Handling outliers
    • Feature extraction/generation
    • Feature selection
    • Dimensionality reduction

Par 3: Modeling

  • Model fit & loss functions
  • Splitting your data
  • Model evaluation
  • Hyperparameter Optimization

About

A slightly updated version of an old introduction to ML/DS workshop.


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%