Skip to content

How to get model builder's efficiency in my code #6736

Open
@ClaraGard

Description

@ClaraGard

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:

  1. Load data.csv with Model2.cs
  2. use the pipeline I made
  3. It is slow and goes through 10 models, R² = 0.02
  4. Load the data with model builder
  5. create a regression model and train it
  6. it is fast and goes through 300 models R²=0.06

Additional context
FirstMLProject.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    AutoML.NETAutomating various steps of the machine learning process

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions