Texera / texera

Collaborative Machine-Learning-Centric Data Analytics Using Workflows
https://texera.github.io
Apache License 2.0
163 stars 73 forks source link

Add Sklearn Training Operator #2676

Closed hjy22 closed 4 months ago

hjy22 commented 5 months ago

Required packages

KNN

This operator is used to train the dataset in KNN model. There are two modes for this operator, which are KNN classifier and regressor, and they have same input ports, output ports, and parameter. This operator aims to train the model, and pass the model information to the next operator.

Properties

image

Input port

Dataset

Training dataset

Parameter

Parameter of model

Output port

Trained Model

Demo

20240526223804 20240526223925