@AutoService(value=com.feedzai.openml.provider.MachineLearningProvider.class) public class PythonModelProvider extends Object implements com.feedzai.openml.provider.MachineLearningProvider<ClassificationPythonModelLoader>
for information on how these models should be implemented and formatted for
use with this provider.| Constructor and Description |
|---|
PythonModelProvider() |
| Modifier and Type | Method and Description |
|---|---|
Set<com.feedzai.openml.provider.descriptor.MLAlgorithmDescriptor> |
getAlgorithms() |
Optional<ClassificationPythonModelLoader> |
getModelCreator(String algorithmName) |
String |
getName() |
public String getName()
getName in interface com.feedzai.openml.provider.MachineLearningProvider<ClassificationPythonModelLoader>public Set<com.feedzai.openml.provider.descriptor.MLAlgorithmDescriptor> getAlgorithms()
getAlgorithms in interface com.feedzai.openml.provider.MachineLearningProvider<ClassificationPythonModelLoader>public Optional<ClassificationPythonModelLoader> getModelCreator(String algorithmName)
getModelCreator in interface com.feedzai.openml.provider.MachineLearningProvider<ClassificationPythonModelLoader>Copyright © 2019 Feedzai. All rights reserved.