Giter Site home page Giter Site logo

aravindiiitb / machine_learning Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 319 KB

As I lern to implement the state-of-the-art techniques in this buzz field called Machine Learning, I would like to share it with the rest of the world. Feel free to create issues and contribute more to this repo. Goal is to make it one stop repository to pick any kind of model that end-user needs. This can only be acheived with your support. Thanks, Aravind Kashyap

Jupyter Notebook 96.93% R 2.42% Python 0.65%
computer-vision machine-learning machine-learning-algorithms reinforcement-learning supervised-learning unsupervised-learning

machine_learning's People

Contributors

aravindiiitb avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

machine_learning's Issues

Adde a basic starter python for model building

Please add the following steps in the python script

  1. importing libraries
  2. loading the dataset
  3. filling blank cells
  4. turning textual data to numerical
  5. taking care of wrong order relationships
  6. splitting the dataset into the source variables (independant variables) and the target variable (dependant variable)
  7. feature scaling
  8. splitting the dataset into training and test set

Add decision tree code in python

Just basic python code where you just read clean data and split it into train/test and fit the model and predict the output and printing the metrics.

Add python notebook of decision tree

publish a python notebook containing the detailed steps as to ho a typical supervised learning problem is executed using decision tree.

Please include the following analysis in your notebook.

  1. Read/Preview of the data.
  2. Filling the missing values, if any.
  3. converting the textual attributes to label using label encoders
  4. Using onehot-encoder
  5. Distribution plots.
  6. Fit the model
  7. Precision
  8. Recall
  9. Accuracy

Please have separate cell for each of the analysis.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.