You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+54-30Lines changed: 54 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -38,44 +38,68 @@ Various elements of the technique can be altered to improve performance. These i
38
38
4. Grid search strategy
39
39
40
40
For the performance experiment (question 2), I'll be varying the repeats of the outer-loop cv strategy for each method. The fastest implementation of each method will be tuned with different sizes of data ranging from 100 to 5000 observations. The mean absolute error will be calculated for each combination of repeat, data size, and method.
41
-
42
-
Notes:
43
-
44
-
1. I'm using a 4 core, 16 GB RAM machine.
45
-
2. "parsnip" refers to the script where both the Elastic Net and Ranger Random Forest model functions come from {parsnip}
46
-
3. "ranger" means the Random Forest model function that's used is directly from the {ranger} package.
47
-
4. In "sklearn", the Random Forest model function comes for scikit-learn.
48
-
5. "ranger-kj" uses all the Kuhn-Johnson loop functions and the {ranger} Random Forest model function to execute Raschka's method.
0 commit comments