base#
Convert the container of X to numpy.ndarray. |
|
Validate things that are expected to be 1D sequences of numbers. |
|
Validate things that are expected to be 1D sequences of strings. |
|
Validate things that are expected to be 2D arrays of numbers. |
|
Validate things that are expected to be 2D arrays of strings. |
|
Check that the passed data is of an allowed datatype. |
|
Set or check the feature_names_in_ attribute. |
|
Look for any nan-like and/or infinity-like values in X. |
|
Perform _is_fitted validation on an estimator/transformer. |
|
Set the n_features_in_ attribute, or check against it. |
|
Check whether a passed data container is a scipy sparse matrix / array. |
|
Check the shape of a data-bearing object against user-defined criteria. |
|
Make a deep copy of X. |
|
Manage the display and operation of an interactive user menu. |
|
Ensure that X has 2-dimensional shape, i.e., len(X.shape) == 2. |
|
Get feature names from X. |
|
Return the feature name vector for the output of a pybear estimator or transformer. |
|
Determine if an estimator/transformer is fitted and return a boolean. |
|
Return the number of features in an array-like X. |
|
Return the number of samples in an array-like X. |
|
Set the memory layout of X. |
|
Manual validation for user-entered string. |
|
Validate characteristics of X and apply some select transformative operations. |
|
Integer validation for user entry within allowed range. |
|
Number validation for user float entry within allowed range. |
|
String validation for multiple alpha character user entry that screens by length of entry and allowed options. |
|
Validation of a single user-entered alpha character against a list of allowed characters. |
|
Case sensitive validation of a single user-entered alpha character against a list of allowed characters. |
|
This mixin manages feature names for pybear transformers and estimators. |
|
A mixin for pybear text transformers that allows the user to save data in-situ. |
|
Provides the fit_transform method to pybear transformers. |
|
Provides the get_params method to estimators, transformers, and GridSearch modules. |
|
This mixin provided the __repr__ magic method to pybear transformers and estimators. |
|
This mixin provides the set_output method to pybear transformers. |
|
Provides the set_params method to estimators, transformers, and GridSearch modules. |
|
Exception class to raise if estimator is used before fitting. |