yunyad opened a new pull request, #3779: URL: https://github.com/apache/texera/pull/3779
Fix #3581 This PR introduces ML training operators for common regression tasks: - `SklearnTrainingLinearRegressionOpDesc` for linear regression - `SklearnTrainingLogisticRegressionOpDesc` for logistic regression - `SklearnTrainingLogisticRegressionCVOpDesc` for cross-validated logistic regression These additions extend the training operator suite to support basic supervised learning using scikit-learn. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
