Import a model
This page describes the Machine Learning Manager, a service of the ForePaaS Legacy Platform that is not available on OVHcloud Data Platform. See the current documentation.
You can very easily import a trained model to ForePaaS by clicking on Upload Model on the Models page.

You can either upload a private model from your computer or a git repository, or import a shared community model that has been posted to the Store by another user.
To use a shared community model, simply search for the desired model within the Store and import it.
If you want to use your own private model instead, simply select one of the Custom options in the store.
If you can't find your model language among the Custom options in the Store, it is not supported on ForePaaS yet.
We are working hard to regularly add more integrations to the platform! Drop us a message on the Roadmap page so we know how to prioritize your needs for future releases 😀.

Specify the name and file for your model, and click on Import.

Now you need to configure your model deployment. This is done through several steps:
Shared models are already configured by the author: you can deploy them in one click of a button!
Configuration
Setting up your model is done in the Configuration tab.

Manage versions
All model versions are listed in the table so you can track changes and compare them instantly.
For the moment, it is not possible to get scoring on imported models - please drop us a note on the roadmap portal if you would like to see this in the future.
To update the model version, simply press the Refresh button at the top of the table.

You will then be prompted to select the newest version of your model from your files.
Specify variables
Depending on the language/software you have used to build your model, you might need to specify its features. This step is required for the inference API to correctly map input data when you will be making predictions.
First, specify the name of your value-to-predict by clicking on Add a variable next to Y.


Then, specify the variables in your X dataset by clicking on the same button next to X.

You have two options to specify your X variables:
- enter them manually one-by-one
- add them all in one go by uploading a text file. Click here to see code boilerplates.

The variables' names must be the same as the names you will use when requesting a prediction.
Deployment settings

This is where you decide how to use your deployed models to make predictions. All the configuration is done through what is called consumers. They are entities plugged into your deployed model which are fed data in order to make predictions.
Deployment settings are identical for standalone models and for pipelines: check out the article below for a detailed documentation.
Go further
If you need training or technical assistance to implement our solutions, contact your sales representative or click on this link to get a quote and ask our Professional Services experts for a custom analysis of your project.
Ask questions, give your feedback and interact directly with the team building the Data Platform on the dedicated Discord channel.
If you need support with your OVHcloud services, create a request in our Help Centre.
Join our community of users.

