Uipath Marketplace

はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す

Natixis - HandyML

Natixis - HandyML

作成者: Natixis

1

ソリューション

ダウンロード数

118

[戻る] ボタン
[戻る] ボタン
[次へ] ボタン
[次へ] ボタン

要約

要約

Non-datascientists users can now train machine learning models by simply asking their robot to do it for them. Take data from an Excel file and train a supervised Machine Learning model.

概要

概要

What it does

It takes data from an Excel file and trains a Machine Learning model according to the type of problem to solve (regression or classification) and the algorithm used (linear regression, polynomial regression, logistic regression, etc.). Eventually, the trained models can be used to make predictions on new data.

How we built it

We first created configuration files using JSON language to specify all kind of parameters:

  • one as a resource in order to list all algorithms and parameters handled by the tool
  • one for the dataset, in which you can specify the path of the Excel file, the sheet to use, which columns are corresponding to the features, and which one is corresponding to the target, the algorithm to use and its parameters

Then, we made the Python script to preprocess the data (dataset creation, label encoding) and train the model using pandas, numpy and scikit-learn libraries.

Next, we created another Python script to use a saved model in order to make predictions on new data.

Finally, we designed a user-friendly web application allowing users to follow all the steps from selecting the data to evaluate the accuracy of the trained model. There are 6 different steps:

  • Where is your data?
  • Select your features
  • Select your target
  • Select your algorithm and specify its parameters
  • Review all your configuration and start the training
  • Evaluate your model by its score, some plots, a confusion matrix and generate a template to make predictions with new data

Eventually, we created two UiPath robots:

  • a first one to interact with users through Custom Input activity displaying the different pages of the web application
  • a second one based allowing users to make predictions with their trained models

機能

機能

This listing helps people with no data science skills create Machine Learning (supervised) models and use them to get predictions on new data.

その他の情報

その他の情報

依存関係

Python 3.6.8+, UiPath Studio

コード言語

Visual Basic

公開者

Natixis

公開者ページを表示

信頼できるソース

ライセンス契約とプライバシー条項

MIT

プライバシー条項

技術情報

バージョン

1.1.7

更新日

2020年12月11日

対応製品

Studio: 19.4.3 - 22.10

認定

ゴールド 認定済み

サポート

メール アドレス: masire.fofana@natixis.com

Mon-Fri 9 AM to 6 PM CET; Response time: 2 business days; Resolution time: 10 days

リソース

類似のコンポーネント