marketplace
latest
false
重要 :
请注意,此内容已使用机器翻译进行了本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Marketplace 用户指南
上次更新日期 2026年4月1日
Create project

UiPath.DataRobot.Activities.CreateProject
此活动通过上传表格数据文件(例如 .csv)并指定目标功能,在数据机器人服务器上创建一个新项目。 然后,数十个机器学习模型会自动适应此数据集并进行训练,以预测目标特征。
属性
常见
- “显示名称”- 活动的显示名称。
凭据
- 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
重要提示:
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.