Texera / texera

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

Independent linear regression op with degree #3110

Closed Yicong-Huang closed 4 days ago

Yicong-Huang commented 4 days ago

This PR extracts the LinearRegression operator from the sklearn ML base, introducing a degree parameter to enable the use of polynomial functions with higher degrees.

Additionally, this PR renames the SklearnMLOpDesc class to SklearnClassifierOpDesc for improved clarity and alignment with its functionality.

Screenshot 2024-11-22 at 01 42 58