项目作者: a3darekar

项目描述 :
Comparison and analysis of Machine Learning Classification Techniques
高级语言: Jupyter Notebook
项目地址: git://github.com/a3darekar/sklearn-classifications.git
创建时间: 2019-10-21T11:41:50Z
项目社区:https://github.com/a3darekar/sklearn-classifications

开源协议:

下载


Comparison and analysis of Machine Learning Classification Techniques

A Jupyter Notebook that classifies Mobiles in 4 price ranges based on the device specifications

Find dataset Here

To use this, you’ll need following packages

  • Python 2.x
  • Jupyter
  • Pandas
  • Numpy
  • Scikit-learn
  • Matplotlib
  • pydotplus

Or using pip, install all requirements by using following command

  1. pip install -r requirements.txt

To install Python:

First, check if you already have it installed or not.

  1. python --version

If you don’t have python in your computer you can use the code below:

  1. sudo apt-get update
  2. sudo apt-get install python

To install packages via pip install:

  1. pip install -r requirements.txt

If you haven’t installed pip, you can use the codes below in your terminal:

  1. sudo apt-get update
  2. sudo apt install python-pip

You should check and update your pip:

  1. pip install --upgrade pip