Primo.MachineLearning 1.0.3

dotnet add package Primo.MachineLearning --version 1.0.3
                    
NuGet\Install-Package Primo.MachineLearning -Version 1.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Primo.MachineLearning" Version="1.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Primo.MachineLearning" Version="1.0.3" />
                    
Directory.Packages.props
<PackageReference Include="Primo.MachineLearning" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Primo.MachineLearning --version 1.0.3
                    
#r "nuget: Primo.MachineLearning, 1.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Primo.MachineLearning@1.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Primo.MachineLearning&version=1.0.3
                    
Install as a Cake Addin
#tool nuget:?package=Primo.MachineLearning&version=1.0.3
                    
Install as a Cake Tool

About

Primo.MachineLearning.Core is a set of ready-to-use activities for Primo RPA Studio designed to automate machine learning tasks. It addresses the need to train models, perform classification and prediction, and analyze text using NER within automated processes. Key activities include: classification model training, classification, prediction model training, prediction, and text analysis. The package can be added to any Primo RPA Studio project via the built-in dependency manager.

How to Use

In Primo RPA studio, create a project that will be executed by Primo RPA robot. Install this package via the ".Dependencies → Manage Dependencies" menu; the "Machine Learning and NER" nodes with package elements will appear in Elements tree.

Key Features

  • A elements for work with machine learning
  • Supports .NET Framework 4.6.1+

Main Types

  • Classification model training — the element trains a data classification model.
  • Classification — the element performs classification based on the trained model.
  • Prediction model training — the element trains a data prediction model.
  • Prediction — the element performs prediction based on the trained model.
  • Analyze text — Element that uses NER methodics to analyze text.

Feedback

Bug reports and contributions are welcome at Primo RPA chat

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.3 81 3/25/2026
1.0.2 84 3/24/2026
1.0.1 805 7/29/2021