We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f20366 commit 432be39Copy full SHA for 432be39
inst/qml/mlRegressionKnn.qml
@@ -50,7 +50,7 @@ Form
50
KNN.WeightFunction { }
51
}
52
53
- UI.ExportResults { enabled: vars.predictorCount > 1 && vars.targetCount > 0 }
+ UI.ExportResults { enabled: vars.predictorCount > 0 && vars.targetCount > 0 }
54
55
UI.DataSplit { trainingValidationSplit: !optim.isManual }
56
inst/qml/mlRegressionLinear.qml
@@ -49,7 +49,7 @@ Form
49
FIG.PredictivePerformance { }
- UI.ExportResults { enabled: vars.predictorCount > 1 > 0 && vars.targetCount > 0 }
UI.DataSplit { trainingValidationSplit: false }
Section
0 commit comments