Task Plugins Collection#
Note
See the Glossary for the meaning of the acronyms used in this guide.
Artifacts#
|
Downloads an artifact file or directory from a previous MLFlow run. |
|
Uploads a |
Archives a directory and uploads it as an artifact of the active MLFlow run. |
|
|
Uploads a file as an artifact of the active MLFlow run. |
|
Extracts a tarball archive into the current working directory. |
|
Creates directories if they do not exist. |
Exceptions#
The requested data frame file format is not supported. |
Attacks#
|
Generates an adversarial dataset using the Fast Gradient Method attack. |
Backend Configuration#
Initializes Tensorflow to ensure reproducibility. |
Data#
|
Yields an iterator for generating batches of real-time augmented image data. |
Returns the number of unique labels found by the |
Estimators#
|
Initializes an untrained neural network image classifier for Tensorflow/Keras. |
|
Fits the estimator to the given data. |
|
Uses the estimator to make predictions on the given input data. |
Available Estimators#
|
Builds an untrained shallow neural network architecture for Tensorflow/Keras. |
|
Builds an untrained LeNet-5 neural network architecture for Tensorflow/Keras. |
|
Builds an untrained AlexNet neural network architecture for Tensorflow/Keras. |
Metrics#
|
Gets multiple distance metric functions from the registry. |
Gets a distance metric function from the registry. |
|
Gets multiple performance metric functions from the registry. |
|
Gets a performance metric function from the registry. |
Available Metrics#
|
Calculates the L∞ norm between a batch of two matrices. |
|
Calculates the L1 norm between a batch of two matrices. |
|
Calculates the L2 norm between a batch of two matrices. |
|
Calculates the cosine similarity between a batch of two matrices. |
|
Calculates the Euclidean distance between a batch of two matrices. |
|
Calculates the Manhattan distance between a batch of two matrices. |
Calculates the Wasserstein distance between a batch of two matrices. |
|
|
Calculates the accuracy score. |
|
Calculates the Area Under the Receiver Operating Characteristic Curve (ROC AUC). |
|
Calculates the categorical accuracy. |
|
Calculates the Matthews correlation coefficient. |
|
Calculates the F1 score. |
|
Calculates the precision score. |
|
Calculates the recall score. |
Exceptions#
The requested distance metric could not be located. |
|
The requested performance metric could not be located. |
Random#
|
Constructs a new random number generator. |
|
Returns a random integer from low (inclusive) to high (exclusive). |
|
Returns random integers from low (inclusive) to high (exclusive). |
Registry#
Loads and wraps a registered Keras classifier for compatibility with the Adversarial Robustness Toolbox. |
|
|
Registers a trained model logged during the current run to the MLFlow registry. |
|
Gets the name of the experiment for the current run. |
Loads a registered Keras classifier. |
Tracking#
|
Logs metrics to the MLFlow Tracking service for the current run. |
|
Logs parameters to the MLFlow Tracking service for the current run. |
Logs a Keras estimator trained during the current run to the MLFlow registry. |