Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 535 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 535 Bytes

Machine learning practice challenge: Global Terrorist Database

In this practice challenge I implemented and adjusted for models to predict the identity of responsible terrorist groups based on incidents' characteristics.

The final analysis is here.

Data

I trained the models on data from the Global Terrorism Database.

Used techniques

  • python scikit-learn, pandas, matplotlib
  • Decision trees, KNN