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.
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.