| Package | Description |
|---|---|
| com.feedzai.openml.python |
This package contains the base implementation for all python based Models and Model Loaders.
|
| Modifier and Type | Method and Description |
|---|---|
protected ClassificationPythonModel |
AbstractClassificationPythonModelLoaderImpl.getModelImpl(com.feedzai.openml.data.schema.DatasetSchema schema,
JepInstance jepInstance,
String id)
Gets the actual instance of the
MachineLearningModel to use. |
protected abstract void |
AbstractClassificationPythonModelLoaderImpl.modelLoadLogic(JepInstance jepInstance,
String id,
Path modelPath)
Specific implementation of python logic that loads the model.
|
void |
ClassificationPythonModel.validate(JepInstance jepInstance,
String id)
Validates that the model's Jep environment has everything loaded and available.
|
| Constructor and Description |
|---|
ClassificationPythonModel(JepInstance jepInstance,
com.feedzai.openml.data.schema.DatasetSchema schema,
String id)
Constructor for this model's representation using default names for
classification and scoring. |
ClassificationPythonModel(JepInstance jepInstance,
com.feedzai.openml.data.schema.DatasetSchema schema,
String id,
String classifyFunctionName,
String getClassDistributionFunctionName)
Constructor for this model's representation.
|
Copyright © 2018 Feedzai. All rights reserved.