-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
AutoML.NETAutomating various steps of the machine learning processAutomating various steps of the machine learning process
Description
System Information (please complete the following information):
- OS & Version: e.g. Windows 10
- ML.NET Version: v2.0.1
- .NET Version: .NET 6.0
Describe the bug
I am trying to make a regression model using autoML, when I am using the model builder it goes through a lot of models quickly (about 300 in 100 seconds) and when I am using an autoML experiment it tries about 10 models in 100 seconds, resulting in a much less efficient model and I would like to use autoML experiements to get several models automaticaly
To Reproduce
Steps to reproduce the behavior:
- Load data.csv with Model2.cs
- use the pipeline I made
- It is slow and goes through 10 models, R² = 0.02
- Load the data with model builder
- create a regression model and train it
- it is fast and goes through 300 models R²=0.06
Additional context
FirstMLProject.zip
Metadata
Metadata
Assignees
Labels
AutoML.NETAutomating various steps of the machine learning processAutomating various steps of the machine learning process