* Improve validation messages with infinite data * Extend and fix validation tests * Test and fix extended error message * data_name => input_name * Mention estimators that natively support missing values * More informative error message * cosmetic * typo * Fix broken tests * Fix test_knn * Add changelog entry * Fix broken test for param search models * Missing input names * Allow Y and y in estimator checks * Add missing input names * Fix input_name for FunctionTransformer * More missing input names * Update test * More test fixes on scores * Simplify message to avoid to make generic fallback meaningful Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com> * More informative estimator checks failure messages * Make sure the estimator name is passed correctly in _validate_data * Simplify calls to _validate_data * Handle estimator name in private _check_y helper * More specific error message * Add estimator to check_X_params and check_y_params * Add .. versionadded flags in public docstrings * Update changelog * Improve _validate_data's docstring * Typo in doc/whats_new/v1.1.rst * Make _check_estimator_name return None if estimator == None Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com> * check_params dict updates with style * Increase test coverage Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com> |
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| _column_transformer.py | ||
| _target.py | ||