Skip to content

Commit

Permalink
Updated numFolds
Browse files Browse the repository at this point in the history
updated numFolds to have better Random Forest performance
  • Loading branch information
Colombatto authored May 20, 2021
1 parent 907f621 commit 80c46c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 2_Strategies/Strategy_WhatIfScenarios.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@
"pipeline = Pipeline(stages=[assembler, rf])\n",
"\n",
"#hyperparameters values: numTrees start, numTrees stop, numTrees num, maxDepth start, maxDepth stop, maxDepth num, numFolds\n",
"set1=[ 5, 25, 3, 5, 10, 3, 2]\n",
"set2=[ 10, 50, 3, 5, 10, 3, 3]\n",
"set3=[ 5, 25, 3, 5, 10, 3, 4]\n",
"set1=[ 5, 25, 3, 5, 10, 3, 9]\n",
"set2=[ 10, 50, 3, 5, 10, 3, 9]\n",
"set3=[ 5, 25, 3, 5, 10, 3, 27]\n",
"\n",
"params=[set1, set2, set3]\n",
"models=[]\n",
Expand Down

0 comments on commit 80c46c2

Please sign in to comment.