Create your first automation in just a few minutes.Try Studio Web →
by Natixis
1
Solution
118
Summary
Summary
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.
Overview
Overview
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:
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:
Eventually, we created two UiPath robots:
Features
Features
This listing helps people with no data science skills create Machine Learning (supervised) models and use them to get predictions on new data.
Additional Information
Additional Information
Dependencies
Python 3.6.8+, UiPath Studio
Code Language
Visual Basic
License & Privacy
MIT
Privacy Terms
Technical
Version
1.1.7Updated
December 11, 2020Works with
Studio: 19.4.3 - 22.10
Certification
Gold Certified
Support
Email: masire.fofana@natixis.com
Mon-Fri 9 AM to 6 PM CET; Response time: 2 business days; Resolution time: 10 days
Resources