create project
The create project
command creates an ML project. This command initializes project metadata. If successful, it sets the current working project to the project that was just created.
Syntax
create project <project name>[,config=<project users config file>]
Parameters
Parameter
Description
<project name>
The name of the ML project
<project users config file>
An optional project configuration file in JSON format that you can use to define users for the project and their roles and alert preferences.
Example
[ ]: create project trip_fare
Created project trip_fare
Current working project set to trip_fare
[ ]:
Last updated