wil70
wil70
It will be really nice if Drag and dropping an image was 1) inserting automatically the tag for me like /// 2) and was optionally able to move the Dnd...
Hello, I'm using 2.1 (latest).When I compile x32 bits dlls, all is good, but if I compile a 64 bits dlls then I have an error message: CS0006 Metadata file...
Hello, I use all latest (windows 10 latest June 2020 update) I have .net 4.8 and 4.72 Whe I run the application I got the following error: 'BindingFailure' : 'The...
1. Can I retrain LightGBM? 1.a. I tried via AutoML and it seems to start from scratch when I do a FIT or I call MLModel1.Training.cs " public static ITransformer...
**System Information (please complete the following information):** - OS & Version: Win8, latest version as of this bug entry - ML.NET Version: 16.13.9 - .NET Version:6.0.303 **Describe the bug** When...
**System Information (please complete the following information):** - OS & Version: Win8, latest version as of this bug entry - ML.NET Version: 16.13.9 - .NET Version:6.0.303 **Describe the bug** When...
Hello, is there a way to end earlier a long training? Like I put 600000 seconds, and I have good results already, so I would like to finish it sooner....
Hello, is there a way to resume an ML.net cli training to where it was before a crash? I have a lot of data in the folder C:\Users\wwww\AppData\Local\Temp\AutoML-NNI\Experiment-9K67B4 but I...
Hello, I'm using LightGBM CLI. I'm able to train, here is my config file: ``` task = train num_threads = 6 objective = multiclass metric = multi_logloss,auc_mu,multi_error num_class = 5...
Is there a way to pass a huge lightgbm input '.bin' file directly to lightgbm for training via flaml/automl? The lightgbm c, cli allow me to specify directly the input...