For AI agents: the complete documentation index is available at https://docs.dataplatform.ovh.net/llms.txt, the full documentation bundle is available at https://docs.dataplatform.ovh.net/llms-full.txt, and this page is available as Markdown at https://docs.dataplatform.ovh.net/legacy/ml-models-import-bulk-add-x.md.
  • 🇬🇧 English
  • Code boilerplates to specify multiple variables in a model

    Warning

    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.

    Supported file formats:


    .txt file

    variable_name_1
    variable_name_2
    variable_name_3

     You can obtain such a .txt file from your pandas DataFrame by running the NumPy command:
    np.savetxt("file_name.txt", your_X_dataframe.columns.values, fmt="%s")


    .json file

    {
        "columns": [
            "variable_name_1",
            "variable_name_2",
            "variable_name_3"
        ]
    }

    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.