machinelearning icon indicating copy to clipboard operation
machinelearning copied to clipboard

AutoML.Net improvements tracking down list

Open LittleLittleCloud opened this issue 3 years ago • 1 comments

  • AutoML Sweepable API (#5993)

  • AutoML Featurizer API (#6187)

    • [x] implementation (#6205) (#6261)
    • [x] make it public
    • [ ] documents
    • [ ] code example
    • [ ] jupyter notebook example
      • [ ] image classification with image featurizer
  • AutoML Experiment API (#6118 )

    • [x] implementation
    • [x] make it pubic (#6173)
    • [ ] documents
    • [ ] code example
    • [x] jupyter notebook example
    • [ ] reimplement existing experiment using AutoML Experiment API
      • [x] BinaryExperiment (#6246)
      • [x] Multiclass Experiment (#6270)
      • [ ] Regression
      • [ ] Recommendation
      • [ ] Ranking
  • AutoML Advance Feature

    • [ ] continue training [#6335]
    • [ ] exit strategy
    • [x] limit resource (CPU/memory) [#6305]

LittleLittleCloud avatar Mar 31 '22 19:03 LittleLittleCloud

@LittleLittleCloud I'll tag this for ML.NET 2.0 (For release this November) just so it can be tracked appropriately. If the plan is not to have it by Nov let me know And I can push it to a later milestone.

michaelgsharp avatar Apr 11 '22 18:04 michaelgsharp

@LittleLittleCloud it looks like most of the items here are complete. Are we okay to close? Also I'm tracking 3.0 improvements in this issue.

#6514

We can maybe migrate anything outstanding there.

luisquintanilla avatar Jan 04 '23 16:01 luisquintanilla