/ML_PythonNotebooks

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

Primary LanguageJupyter Notebook

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