You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we do k-fold validation every time we call the constructor [1] of RegressionEstimator. The k-fold validation is private within the class. However, there's a need for using the validator without using the model [2], which calls the EstimatorModel to do k-fold validation. This is confusing.
What's hard to do? (limit 100 words)
Currently, we do k-fold validation every time we call the constructor [1] of RegressionEstimator. The k-fold validation is private within the class. However, there's a need for using the validator without using the model [2], which calls the EstimatorModel to do k-fold validation. This is confusing.
[1]
xls/xls/estimators/delay_model/delay_model.py
Lines 355 to 360 in 6497966
[2]
xls/xls/contrib/integrator/area_model/area_characterization_client_main.py
Lines 405 to 406 in 6497966
Current best alternative workaround (limit 100 words)
N/A
Your view of the "best case XLS enhancement" (limit 100 words)
Decouple RegressionEstimator validation from constructor, allowing validation without using the model.
The text was updated successfully, but these errors were encountered: