This function generates the label using a trained model. When unseen data is not passed, it predicts the label and score on the holdout set.
This function refits a given model on the entire dataset.
This function saves the ML pipeline as a pickle file for later use.
This function loads a previously saved pipeline.
This function saves an experiment to a pickle file.
This function loads an experiment back into Python from a pickle file.
This function generates a drift report file using the evidently library.
This function deploys the entire ML pipeline on the cloud.
This function transpiles the trained machine learning model's decision function in different programming languages such as Python, C, Java, Go, C#, etc.
This function takes an input model and creates a POST API for inference. It only creates the API and doesn't run it automatically.
This function creates a Dockerfile and requirements.txt for deploying API.
This function creates a basic gradio app for inference.