Skip to content

This repo contains the machine learning algorithms, their usage, and caveats which help me mostly in solving real-life problems.

Notifications You must be signed in to change notification settings

aayushmalik/ML_PythonNotebooks

Repository files navigation

My Machine Learning Workflow

  • Import Libraries
  • Import Data
  • Look at top 10 values to see how data looks like
  • Data Frame Profiling
    • Looking at shape
    • Talk to domain expert
    • Count NA values in each column and replacing them if needed
    • Data cleaning
    • Describing numerical variables
    • Checking for outliers using boxplots and removing them
  • Machine Learning

About

This repo contains the machine learning algorithms, their usage, and caveats which help me mostly in solving real-life problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published