Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
A monad for machine learning classification workflows
Contributed by: Anton Antonov
This software monad helps with Machine Learning (ML) classification workflows. It makes it easy to bring in data, supports different types of classifiers, and allows for the hands-on use of Receiver Operating Characteristic (ROC) functions. It also includes other useful features for measuring and performing classification operations in ML.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["AntonAntonov/MonadicContextualClassification"]
To load the code after installation, evaluate this code:
Needs["AntonAntonov`MonadicContextualClassification`"]
Here is a dataset:
In[1]:= |
Out[2]= |
Here is a classification pipeline:
In[3]:= |
The ClCon object is summarized with MakeBoxes:
In[4]:= |
Out[4]= |
Here is the confusion matrix:
In[6]:= |
Out[6]= |
Here is an importance of variables computation:
In[7]:= |
Wolfram Language Version 13.0