Description
System Information
- Model Builder Version: Latest
- Visual Studio Version : VS 2019 Community 16.2.5
Bug description
Model Builder Get Started, on step :
https://dotnet.microsoft.com/learn/ml-dotnet/get-started-tutorial/train
using wikipedia-detox-250-line-data.tsv, when train time is longer or equal than 60 sec,
output shows :
Exception occured while exploring pipelines:
must be in range [0, 0.5)
Parameter name: L2Regularization
System.ArgumentOutOfRangeException: must be in range [0, 0.5)
Parameter name: L2Regularization
at Microsoft.ML.CLI.CodeGenerator.CodeGenerationHelper.GenerateCode()
at Microsoft.ML.CLI.Program.<>c__DisplayClass1_0.
Please see the log file for more info.
Exiting ...
Last tested algorithm visible in output is :
|9 SgdCalibratedBinary 0,7317 0,8104 0,9053 0,7925 1,4 0 |
Steps to Reproduce
- Right click on project -> Add -> Machine Learning
- Follow Get Started from : https://dotnet.microsoft.com/learn/ml-dotnet/get-started-tutorial/intro until "Train your model"
- In "Time to train (seconds)" textbox set >= 60
- Wait until output shows error
Expected behavior
Same as you train it shorter, no errors but starting next step