dharineeshramtp2000 / Gradient-Boosting-Vehicle-Prediction-Silhouette-Measurements-

We know that Foresting algorithms perform well in additive with some boosting techniques. Here we use Gradient Boosting in order to predict the type of vehicle based on silhouette measurements.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gradient-Boosting-Vehicle-Prediction-Silhouette-Measurements-

We know that Foresting algorithms perform well in additive with some boosting techniques. Here we use Gradient Boosting in order to predict the type of vehicle based on silhouette measurements.

Installation

Requiremenmts

  • Python 3.3+ or Python 2.7
  • scikit learn
  • numpy
  • pandas
  • matplotlib

Install the libraries from the pypi.org with the following commands.

pip install scikit-learn
pip install numpy
pip install pandas
pip install matplotlib

Please do refer stackoverflow for any errors during installation.

About

We know that Foresting algorithms perform well in additive with some boosting techniques. Here we use Gradient Boosting in order to predict the type of vehicle based on silhouette measurements.


Languages

Language:Jupyter Notebook 92.0%Language:Python 8.0%