- 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
- 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
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.
- 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.
- 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.
This activity accepts the following data file formats:
- .csv
- .xls
- .xlsx
- .bz2
- .zip
- .gz
- .tar
- .tgz
- .tar.gz
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.