Skip to content

Performance analysis of Decisions Trees, Boosting & Bagging, KNN, Neural Network and Linear Regression algorithms. Over two Data Sets (meant-to-be) very different in nature and volume.

master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 

README.md

Requirements:

  • PYTHON 3
  • Basic librairies included in anaconda package : pandas, numpy, sklearn, matplotlib, mpl_toolkits

datasets are in ./data folder

Codes are in ./src folder :

Separate codes :

. /src/decision-trees.py : part with decision trees code . /src/neural-nets.py : part with neural nets code . /src/boosting.py : part with boosting code . /src/svm.py : part with svm code . /src/knn.py : part with knn code

Optional Notebook :

. /src/AS1-Supervised-Learning.ipynb : Complete jupyter-notebook . /src/AS1-Supervised-Learning.py : Complete notebook in python file

About

Performance analysis of Decisions Trees, Boosting & Bagging, KNN, Neural Network and Linear Regression algorithms. Over two Data Sets (meant-to-be) very different in nature and volume.

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.