marketplace
latest
false
- Release notes
- Overview
- Getting started
- Marketplace Vendors
- Marketplace Customers
- Publishing Guidelines
- Publishing Guidelines for Ready-to-go Automations
- Publishing Guidelines for Solution Accelerators
- Publishing Guidelines for Integration Service Connectors
- Publishing Guidelines for Process Mining app templates
- Security & IP Protection
- Other UiPath Listings
- Create project
- Predict
- Node-RED
- Setup
- Teams
- Microsoft Teams scope
- Create team
- Create team from group
- Get team
- Get teams
- Channels
- Create channel
- Delete channel
- Get channel
- Get channels
- Update channel
- Chats
- Get chat
- Get chats
- Get chat members
- Messages
- Get message
- Get messages
- Get message replies
- Reply to message
- Send message
- Events
- Create event
- Delete event
- Get event
- Get events
- Users
- Get user presence
- How it works
- Technical references
- Get started
- About
- Setup
- Technical references
- Azure Form Recognizer scope
- Activities
- Analyze form
- Analyze form async
- Get analyze form result
- Analyze receipt
- Analyze receipt async
- Get analyze receipt result
- Analyze layout
- Analyze layout async
- Get analyze layout result
- Train model
- Get models
- Get model keys
- Get model info
- Delete model
- Connectors
- How to create activities
- Build Your Integration

Marketplace user guide
Last updated Apr 1, 2026
Create project

UiPath.DataRobot.Activities.CreateProject
This activity creates a new project on the DataRobot server by uploading a tabular data file (.csv, for example) and specifying a target feature. Dozens of machine learning models are then automatically fitted to this data set and trained to predict the target feature.
Properties
Common
- DisplayName - The display name of the activity.
Credentials
- Password - The password used to log into DataRobot.
- URL - *(Optional)
- The URL of your DataRobot host. Defaults to https://app.datarobot.com if no value is provided.
- Username - The username used to log into DataRobot.
Input
- Data - The local path of the data file used to train each machine learning model. This is a tabular file in which each column holds a feature.
- Project Name - *(Optional)
- The name of the project to be created. If not specified, the data file’s name is used.
- Target - One of the features indicated in your data file, which the machine learning models are trained to predict.
Note:
This activity accepts the following data file formats:
- .csv
- .xls
- .xlsx
- .bz2
- .zip
- .gz
- .tar
- .tgz
- .tar.gz
Important:
Deployments Note that this activity does not select or deploy any of the models trained as a result of creating your project. By visiting the DataRobot web app, you may see how the resultant models are ranked and deploy them appropriately.