VuMartin opened a new pull request, #7973:
URL: https://github.com/apache/texera/pull/7973

   ### What changes were proposed in this PR?
   
   Renamed the `probability` parameter to `shrinking` in 
`SklearnAdvancedSVRParameters`.
   
   The generated Python parameter was already correctly set to `shrinking`; 
only the displayed parameter name was incorrect.
   
   Before:
   <img width="1023" height="630" alt="Screenshot 2026-08-25 at 1 12 24 AM" 
src="https://github.com/user-attachments/assets/6160a364-9ff9-42fb-8f60-b43cf7019dce";
 />
   After:
   <img width="1023" height="630" alt="Screenshot 2026-08-25 at 1 35 53 AM" 
src="https://github.com/user-attachments/assets/578d14a3-1572-4dd9-ab92-0a63d78375c3";
 />
   
   **Note:** This renames the enum constant from `probability` to `shrinking`. 
Existing workflows saved with `probability` will need to be updated.
   
   ### Any related issues, documentation, discussions?
   
   Fixes #7949
   
   ### How was this PR tested?
   
   Tested the Advanced SVM Regressor Trainer with `shrinking = true` and 
verified that the resulting parameters show `shrinking = True`.
   
   ### Was this PR authored or co-authored using generative AI tooling?
   Generated-by: ChatGPT (5.5 GPT)


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

Reply via email to