Skip to content

nadeap/UP-Data-Science

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPM Classification using Decision Tree, Naive Bayes, and K-Neirest Neighbors (KNN)

This is a project to classify the types of HDI (Human development index) or IPM (Indeks Pembangunan Manusia). There are 4 independent variables, such as:

  1. Harapan Lama Sekolah
  2. Pengeluaran Per Kapita
  3. Rerata Lama Sekolah
  4. Usia Harapan Hidup

And dependent variable: the type of HDI/IPM.

If you want to try this project, click this link: https://nadeap-up-data-science-app-4gv37y.streamlit.app/

You can also run this project on localhost by installing some requirements (requirements.txt).