Skip to content
Snippets Groups Projects
Commit b76625fb authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: fix initial value of regression accuracy

parent 073e5c2d
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ RandomForestsMachineLearningModel<TInputValue,TOutputValue>
m_RFModel (new CvRTrees),
m_MaxDepth(5),
m_MinSampleCount(10),
m_RegressionAccuracy(0),
m_RegressionAccuracy(0.01),
m_ComputeSurrogateSplit(false),
m_MaxNumberOfCategories(10),
m_CalculateVariableImportance(false),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment