Skip to content

ML Project implementing decision trees, boosting and svm classification from scratch.

Notifications You must be signed in to change notification settings

Neo-Panther/ML-Project-Predicting-Crime-Rate

Repository files navigation

Predicting Crime Rates

This ML project predicts crime rate of different communities and categorizes them into low, medium, or high crime rate. For this the project implements decision tree (using entropy), adaboost, and multiclass svm models from scratch. The code, its description and results are present in 'Team16_Assignment2.pdf' and 'Team16_Assignment2.ipynb' files. Data used can be found in .data and .names files. the .data file can be read as a csv.

Releases

No releases published

Packages

No packages published