SolomonAnn / IDA_Homework

Solomon's IDA Homework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDA_Homework

Solomon's IDA Homework

  • OS: Windows 10
  • Language: Python 3.7.1

How to run

  • run pip install requirements.txt
  • run python /src/preprocess/generate_charts.py to generate relevant charts
  • run python /src/classification/bayesian_classifier.py ratio to test bayesian model
  • run python /src/classification/knn_classifier.py ratio k to test KNN model
  • run python /src/regression/logistic_regression.py to test logistic model

ratio : train set's percentage in the data set

k : the number of the nearest neighbors in the KNN mode

About

Solomon's IDA Homework


Languages

Language:HTML 99.3%Language:Python 0.7%