Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
#100DaysofMLCode Challenege
Python R Rebol
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github
1_Introduction
2_Data_Preprocessing
3_Regression
4_Classification Merge branch 'master' of https://github.com/NishkarshRaj/100DaysofMLCode Feb 3, 2020
.gitignore
100Days_Log.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md

README.md

#100DaysofMLCode Challenge

Table of Contents

1. Data Pre-processing

  • Importing Libraries
  • Importing Data sets
  • Handling the missing data values
  • Encoding categorical data
  • Split Data into Train data and Test data
  • Feature Scaling

2. Regression

  • Simple Linear Regression
  • Multi Linear Regression
  • Polynomial Regression
  • Support Vector Regression
  • Decision Tree Regression
  • Random Forest Regression

3. Classification

  • Logistic Regression

Log of my Day-to-Day Activities

Track my daily activities here

How to Contribute

This is an open project and contribution in all forms are welcomed. Please follow these Contribution Guidelines

Code of Conduct

Adhere to the GitHub specified community code.

License

Check the official MIT License here.

You can’t perform that action at this time.