-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
P2Priority of the issue for triage purpose: Needs to be fixed at some point.Priority of the issue for triage purpose: Needs to be fixed at some point.
Description
There are several new components in ML.NET that were not added to the EntryPoint catalog:
- MatrixFactorizationTrainer
- PermutationFeatureImportance
- GeneralizedAdditiveModels
- SsaSpikeDetector
- SsaChangePointDetector
- IidSpikeDetector
- IidChangePointDetector
To add these to the EntryPoint catalog, simply:
- Add the
SignatureEntryPointModulesignature to theLoadableClassassembly attribute. - Create a public static method, that:
- Takes as input, among others, an object representing the arguments of the component you want to expose.
- Initializes and run the components, returning one of the nested classes of
Microsoft.ML.Runtime.EntryPoints.CommonOutputs - Is annotated with the
TlcModule.EntryPointattribute
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2Priority of the issue for triage purpose: Needs to be fixed at some point.Priority of the issue for triage purpose: Needs to be fixed at some point.