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
Some areas of the documentation should be updated to account for the changes in the API.
Evaluation Framework: In "Can I control which metrics are applied?" the examples are exactly the same as the new defaults. We can update to different metrics instead: ['KSTest', 'LogisticDetection']
Custom Constraints: The model creation step references min_value and max_value even though these parameters don't exist anymore. Replace with enforce_min_max_values=False.
We should also run the rest of the code to ensure that there are no errors. (The second bug should've been caught if we had run the code.)
The text was updated successfully, but these errors were encountered:
Environment Details
Error Description
Some areas of the documentation should be updated to account for the changes in the API.
['KSTest', 'LogisticDetection']
min_value
andmax_value
even though these parameters don't exist anymore. Replace withenforce_min_max_values=False
.We should also run the rest of the code to ensure that there are no errors. (The second bug should've been caught if we had run the code.)
The text was updated successfully, but these errors were encountered: