Training Models
Last updated
Was this helpful?
Last updated
Was this helpful?
To begin, you'll need to initialize the ViewAIClient
. Ensure you have your API key ready.
Next, let's load the data you want to use for training.
Workspaces and projects help organize your machine learning models, making it easier to manage different workflows.
To get an overview of all available workspaces and projects, you can list them using the following methods:
You might want to select a specific workspace or project by name for more detailed operations. Here's how you can retrieve them:
Retrieving a Workspace by Name
Retrieving a Project by Name
Now it's time to train your model. You need to specify the DataFrame and the target column. Optionally, you can provide a model name and description:
If you don't specify a workspace or project, it will automatically use the default workspace.
↪ Questions? Chat with an AI or talk to a .