Skip to content

fuszenecker/MachineLearning

Repository files navigation

Machine learning

Terminology

Interfaces

  • Estimator: Untrained model.
  • Transformer: Trained model.

Methods

  • Fit: Train the model.
  • Transform: Use the trained pipeline to process a (e.g. test) data collection.
  • Predict: Use the trained model to process one input data item.

ML.NET

Data processing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published