-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadMe_RF_HyperparameterTuning.txt
More file actions
54 lines (26 loc) · 1.06 KB
/
ReadMe_RF_HyperparameterTuning.txt
File metadata and controls
54 lines (26 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
MAtlab - 9.11.0.1809720 (R2021b) Update 1 was used for this study and coursework
These steps should be followed post going through the ReadMe_General.txt file
Random Forest - RFmodel.m
1. The below files should be present to run this script directly without running the dataprocessing scripts (loaddataandclean.m and consolidatetables.m)
load dataTestset.mat
load dataTrainset.mat
load modelingtablegdpsmote.mat
load undersampling.mat
2. run script RFmodel.m to generate output as
Confusion Matrix
ROC Curve for majority class 'Growth'
3. The RF Base model could also be run for the SMOTE dataset and Undersampling datasets by amending lines 18-22 and 32-35 respectively
B. Full Model
treebaggerdec21final.m
C. Functions
mySMOTE.m
func1.m
CVlossfcn.m
D. Plots
the data selection plots section is commented out
2. change directory , path to the copied location of the files
from
"C:\Users\aruna\OneDrive\Documents\GitH\ML CW\sourcefiles\"
"C:\Users\aruna\OneDrive\Documents\GitH\ML CW\"
to
<target path>