20. ML Workers¶
ML Workers or Machine Learning Workers are available in the Workflows to compute data and obtain results.
Below are few example of the ML workers.
20.1. Classifiers¶
All Classifiers workers are now limited to select just one target selection in Workflows.
20.3. ML_LEARN_AUTO¶
ML_LEARN_AUTO now has all the necessary responses as any other regression method but with the prefix for the best method.
20.4. ML_LEARN_RFC¶
Added ML_LEARN_RFC worker in Workflows
Added ‘Probabilities’ output response to RFC worker in Workflows.
Probabilities
20.7. ML Worker’s Output¶
We can now assign ML Worker’s output dataset as input to the Report Worker and view the output in Simlytiks after executing the workers.
ML Charts’ Output tab Responses now shows a settings bar where the table settings can be changed.
Table settings
20.8. ML_CLEAN_AUTOCLEAN¶
ML_CLEAN_AUTOCLEAN Worker is now available to clean datasets for machine learning applications in Workflows.
20.9. ML_PREDICT_INFO¶
ML_PREDICT_INFO worker is now available to provide information about the ML workers in Workflows.
ML_PREDICT worker now includes predicted curves compiled from individual points.
20.10. ML_PREDICT_INTERACTIVE¶
ML_PREDICT_INTERACTIVE worker is added for interactive predict capability of worker in Workflows.
ML_PREDICT_INTERACTIVE worker now has two new inputs at the bottom of the list called Original Dataset and Raw column name which will help generate a new CURVE output in this worker after its execution and shows a predicted curve
Two new inputs called Learn Dataset and Curve column name are added for ML_PREDICT worker to reconstruct the curve.
In ML Predict Interactive worker, the Slider input values are added to the prediction dataset in 2 ways. Either by choosing a slider input value and clicking on “add” or by choosing a slider input and just executing the worker. In the second case input values are automatically added.
The Dataset inputs in the workers will now allow to remove the row even if the dataset had a single row of columns in Workflows.
A new text input field is added to ML_PREDICT_INTERACTIVE worker next to slider inputs where the values can be added manually and saved to the dataset in Workflows.
Text Input
20.11. RUN GRID SEARCH¶
ML Workers have Input option called Run Grid Search. We can see the difference in the Predicted scores after execution of worker with and without Run Grid Search option.
RUN GRID SEARCH
20.13. Cross Validation¶
ML Regression and Classifiers now have a new option called Cross validation in Workflows. Different types of Cross validations are available and they help is validate the responses in the Output
Cross Validation
20.14. STDOUT Output¶
All ML Learn workers now have STDOUT as an output that can be reviewed if there are some issues in workflows
20.15. RUN PCA¶
New ML worker called RUN_PCA is added to Workflows which provides ‘Variance Ratio’ output for components.
*ML_RUN_PCA worker now has the same normalize options as the *ML_LEARN_LINEAR worker in Workflows.
20.16. MLP Regression¶
Added more input options to MLP Regression worker in Workflows.
ML Linear Regression worker has new scaler options under Normalize input option which helps us to get the overall score for the worker in Workflows.