diff --git a/README.md b/README.md index 80d7dc9..3207c03 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,8 @@ The inital model was only given 10 decision tree, which resulted in a total of 1 It was found that a the optimal number of decision trees for this models to predict the answers was 200 decision trees. Hence the n_estimator argument was given a final value of 200. Anything more that 200 will result in over-fitting and will lead further incorrect prediction. + + +INSTALATION +Depends on: python3-tk +pip install -r requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..26b05aa --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +cycler==0.10.0 +kiwisolver==1.0.1 +matplotlib==3.0.3 +pandas==0.24.2 +pkg-resources==0.0.0 +python-dateutil==2.8.0 +scikit-learn==0.20.3 +scipy==1.2.1 +sklearn==0.0 \ No newline at end of file