pybear 0.2.2__tar.gz → 0.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pybear-0.2.2 → pybear-0.2.3}/CHANGELOG.md +23 -0
- {pybear-0.2.2 → pybear-0.2.3}/PKG-INFO +4 -2
- {pybear-0.2.2 → pybear-0.2.3}/pyproject.toml +1 -1
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_AutoTextCleaner/AutoTextCleaner.py +4 -4
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_AutoTextCleaner/_type_aliases.py +4 -4
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_AutoTextCleaner/_validation/_lexicon_lookup.py +4 -4
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextLookup/TextLookup.py +198 -91
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextLookup/TextLookupRealTime.py +133 -64
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextLookup/_TextLookupMixin.py +64 -53
- pybear-0.2.3/src/pybear/feature_extraction/text/_TextLookup/_shared/_search_always_list.py +97 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextLookup/_shared/_type_aliases.py +4 -0
- pybear-0.2.3/src/pybear/feature_extraction/text/_TextLookup/_shared/_validation/_delete_always.py +78 -0
- pybear-0.2.3/src/pybear/feature_extraction/text/_TextLookup/_shared/_validation/_replace_always.py +77 -0
- pybear-0.2.3/src/pybear/feature_extraction/text/_TextLookup/_shared/_validation/_skip_always.py +78 -0
- pybear-0.2.3/src/pybear/feature_extraction/text/_TextLookup/_shared/_validation/_split_always.py +87 -0
- pybear-0.2.3/src/pybear/feature_extraction/text/_TextLookup/_shared/_validation/_validation.py +181 -0
- pybear-0.2.2/tests/feature_extraction/text/TextLookup/TLRT_8sec_test.py → pybear-0.2.3/tests/feature_extraction/text/TextLookup/TLRT_10sec_test.py +96 -2
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextLookup/TLRT_attr_method_access_10sec_test.py +4 -4
- pybear-0.2.2/tests/feature_extraction/text/TextLookup/TL_8_sec_test.py → pybear-0.2.3/tests/feature_extraction/text/TextLookup/TL_14_sec_test.py +111 -2
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextLookup/TL_attr_method_access_10sec_test.py +4 -4
- pybear-0.2.3/tests/feature_extraction/text/TextLookup/shared/search_always_list_test.py +93 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextLookup/shared/validation/delete_always_test.py +49 -19
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextLookup/shared/validation/replace_always_test.py +15 -4
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextLookup/shared/validation/skip_always_test.py +48 -18
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextLookup/shared/validation/split_always_test.py +50 -14
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextLookup/shared/validation/validation_test.py +65 -9
- pybear-0.2.2/src/pybear/feature_extraction/text/_TextLookup/_shared/_validation/_delete_always.py +0 -46
- pybear-0.2.2/src/pybear/feature_extraction/text/_TextLookup/_shared/_validation/_replace_always.py +0 -56
- pybear-0.2.2/src/pybear/feature_extraction/text/_TextLookup/_shared/_validation/_skip_always.py +0 -48
- pybear-0.2.2/src/pybear/feature_extraction/text/_TextLookup/_shared/_validation/_split_always.py +0 -65
- pybear-0.2.2/src/pybear/feature_extraction/text/_TextLookup/_shared/_validation/_validation.py +0 -147
- {pybear-0.2.2 → pybear-0.2.3}/LICENSE +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/README.rst +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/_version.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_DictMenuPrint.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/__type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_cast_to_ndarray.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_check_1D_num_sequence.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_check_1D_str_sequence.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_check_2D_num_array.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_check_2D_str_array.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_check_dtype.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_check_feature_names.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_check_is_finite.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_check_is_fitted.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_check_n_features.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_check_scipy_sparse.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_check_shape.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_copy_X.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_ensure_2D.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_get_feature_names.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_get_feature_names_out.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_is_fitted.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_num_features.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_num_samples.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_set_order.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_validate_data.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/_validate_user_input.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/exceptions/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/exceptions/_exceptions.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/mixins/_FeatureMixin.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/mixins/_FileDumpMixin.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/mixins/_FitTransformMixin.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/mixins/_GetParamsMixin.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/mixins/_ReprMixin.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/mixins/_SetOutputMixin.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/mixins/_SetParamsMixin.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/base/mixins/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/WORDS_TO_DISPOSITION +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_AutoTextCleaner/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_AutoTextCleaner/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_AutoTextCleaner/_validation/_get_statistics.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_AutoTextCleaner/_validation/_ngram_merge.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_AutoTextCleaner/_validation/_remove.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_AutoTextCleaner/_validation/_replace.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_AutoTextCleaner/_validation/_return_dim.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_AutoTextCleaner/_validation/_validation.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/Lexicon.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_A.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_B.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_C.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_D.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_E.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_F.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_G.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_H.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_I.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_J.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_K.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_L.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_M.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_N.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_O.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_P.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_Q.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_R.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_S.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_T.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_U.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_V.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_W.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_X.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_Y.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_lexicon/lexicon_Z.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_methods/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_methods/_add_words.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_methods/_check_order.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_methods/_delete_words.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_methods/_find_duplicates.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_methods/_identify_sublexicon.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_methods/_validate_word_input.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_stop_words/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_Lexicon/_stop_words/_stop_words.txt +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_NGramMerger/NGramMerger.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_NGramMerger/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_NGramMerger/_transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_NGramMerger/_transform/_get_wrap_match_idxs.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_NGramMerger/_transform/_manage_wrap_idxs.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_NGramMerger/_transform/_match_finder.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_NGramMerger/_transform/_replacer.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_NGramMerger/_transform/_special_param_conditioner.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_NGramMerger/_transform/_transform.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_NGramMerger/_transform/_wrap_manager.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_NGramMerger/_type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_NGramMerger/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_NGramMerger/_validation/_ngcallable.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_NGramMerger/_validation/_ngrams.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_NGramMerger/_validation/_validation.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_StopRemover/StopRemover.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_StopRemover/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_StopRemover/_transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_StopRemover/_transform/_transform.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_StopRemover/_type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_StopRemover/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_StopRemover/_validation/_exempt.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_StopRemover/_validation/_match_callable.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_StopRemover/_validation/_supplemental.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_StopRemover/_validation/_validation.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextJoiner/TextJoiner.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextJoiner/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextJoiner/_transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextJoiner/_transform/_condition_sep.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextJoiner/_transform/_transform.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextJoiner/_type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextJoiner/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextJoiner/_validation/_sep.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextJoiner/_validation/_validation.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextJustifier/TextJustifier.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextJustifier/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextJustifier/_transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextJustifier/_transform/_sep_lb_finder.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextJustifier/_transform/_splitter.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextJustifier/_transform/_stacker.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextJustifier/_transform/_transform.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextJustifier/_type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextJustifier/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextJustifier/_validation/_sep_or_line_break.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextJustifier/_validation/_validation.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextLookup/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextLookup/_shared/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextLookup/_shared/_transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextLookup/_shared/_transform/_auto_word_splitter.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextLookup/_shared/_transform/_manual_word_splitter.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextLookup/_shared/_transform/_quasi_auto_word_splitter.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextLookup/_shared/_transform/_word_editor.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextLookup/_shared/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextNormalizer/TextNormalizer.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextNormalizer/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextNormalizer/_transform.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextNormalizer/_type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextNormalizer/_validation.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextPadder/TextPadder.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextPadder/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextPadder/_partial_fit/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextPadder/_partial_fit/_partial_fit.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextPadder/_transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextPadder/_transform/_transform.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextPadder/_type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextPadder/_validation.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextRemover/TextRemover.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextRemover/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextRemover/_regexp_1D_core.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextRemover/_type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextRemover/_validation.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextReplacer/TextReplacer.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextReplacer/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextReplacer/_transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextReplacer/_transform/_regexp_1D_core.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextReplacer/_transform/_special_param_conditioner.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextReplacer/_type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextReplacer/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextReplacer/_validation/_replace.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextReplacer/_validation/_validation.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextSplitter/TextSplitter.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextSplitter/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextSplitter/_regexp_core.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextSplitter/_type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextSplitter/_validation.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/TextStatistics.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_get/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_get/_get_longest_strings.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_get/_get_shortest_strings.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_lookup/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_lookup/_lookup_string.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_lookup/_lookup_substring.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_partial_fit/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_partial_fit/_build_character_frequency.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_partial_fit/_build_overall_statistics.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_partial_fit/_build_overall_statistics_OLD.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_partial_fit/_build_startswith_frequency.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_partial_fit/_build_string_frequency.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_partial_fit/_merge_character_frequency.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_partial_fit/_merge_overall_statistics.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_partial_fit/_merge_startswith_frequency.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_partial_fit/_merge_string_frequency.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_print/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_print/_character_frequency.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_print/_longest_strings.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_print/_overall_statistics.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_print/_shortest_strings.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_print/_startswith_frequency.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_print/_string_frequency.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_validation/_character_frequency.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_validation/_n.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_validation/_overall_statistics.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_validation/_startswith_frequency.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_validation/_string_frequency.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_validation/_uniques.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStatistics/_validation/_validation.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStripper/TextStripper.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStripper/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStripper/_transform.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_TextStripper/_type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/__shared/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/__shared/_param_conditioner/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/__shared/_param_conditioner/_compile_maker.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/__shared/_param_conditioner/_flag_maker.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/__shared/_param_conditioner/_param_conditioner.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/__shared/_transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/__shared/_transform/_map_X_to_list.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/__shared/_utilities/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/__shared/_utilities/_view_text_snippet.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/__shared/_validation/_1D_2D_X.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/__shared/_validation/_1D_X.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/__shared/_validation/_2D_X.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/__shared/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/__shared/_validation/_any_bool.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/__shared/_validation/_any_integer.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/__shared/_validation/_any_string.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/__shared/_validation/_case_sensitive.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/__shared/_validation/_compile_holder.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/__shared/_validation/_flags.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/__shared/_validation/_pattern_holder.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/lexicon_appender.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/variable_finder.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCV/GSTCV.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCV/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCV/_fit/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCV/_fit/_estimator_fit_params_helper.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCV/_fit/_fold_splitter.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCV/_fit/_get_kfold.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCV/_fit/_parallelized_fit.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCV/_fit/_parallelized_scorer.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCV/_fit/_parallelized_train_scorer.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCV/_type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCV/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCV/_validation/_pre_dispatch.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCV/_validation/_sk_estimator.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCV/_validation/_validation.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCV/_validation/_y.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_GSTCVMixin.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_fit/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_fit/_cv_results/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_fit/_cv_results/_cv_results_builder.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_fit/_cv_results/_cv_results_rank_update.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_fit/_cv_results/_cv_results_score_updater.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_fit/_cv_results/_cv_results_update.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_fit/_get_best_thresholds.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_fit/_verify_refit_callable.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_param_conditioning/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_param_conditioning/_cv.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_param_conditioning/_param_grid.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_param_conditioning/_refit.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_param_conditioning/_scoring.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_param_conditioning/_thresholds.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_param_conditioning/_verbose.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_validation/_cv.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_validation/_error_score.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_validation/_estimator.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_validation/_holders/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_validation/_holders/_f_s.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_validation/_holders/_f_t_s.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_validation/_n_jobs.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_validation/_param_grid.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_validation/_param_grid_helper.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_validation/_predict_proba.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_validation/_refit.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_validation/_return_train_score.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_validation/_scoring.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_validation/_thresholds.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_validation/_validation.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_GSTCVMixin/_validation/_verbose.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/GSTCV/_type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/AutoGSTCV.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/AutoGridSearchCV.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_build_first_grid_from_params.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_build_is_logspace.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_demo/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_demo/_demo.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_demo/_display_true_best.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_demo/_make_true_best.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_demo/_mock_gscv.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_demo/_validate_true_best.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_bool/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_bool/_bool.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_drill/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_drill/_drill.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_float/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_float/_float.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_float/_float_linspace.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_float/_float_logspace.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_get_next_param_grid.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_int/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_int/_int.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_int/_int_grid_mapper.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_int/_int_linspace_gap_gt_1.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_int/_int_linspace_gap_gt_1_hard.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_int/_int_linspace_gap_gt_1_soft.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_int/_int_linspace_unit_gap.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_int/_int_logspace_core.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_int/_int_logspace_gap_gt_1.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_int/_int_logspace_gap_gt_1_hard.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_int/_int_logspace_gap_gt_1_soft.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_int/_int_logspace_unit_gap.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_regap_logspace.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_shift/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_shift/_shift.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_shift/_shift_grid.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_shift/_shift_points_and_passes.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_string/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_string/_string.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_update_phlite.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_validation/_validate_best_params.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_validation/_validate_grids.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_validation/_validate_int_float_linlogspace.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_validation/_validate_is_logspace.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_get_next_param_grid/_validation/_validate_phlite.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_param_conditioning/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_param_conditioning/_conditioning.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_param_conditioning/_max_shifts.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_param_conditioning/_params.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_param_conditioning/_total_passes.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_print_results.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_refit_can_be_skipped.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_type_aliases_bool.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_type_aliases_float.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_type_aliases_int.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_type_aliases_num.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_type_aliases_str.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_validation/_agscv_verbose.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_validation/_max_shifts.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_validation/_params.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_validation/_params_bool.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_validation/_params_numerical.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_validation/_params_string.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_validation/_total_passes.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_validation/_total_passes_is_hard.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/_autogridsearch_wrapper/_validation/_validation.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/autogridsearch_docs.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/model_selection/autogridsearch/autogridsearch_wrapper.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/new_numpy/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/new_numpy/random/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/new_numpy/random/_random_.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_ColumnDeduplicator/ColumnDeduplicator.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_ColumnDeduplicator/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_ColumnDeduplicator/_inverse_transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_ColumnDeduplicator/_inverse_transform/_inverse_transform.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_ColumnDeduplicator/_partial_fit/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_ColumnDeduplicator/_partial_fit/_columns_getter.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_ColumnDeduplicator/_partial_fit/_find_duplicates.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_ColumnDeduplicator/_partial_fit/_identify_idxs_to_delete.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_ColumnDeduplicator/_partial_fit/_lock_in_random_idxs.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_ColumnDeduplicator/_partial_fit/_merge_dupls.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_ColumnDeduplicator/_partial_fit/_parallel_chunk_comparer.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_ColumnDeduplicator/_partial_fit/_parallel_column_comparer.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_ColumnDeduplicator/_transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_ColumnDeduplicator/_transform/_transform.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_ColumnDeduplicator/_type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_ColumnDeduplicator/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_ColumnDeduplicator/_validation/_conflict.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_ColumnDeduplicator/_validation/_do_not_drop.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_ColumnDeduplicator/_validation/_keep.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_ColumnDeduplicator/_validation/_validation.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_InterceptManager/InterceptManager.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_InterceptManager/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_InterceptManager/_inverse_transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_InterceptManager/_inverse_transform/_inverse_transform.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_InterceptManager/_inverse_transform/_remove_intercept.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_InterceptManager/_partial_fit/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_InterceptManager/_partial_fit/_columns_getter.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_InterceptManager/_partial_fit/_find_constants.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_InterceptManager/_partial_fit/_merge_constants.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_InterceptManager/_partial_fit/_parallel_constant_finder.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_InterceptManager/_shared/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_InterceptManager/_shared/_make_instructions.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_InterceptManager/_shared/_manage_keep.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_InterceptManager/_shared/_set_attributes.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_InterceptManager/_transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_InterceptManager/_transform/_transform.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_InterceptManager/_type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_InterceptManager/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_InterceptManager/_validation/_instructions.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_InterceptManager/_validation/_keep_and_columns.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_InterceptManager/_validation/_validation.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/MinCountTransformer.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_make_instructions/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_make_instructions/_make_instructions.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_make_instructions/_one_unique.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_make_instructions/_three_or_more_uniques_hab.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_make_instructions/_three_or_more_uniques_not_hab.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_make_instructions/_threshold_listifier.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_make_instructions/_two_uniques_hab.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_make_instructions/_two_uniques_not_hab.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_make_instructions/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_make_instructions/_validation/_delete_instr.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_make_instructions/_validation/_make_instructions_validation.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_make_instructions/_validation/_total_counts_by_column.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_partial_fit/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_partial_fit/_columns_getter.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_partial_fit/_get_dtypes_unqs_cts.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_partial_fit/_original_dtypes_merger.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_partial_fit/_parallel_dtypes_unqs_cts.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_partial_fit/_tcbc_merger.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_print_instructions/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_print_instructions/_repr_instructions.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_transform/_ic_hab_condition.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_transform/_make_row_and_column_masks.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_transform/_parallelized_row_masks.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_transform/_tcbc_update.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_validation/_count_threshold.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_validation/_feature_names_in.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_validation/_ign_cols_hab_callable.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_validation/_ignore_columns_handle_as_bool.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_validation/_original_dtypes.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_validation/_validation.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_MinCountTransformer/_validation/_y.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_NanStandardizer/NanStandardizer.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_NanStandardizer/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_NanStandardizer/_transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_NanStandardizer/_transform/_transform.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_NanStandardizer/_type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_NanStandardizer/_validation/_X.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_NanStandardizer/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/SlimPolyFeatures.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_attributes/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_attributes/_build_dropped_poly_duplicates.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_attributes/_build_kept_poly_duplicates.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_get_feature_names_out/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_get_feature_names_out/_gfno_poly.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_partial_fit/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_partial_fit/_columns_getter.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_partial_fit/_combination_builder.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_partial_fit/_deconstant_poly_dupls.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_partial_fit/_get_dupls_for_combo_in_X_and_poly.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_partial_fit/_is_constant.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_partial_fit/_lock_in_random_combos.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_partial_fit/_merge_constants.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_partial_fit/_merge_partialfit_dupls.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_partial_fit/_num_combinations.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_partial_fit/_parallel_chunk_comparer.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_partial_fit/_parallel_column_comparer.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_shared/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_shared/_check_X_constants_dupls.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_shared/_get_active_combos.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_shared/_identify_combos_to_keep.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_transform/_build_poly.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_validation/_X_supplemental.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_validation/_degree__min_degree.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_validation/_feature_name_combiner.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_validation/_keep.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/_SlimPolyFeatures/_validation/_validation.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/__shared/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/__shared/_type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/__shared/_validation/_X.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/__shared/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/__shared/_validation/_any_bool.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/__shared/_validation/_any_integer.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/__shared/_validation/_atol.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/__shared/_validation/_equal_nan.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/__shared/_validation/_n_jobs.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/preprocessing/__shared/_validation/_rtol.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/utilities/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/utilities/__type_aliases.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/utilities/_array_sparsity.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/utilities/_benchmarking.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/utilities/_check_pipeline.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/utilities/_feature_name_mapper.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/utilities/_get_methods_out_of_class.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/utilities/_get_module_name.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/utilities/_inf_masking.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/utilities/_logger.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/utilities/_nan_masking.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/utilities/_permuter.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/utilities/_print_inspect_stack.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/utilities/_remove_characters.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/utilities/_serial_index_mapper.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/src/pybear/utilities/_union_find.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/23min35sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/2min40sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/DictMenuPrint_sandbox.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/DictMenuPrint_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/cast_to_ndarray_12sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/check_1D_num_sequence_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/check_1D_str_sequence_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/check_2D_num_array_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/check_2D_str_array_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/check_dtype_12sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/check_feature_names_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/check_is_finite_6sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/check_is_fitted_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/check_n_features_in_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/check_scipy_sparse_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/check_shape_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/conftest.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/copy_X_11sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/ensure_2D_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/get_feature_names_out_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/get_feature_names_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/is_fitted_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/mixins/7sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/mixins/FeatureMixin_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/mixins/FileDumpMixin_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/mixins/FitTransformMixin_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/mixins/GetParamsMixin_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/mixins/ReprMixin_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/mixins/SetOutputMixin_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/mixins/SetParamsMixin_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/mixins/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/mixins/conftest.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/num_features_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/num_samples_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/set_order_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/base/validate_data_28sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/5min20sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/AutoTextCleaner/47sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/AutoTextCleaner/AutoTextCleaner_5sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/AutoTextCleaner/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/AutoTextCleaner/attr_method_access_8sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/AutoTextCleaner/validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/AutoTextCleaner/validation/get_statistics_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/AutoTextCleaner/validation/lexicon_lookup_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/AutoTextCleaner/validation/ngram_merge_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/AutoTextCleaner/validation/return_dim_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/AutoTextCleaner/validation/validation_28sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/Lexicon/20sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/Lexicon/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/Lexicon/attr_method_access_19sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/Lexicon/methods/6sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/Lexicon/methods/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/Lexicon/methods/add_words_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/Lexicon/methods/check_order_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/Lexicon/methods/delete_words_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/Lexicon/methods/find_duplicates_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/Lexicon/methods/identify_sublexicon_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/Lexicon/methods/validate_word_input_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/NGramMerger/10sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/NGramMerger/NGM_attr_method_access_5sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/NGramMerger/NGramMerger_5sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/NGramMerger/NGramMerger_upstream_17sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/NGramMerger/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/NGramMerger/transform/5sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/NGramMerger/transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/NGramMerger/transform/get_wrap_match_idxs_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/NGramMerger/transform/manage_wrap_idxs_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/NGramMerger/transform/match_finder_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/NGramMerger/transform/replacer_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/NGramMerger/transform/special_param_conditioner_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/NGramMerger/transform/transform_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/NGramMerger/transform/wrap_manager_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/NGramMerger/validation/7sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/NGramMerger/validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/NGramMerger/validation/ngcallable_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/NGramMerger/validation/ngrams_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/NGramMerger/validation/validation_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/StopRemover/55sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/StopRemover/StopRemover_34sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/StopRemover/StopRemover_upstream_52sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/StopRemover/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/StopRemover/attr_method_access_15_sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/StopRemover/default_callable_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/StopRemover/transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/StopRemover/transform/transform_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/StopRemover/validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/StopRemover/validation/exempt_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/StopRemover/validation/match_callable_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/StopRemover/validation/supplemental_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/StopRemover/validation/validation_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJoiner/7sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJoiner/TextJoiner_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJoiner/TextJoiner_upstream_5sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJoiner/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJoiner/attr_method_access_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJoiner/transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJoiner/transform/condition_sep_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJoiner/transform/transform_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJoiner/validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJoiner/validation/sep_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJoiner/validation/validation_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJustifier/32sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJustifier/TextJustifer_upstream_20sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJustifier/TextJustifier_regex_attr_method_access_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJustifier/TextJustifier_regex_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJustifier/TextJustifier_str_attr_method_access_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJustifier/TextJustifier_str_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJustifier/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJustifier/_validation/32sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJustifier/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJustifier/_validation/line_break_regex_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJustifier/_validation/line_break_str_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJustifier/_validation/sep_regex_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJustifier/_validation/sep_str_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJustifier/_validation/validation_30sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJustifier/transform/6sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJustifier/transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJustifier/transform/sep_lb_finder_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJustifier/transform/splitter_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJustifier/transform/stacker_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJustifier/transform/transform_sandbox.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextJustifier/transform/transform_test.py +0 -0
- {pybear-0.2.2/tests/model_selection/autogridsearch/autogridsearch_wrapper/demo → pybear-0.2.3/tests/feature_extraction/text/TextLookup}/40sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextLookup/TLRT_upstream_19sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextLookup/TL_upstream_19sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextLookup/__init__.py +0 -0
- {pybear-0.2.2/tests/feature_extraction/text/_shared → pybear-0.2.3/tests/feature_extraction/text/TextLookup/shared}/13sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextLookup/shared/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextLookup/shared/transform/4sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextLookup/shared/transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextLookup/shared/transform/auto_word_splitter_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextLookup/shared/transform/manual_word_splitter_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextLookup/shared/transform/quasi_auto_word_splitter_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextLookup/shared/transform/word_editor_test.py +0 -0
- {pybear-0.2.2/tests/feature_extraction/text/TextReplacer → pybear-0.2.3/tests/feature_extraction/text/TextLookup/shared/validation}/8sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextLookup/shared/validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextNormalizer/5sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextNormalizer/TextNormalizer_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextNormalizer/TextNormalizer_upstream_17sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextNormalizer/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextNormalizer/attr_method_access_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextNormalizer/transform_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextNormalizer/validation_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextPadder/5sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextPadder/TextPadder_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextPadder/TextPadder_upstream_17sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextPadder/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextPadder/attr_method_access_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextPadder/partial_fit/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextPadder/partial_fit/partial_fit_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextPadder/transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextPadder/transform/transform_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextPadder/validation_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextRemover/16sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextRemover/TextRemover_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextRemover/TextRemover_upstream_18sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextRemover/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextRemover/attr_method_access_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextRemover/regexp_1D_core_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextRemover/validation_16sec_test.py +0 -0
- {pybear-0.2.2/tests/feature_extraction/text/TextReplacer/validation → pybear-0.2.3/tests/feature_extraction/text/TextReplacer}/8sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextReplacer/TextReplacer_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextReplacer/TextReplacer_upstream_19sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextReplacer/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextReplacer/attr_method_access_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextReplacer/transform/5sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextReplacer/transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextReplacer/transform/regexp_1D_core_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextReplacer/transform/special_param_conditioner_test.py +0 -0
- /pybear-0.2.2/tests/feature_extraction/text/TextLookup/19sec → /pybear-0.2.3/tests/feature_extraction/text/TextReplacer/validation/8sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextReplacer/validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextReplacer/validation/replace_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextReplacer/validation/validation_8sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextSplitter/23sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextSplitter/TextSplitter_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextSplitter/TextSplitter_upstream_18sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextSplitter/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextSplitter/attr_method_access_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextSplitter/regexp_core_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextSplitter/validation_23sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/7sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/TextStatistics_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/_green_eggs_and_ham +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/_read_green_eggs_and_ham.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/attr_method_access_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/get/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/get/get_longest_strings_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/get/get_shortest_strings_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/input_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/lookup/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/lookup/lookup_string_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/lookup/lookup_substring_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/partial_fit/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/partial_fit/build_character_frequency_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/partial_fit/build_overall_statistics_OLD_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/partial_fit/build_overall_statistics_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/partial_fit/build_startswith_frequency_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/partial_fit/build_string_frequency_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/partial_fit/merge_character_frequency_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/partial_fit/merge_overall_statistics_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/partial_fit/merge_startwith_frequency_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/partial_fit/merge_string_frequency_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/print/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/validation/character_frequency_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/validation/n_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/validation/overall_statistics_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/validation/startswith_frequency_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/validation/string_frequency_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/validation/uniques_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStatistics/validation/validation_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStripper/5sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStripper/TextStripper_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStripper/TextStripper_upstream_19sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStripper/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStripper/attr_method_access_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/TextStripper/transform_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/__init__.py +0 -0
- {pybear-0.2.2/tests/model_selection/autogridsearch/autogridsearch_wrapper/validation → pybear-0.2.3/tests/feature_extraction/text/_shared}/13sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/_shared/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/_shared/param_conditioner/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/_shared/param_conditioner/compile_maker_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/_shared/param_conditioner/flag_maker_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/_shared/param_conditioner/param_conditioner_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/_shared/param_conditioner/remove_contractor_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/_shared/transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/_shared/transform/map_X_to_list_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/_shared/utilities/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/_shared/utilities/view_text_snippet_5sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/_shared/validation/1D_2D_X_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/_shared/validation/1D_X_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/_shared/validation/2D_X_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/_shared/validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/_shared/validation/any_bool_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/_shared/validation/any_integer_9sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/_shared/validation/any_string_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/_shared/validation/case_sensitive_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/_shared/validation/compile_holder_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/_shared/validation/flags_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/_shared/validation/pattern_holder_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/conftest.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/feature_extraction/text/variable_finder_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/3min57sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/1min55sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/1min19sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/fit/34sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/fit/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/fit/accuracy_22sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/fit/cv_14sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/fit/estimator_fit_params_helper_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/fit/fit__fit_params_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/fit/fold_splitter_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/fit/get_kfold_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/fit/parallelized_fit_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/fit/parellelized_scorer_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/fit/parellelized_train_scorer_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/validation/56sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/validation/estimator_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/validation/estimator_wrapped_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/validation/pre_dispatch_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/validation/validation_init_56sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/validation/validation_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/validation/validation_y_fit_sk_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/validation/validation_y_score_sk_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCV/validation/y_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/42sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/fit/5sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/fit/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/fit/_cv_results/5sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/fit/_cv_results/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/fit/_cv_results/cv_results_builder_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/fit/_cv_results/cv_results_rank_update_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/fit/_cv_results/cv_results_score_updater_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/fit/_cv_results/cv_results_update_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/fit/get_best_thresholds_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/fit/verify_refit_callable_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/param_conditioning/5sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/param_conditioning/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/param_conditioning/cv_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/param_conditioning/param_grid_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/param_conditioning/refit_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/param_conditioning/scoring_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/param_conditioning/thresholds_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/param_conditioning/verbose_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/validation/35sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/validation/cv_val_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/validation/error_score_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/validation/estimator_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/validation/estimator_wrapped_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/validation/holders/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/validation/holders/f_s_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/validation/holders/f_t_s_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/validation/n_jobs_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/validation/param_grid_helper_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/validation/param_grid_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/validation/predict_proba_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/validation/refit_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/validation/return_train_score_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/validation/scoring_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/validation/thresholds_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/validation/validation_33sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/GSTCVMixin/validation/verbose_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/attr_method_access_10sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/conftest.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/conftest_cv_results_template_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/conftest_gstcv_sk_fixture_6sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/conftest_list_of_fixtures +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/get_params_sk_pre_post_5sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/GSTCV/set_params_sk_pre_post_5sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/2min5sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/agscv_attr_method_access_9sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/agscv_param_validation_8sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/best_params_not_expossed_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/build_first_grid_from_params_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/build_is_logspace_test.py +0 -0
- /pybear-0.2.2/tests/feature_extraction/text/TextLookup/shared/6sec → /pybear-0.2.3/tests/model_selection/autogridsearch/autogridsearch_wrapper/demo/40sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/demo/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/demo/demo_40sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/demo/make_true_best_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/demo/mock_gscv_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/demo/validate_true_best_params_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/40_seconds +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/bool/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/bool/bool_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/drill/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/drill/drill_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/float/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/float/float_linspace_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/float/float_logspace_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/float/float_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/get_next_param_grid_40sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/int/Int_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/int/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/int/int_grid_mapper_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/int/int_linspace_gap_gt_1_hard_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/int/int_linspace_gap_gt_1_soft_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/int/int_linspace_gap_gt_1_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/int/int_linspace_unit_gap_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/int/int_logspace_gap_gt_1_hard_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/int/int_logspace_gap_gt_1_soft_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/int/int_logspace_gap_gt_1_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/int/int_logspace_unit_gap_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/regap_logspace_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/shift/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/shift/shift_grid_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/shift/shift_points_and_passes_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/shift/shift_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/string/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/string/string_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/update_phlite_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/validation/validate_best_params_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/validation/validate_grids_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/validation/validate_int_float_linlogspace_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/validation/validate_is_logspace.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/get_next_param_grid/validation/validate_phlite_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/param_conditioning/17sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/param_conditioning/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/param_conditioning/conditioning_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/param_conditioning/max_shifts_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/param_conditioning/params_10sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/param_conditioning/total_passes_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/refit_can_be_skipped_6sec_test.py +0 -0
- {pybear-0.2.2/tests/preprocessing/MinCountTransformer/set_params → pybear-0.2.3/tests/model_selection/autogridsearch/autogridsearch_wrapper/validation}/13sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/validation/agscv_verbose_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/validation/max_shifts_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/validation/params_bool_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/validation/params_numerical_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/validation/params_string_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/validation/params_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/validation/total_passes_is_hard_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/validation/total_passes_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/autogridsearch_wrapper/validation/validation_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/conftest.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/floating_point_error_4sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/verification_AutoGSTCV_15sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/verification_AutoGridSearchCV_4sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/model_selection/autogridsearch/verification_sklearn_gscvs_27sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/new_numpy/20_seconds +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/new_numpy/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/new_numpy/_random_/20_seconds +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/new_numpy/_random_/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/new_numpy/_random_/random_choice_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/new_numpy/_random_/random_sparse_class_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/new_numpy/_random_/random_sparse_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/17min11sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/4min27sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/CDT_32sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/attr_accuracy_119sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/attr_method_access_4sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/check_transformer_3sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/conftest.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/get_feature_names_out_15sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/inverse_transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/inverse_transform/inverse_transform_13sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/partial_fit/43_sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/partial_fit/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/partial_fit/_lock_in_random_idxs_5sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/partial_fit/columns_getter_8sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/partial_fit/find_duplicates_21sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/partial_fit/find_duplicates_joblib_9sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/partial_fit/identify_idxs_to_delete_7sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/partial_fit/merge_dupls_7sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/partial_fit/parallel_chunk_comparer_6sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/partial_fit/parallel_column_comparer_6sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/pipeline_13sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/set_params/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/set_params/set_params_6sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/transform/transform_7sec_test.py +0 -0
- {pybear-0.2.2/tests/feature_extraction/text/TextLookup/shared → pybear-0.2.3/tests/preprocessing/ColumnDeduplicateTransformer}/validation/6sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/validation/conflict_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/validation/do_not_drop_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/validation/keep_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/ColumnDeduplicateTransformer/validation/validation_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/1min7sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/IM_18sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/VarianceThreshold_7sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/attr_accuracy_21sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/attr_method_access_3sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/check_transformer_8sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/conftest.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/get_feature_names_out_9sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/inverse_transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/inverse_transform/inverse_transform_8sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/inverse_transform/remove_intercept_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/partial_fit/25_sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/partial_fit/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/partial_fit/columns_getter_6sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/partial_fit/find_constants_10sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/partial_fit/merge_constants_6sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/partial_fit/parallel_constant_finder_5sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/pipeline_5sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/set_params/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/set_params/set_params_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/shared/9_sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/shared/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/shared/make_instructions_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/shared/manage_keep_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/shared/set_attributes_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/transform/transform_10sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/validation/9sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/validation/instructions_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/validation/keep_and_columns_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/InterceptManager/validation/validation_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/2min52sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/MCT_2min32sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/attr_accuracy_3sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/attr_method_access_4sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/check_transformer_3sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/conftest.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/conftest__mmct__12sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/get_feature_names_out_6sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/get_row_support_4sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/get_support_4sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/make_instructions/21sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/make_instructions/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/make_instructions/make_instructions_2sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/make_instructions/one_unique_4sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/make_instructions/three_or_more_uniques_hab_5sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/make_instructions/three_or_more_uniques_not_hab_4sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/make_instructions/threshold_listifier_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/make_instructions/two_uniques_hab_5sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/make_instructions/two_uniques_not_hab_4sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/make_instructions/validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/make_instructions/validation/delete_instr_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/make_instructions/validation/make_instructions_validation_1sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/make_instructions/validation/total_counts_by_column_2sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/partial_fit/10sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/partial_fit/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/partial_fit/columns_getter_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/partial_fit/get_dtypes_unqs_cts_6sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/partial_fit/original_dtypes_merger_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/partial_fit/parallel_dtype_unqs_cts_6sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/partial_fit/tcbc_merger_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/pipeline_6sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/print_instructions/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/print_instructions/_repr_instructions_sandbox.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/print_instructions/print_instructions_4sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/print_instructions/repr_instructions_3sec_test.py +0 -0
- /pybear-0.2.2/tests/preprocessing/ColumnDeduplicateTransformer/validation/6sec → /pybear-0.2.3/tests/preprocessing/MinCountTransformer/set_params/13sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/set_params/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/set_params/set_params_13sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/transform/9sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/transform/_ic_hab_condition_8sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/transform/make_row_and_column_masks_6sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/transform/parallelized_row_masks_3sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/transform/tcbc_update_3sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/validation/9sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/validation/count_threshold_3sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/validation/feature_names_in_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/validation/ign_cols_hab_callable_4sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/validation/ignore_columns_handle_as_bool_5sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/validation/original_dtypes_1sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/validation/validation_5sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/MinCountTransformer/validation/y_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/NanStandardizer/4sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/NanStandardizer/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/NanStandardizer/accuracy_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/NanStandardizer/attr_method_access_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/NanStandardizer/check_transformer_Xsec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/NanStandardizer/conftest.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/NanStandardizer/transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/NanStandardizer/transform/transform_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/NanStandardizer/validation/X_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/NanStandardizer/validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/2min45sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/SlimPoly_42sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/attr_accuracy_5sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/attr_method_access_21sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/attributes/3sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/attributes/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/attributes/build_dropped_poly_duplicates_2sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/attributes/build_kept_poly_duplicates_3sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/check_transformer_6sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/conftest.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/dupls_consts_no_op_37sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/get_feature_names_out/3sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/get_feature_names_out/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/get_feature_names_out/gfno_poly_3sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/get_feature_names_out_18sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/numerical_accuracy_3sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/partial_fit/18sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/partial_fit/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/partial_fit/columns_getter_4sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/partial_fit/combination_builder_5sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/partial_fit/deconstant_poly_dupls_3sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/partial_fit/get_dupls_for_combo_in_X_and_poly_10sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/partial_fit/get_dupls_for_combo_in_X_and_poly_joblib_68sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/partial_fit/lock_in_random_combos_3sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/partial_fit/merge_constants_3sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/partial_fit/merge_partialfit_dupls_2sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/partial_fit/num_combinations_2sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/partial_fit/parallel_chunk_comparer_6sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/partial_fit/parallel_column_comparer_4sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/partial_fit/parallel_constant_finder_2sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/pipeline_9sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/set_params/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/set_params/set_params_8sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/shared/3sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/shared/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/shared/check_X_constants_dupls_3sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/shared/identify_combos_to_keep_3sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/transform/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/transform/build_poly_4sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/validation/9sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/validation/X_supplemental_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/validation/degree__min_degree__test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/validation/feature_name_combiner_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/validation/keep_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/SlimPolyFeatures/validation/validation_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/_shared/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/_shared/_validation/X_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/_shared/_validation/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/_shared/_validation/any_bool_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/_shared/_validation/any_integer_9sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/_shared/_validation/atol_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/_shared/_validation/equal_nan_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/_shared/_validation/n_jobs_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/_shared/_validation/rtol_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/conftest.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/preprocessing/conftest_X_factory_18sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/utilities/37sec +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/utilities/__init__.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/utilities/array_sparsity_2sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/utilities/check_pipeline_3sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/utilities/conftest.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/utilities/feature_name_mapper_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/utilities/get_methods_out_of_class_2sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/utilities/get_module_name_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/utilities/inf_masking_13sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/utilities/logger_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/utilities/nan_masking2_11sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/utilities/nan_masking_7sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/utilities/permuter_2sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/utilities/print_inspect_stack_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/utilities/remove_characters_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/utilities/serial_index_mapper_3sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/utilities/time_memory_benchmark_16sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/utilities/timer_2sec_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/utilities/union_find_test.py +0 -0
- {pybear-0.2.2 → pybear-0.2.3}/tests/version_test.py +0 -0
|
@@ -6,6 +6,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
## [0.2.3] - 2025-09-30
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
- None
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
- feature_extraction.text
|
|
16
|
+
- TextLookup, TextLookupRealTime:
|
|
17
|
+
Add the ability to take re.compile objects in DELETE_ALWAYS,
|
|
18
|
+
SKIP_ALWAYS, REPLACE_ALWAYS, and SPLIT_ALWAYS init parameters.
|
|
19
|
+
|
|
20
|
+
### Deprecated
|
|
21
|
+
- None
|
|
22
|
+
|
|
23
|
+
### Removed
|
|
24
|
+
- None
|
|
25
|
+
|
|
26
|
+
### Fixed
|
|
27
|
+
- None
|
|
28
|
+
|
|
29
|
+
### Security
|
|
30
|
+
- None
|
|
31
|
+
|
|
9
32
|
## [0.2.2] - 2025-09-08
|
|
10
33
|
|
|
11
34
|
### Added
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pybear
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: Python modules for miscellaneous data analytics applications
|
|
5
5
|
License: BSD-3-Clause
|
|
6
|
+
License-File: LICENSE
|
|
6
7
|
Keywords: python data analytics scikit-API text
|
|
7
8
|
Author: Bill Sousa
|
|
8
9
|
Author-email: WKSJR99@msn.com
|
|
@@ -14,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
14
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
17
19
|
Requires-Dist: joblib (>=1.3.0)
|
|
18
20
|
Requires-Dist: numpy (>=2.1.0)
|
|
19
21
|
Requires-Dist: pandas (>=2.2.3)
|
{pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_AutoTextCleaner/AutoTextCleaner.py
RENAMED
|
@@ -302,13 +302,13 @@ class AutoTextCleaner(
|
|
|
302
302
|
|
|
303
303
|
auto_delete: NotRequired[bool]
|
|
304
304
|
|
|
305
|
-
DELETE_ALWAYS: NotRequired[Sequence[str] | None]
|
|
305
|
+
DELETE_ALWAYS: NotRequired[Sequence[str | re.Pattern[str]] | None]
|
|
306
306
|
|
|
307
|
-
REPLACE_ALWAYS: NotRequired[dict[str, str] | None]
|
|
307
|
+
REPLACE_ALWAYS: NotRequired[dict[str | re.Pattern[str], str] | None]
|
|
308
308
|
|
|
309
|
-
SKIP_ALWAYS: NotRequired[Sequence[str] | None]
|
|
309
|
+
SKIP_ALWAYS: NotRequired[Sequence[str | re.Pattern[str]] | None]
|
|
310
310
|
|
|
311
|
-
SPLIT_ALWAYS: NotRequired[dict[str, Sequence[str]] | None]
|
|
311
|
+
SPLIT_ALWAYS: NotRequired[dict[str | re.Pattern[str], Sequence[str]] | None]
|
|
312
312
|
|
|
313
313
|
remove_empty_rows: NotRequired[bool]
|
|
314
314
|
|
{pybear-0.2.2 → pybear-0.2.3}/src/pybear/feature_extraction/text/_AutoTextCleaner/_type_aliases.py
RENAMED
|
@@ -56,10 +56,10 @@ class LexiconLookupType(TypedDict):
|
|
|
56
56
|
auto_split: NotRequired[bool]
|
|
57
57
|
auto_add_to_lexicon: NotRequired[bool]
|
|
58
58
|
auto_delete: NotRequired[bool]
|
|
59
|
-
DELETE_ALWAYS: NotRequired[Sequence[str] | None]
|
|
60
|
-
REPLACE_ALWAYS: NotRequired[dict[str, str] | None]
|
|
61
|
-
SKIP_ALWAYS: NotRequired[Sequence[str] | None]
|
|
62
|
-
SPLIT_ALWAYS: NotRequired[dict[str, Sequence[str]] | None]
|
|
59
|
+
DELETE_ALWAYS: NotRequired[Sequence[str | re.Pattern[str]] | None]
|
|
60
|
+
REPLACE_ALWAYS: NotRequired[dict[str | re.Pattern[str], str] | None]
|
|
61
|
+
SKIP_ALWAYS: NotRequired[Sequence[str | re.Pattern[str]] | None]
|
|
62
|
+
SPLIT_ALWAYS: NotRequired[dict[str | re.Pattern[str], Sequence[str]] | None]
|
|
63
63
|
remove_empty_rows: NotRequired[bool]
|
|
64
64
|
verbose: NotRequired[bool]
|
|
65
65
|
|
|
@@ -43,10 +43,10 @@ def _val_lexicon_lookup(
|
|
|
43
43
|
auto_split: NotRequired[bool]
|
|
44
44
|
auto_add_to_lexicon: NotRequired[bool]
|
|
45
45
|
auto_delete: NotRequired[bool]
|
|
46
|
-
DELETE_ALWAYS: NotRequired[Sequence[str] | None]
|
|
47
|
-
REPLACE_ALWAYS: NotRequired[dict[str, str] | None]
|
|
48
|
-
SKIP_ALWAYS: NotRequired[Sequence[str] | None]
|
|
49
|
-
SPLIT_ALWAYS: NotRequired[dict[str, Sequence[str]] | None]
|
|
46
|
+
DELETE_ALWAYS: NotRequired[Sequence[str | re.Pattern[str]] | None]
|
|
47
|
+
REPLACE_ALWAYS: NotRequired[dict[str | re.Pattern[str], str] | None]
|
|
48
|
+
SKIP_ALWAYS: NotRequired[Sequence[str | re.Pattern[str]] | None]
|
|
49
|
+
SPLIT_ALWAYS: NotRequired[dict[str | re.Pattern[str], Sequence[str]] | None]
|
|
50
50
|
remove_empty_rows: NotRequired[bool]
|
|
51
51
|
verbose: NotRequired[bool]
|
|
52
52
|
|
|
@@ -14,6 +14,7 @@ from typing_extensions import Self
|
|
|
14
14
|
import numpy.typing as npt
|
|
15
15
|
|
|
16
16
|
from copy import deepcopy
|
|
17
|
+
import re
|
|
17
18
|
|
|
18
19
|
import numpy as np
|
|
19
20
|
import pandas as pd
|
|
@@ -26,6 +27,8 @@ from ._shared._transform._manual_word_splitter import _manual_word_splitter
|
|
|
26
27
|
from ._shared._transform._quasi_auto_word_splitter import _quasi_auto_word_splitter
|
|
27
28
|
from ._shared._transform._word_editor import _word_editor
|
|
28
29
|
|
|
30
|
+
from ._shared._search_always_list import _search_always_list
|
|
31
|
+
|
|
29
32
|
from ._shared._type_aliases import (
|
|
30
33
|
XContainer,
|
|
31
34
|
WipXContainer
|
|
@@ -82,13 +85,13 @@ class TextLookup(_TextLookupMixin):
|
|
|
82
85
|
the word to the :attr:`DELETE_ALWAYS_` attribute and go to the next
|
|
83
86
|
word, until all the words in the text are exhausted. In these cases,
|
|
84
87
|
TL can never proceed into manual mode. To allow TL to go into manual
|
|
85
|
-
mode, `auto_delete` and `auto_add_to_lexicon`
|
|
88
|
+
mode, both `auto_delete` and `auto_add_to_lexicon` must be False.
|
|
86
89
|
|
|
87
90
|
In manual mode, when TL encounters a word that is not in the
|
|
88
91
|
`Lexicon`, the user will be prompted with an interactive menu for an
|
|
89
92
|
action. Choices that are always presented include: 'skip always',
|
|
90
93
|
'delete always', 'replace always', and 'split always'. Conditionally,
|
|
91
|
-
if `update_lexicon
|
|
94
|
+
if `update_lexicon` is True, an 'add to lexicon' option is also
|
|
92
95
|
presented. If you choose something from the 'always' group, the word
|
|
93
96
|
goes into a 'holder' object for the selected action so that TL knows
|
|
94
97
|
how to handle it during transform. TL does not have the ability to
|
|
@@ -98,13 +101,6 @@ class TextLookup(_TextLookupMixin):
|
|
|
98
101
|
the operation/word combinations do not track the exact locations of
|
|
99
102
|
individual words.
|
|
100
103
|
|
|
101
|
-
When you are in the manual text lookup process and are entering words
|
|
102
|
-
at the prompts to replace unknown words in your text, whatever is
|
|
103
|
-
entered is inserted into your text exactly as entered by you. You
|
|
104
|
-
must enter the text exactly as you want it in the cleaned output. If
|
|
105
|
-
normalizing the text is important to you, you must enter the text in
|
|
106
|
-
the case that you want in the output, TL will not do it for you.
|
|
107
|
-
|
|
108
104
|
The holder objects are all accessible attributes in the TL public
|
|
109
105
|
API. See the Attributes section for more details. These holder
|
|
110
106
|
objects can also be passed at instantiation to give TL a head-start
|
|
@@ -126,7 +122,7 @@ class TextLookup(_TextLookupMixin):
|
|
|
126
122
|
|
|
127
123
|
TL always looks for special instructions before looking to see if
|
|
128
124
|
a word is in the `Lexicon`. Otherwise, if TL checked the word against
|
|
129
|
-
the `Lexicon` first and the word is it
|
|
125
|
+
the `Lexicon` first and the word is in it, TL would go to the next
|
|
130
126
|
word automatically. Doing it in this way allows for users to give
|
|
131
127
|
special instructions for words already in the `Lexicon`. Let's say
|
|
132
128
|
there is a word in the `Lexicon` but you want to delete it from your
|
|
@@ -166,6 +162,13 @@ class TextLookup(_TextLookupMixin):
|
|
|
166
162
|
pybear `Lexicon` with your own words of varying capitalization, TL
|
|
167
163
|
honors your capitalization scheme.
|
|
168
164
|
|
|
165
|
+
When you are in the manual text lookup process and are entering words
|
|
166
|
+
at the prompts to replace unknown words in your text, whatever is
|
|
167
|
+
entered is inserted into your text exactly as entered by you. You
|
|
168
|
+
must enter the text exactly as you want it in the cleaned output. If
|
|
169
|
+
normalizing the text is important to you, you must enter the text in
|
|
170
|
+
the case that you want in the output, TL will not do it for you.
|
|
171
|
+
|
|
169
172
|
If TL encounters a word during transform that was not seen during
|
|
170
173
|
fitting and it is not in the `Lexicon`, the way that it is handled
|
|
171
174
|
depends on the setting of the `auto_delete` parameter. If
|
|
@@ -185,9 +188,9 @@ class TextLookup(_TextLookupMixin):
|
|
|
185
188
|
TL has an :attr:`n_rows_` attribute which is only available after
|
|
186
189
|
data has been passed to :meth:`partial_fit` or :meth:`fit`. It is
|
|
187
190
|
the total number of rows of text seen in the original data and is
|
|
188
|
-
not necessarily the number of rows in the outputted data. TL
|
|
189
|
-
has a :attr:`row_support_` attribute that is a boolean vector
|
|
190
|
-
|
|
191
|
+
not necessarily the total number of rows in the outputted data. TL
|
|
192
|
+
also has a :attr:`row_support_` attribute that is a boolean vector
|
|
193
|
+
that indicates which rows of the most-recently transformed data were
|
|
191
194
|
kept during the transform process (True) and which were deleted
|
|
192
195
|
(False). The only way that an entry could become False is if the
|
|
193
196
|
`remove_empty_rows` parameter is True and a row becomes empty when
|
|
@@ -200,18 +203,18 @@ class TextLookup(_TextLookupMixin):
|
|
|
200
203
|
update_lexicon : bool, default = False
|
|
201
204
|
Whether to queue words that are not in the pybear :class:`Lexicon`
|
|
202
205
|
for later addition to the `Lexicon`. This applies to both
|
|
203
|
-
autonomous and interactive modes. If False, TL will never put
|
|
204
|
-
word in :attr:`LEXICON_ADDENDUM_` and will never prompt you
|
|
205
|
-
the option.
|
|
206
|
+
autonomous and interactive modes. If False, TL will never put
|
|
207
|
+
a word in :attr:`LEXICON_ADDENDUM_` and will never prompt you
|
|
208
|
+
with the option.
|
|
206
209
|
skip_numbers : bool, default = True
|
|
207
|
-
When True, TL will try to do Python float(word) on the word
|
|
208
|
-
if it can be cast to a float, TL will skip it and go to
|
|
209
|
-
word. If False, TL will handle it like any other word.
|
|
210
|
-
no numbers in the formal pybear `Lexicon` so TL will
|
|
211
|
-
them and handle them autonomously or prompt the user
|
|
212
|
-
action. Since they are handled like any other word, it
|
|
213
|
-
possible to stage them for addition to your local copy
|
|
214
|
-
`Lexicon`.
|
|
210
|
+
When True, TL will try to do Python float(word) on the word
|
|
211
|
+
and, if it can be cast to a float, TL will skip it and go to
|
|
212
|
+
the next word. If False, TL will handle it like any other word.
|
|
213
|
+
There are no numbers in the formal pybear `Lexicon` so TL will
|
|
214
|
+
always flag them and handle them autonomously or prompt the user
|
|
215
|
+
for an action. Since they are handled like any other word, it
|
|
216
|
+
would be possible to stage them for addition to your local copy
|
|
217
|
+
of the `Lexicon`.
|
|
215
218
|
auto_split : bool, default = True
|
|
216
219
|
TL will first look if the word is in any of the holder objects
|
|
217
220
|
for special instructions, then look to see if the word is in
|
|
@@ -219,60 +222,67 @@ class TextLookup(_TextLookupMixin):
|
|
|
219
222
|
to `Lexicon`, auto-delete, or go into manual mode. This
|
|
220
223
|
functionality is a last-ditch effort to see if a word is an
|
|
221
224
|
erroneous compounding of 2 words that are in the `Lexicon`. If
|
|
222
|
-
`auto_split` is True, TL will iteratively split any word of 4
|
|
223
|
-
more characters from after the second character to before the
|
|
225
|
+
`auto_split` is True, TL will iteratively split any word of 4
|
|
226
|
+
or more characters from after the second character to before the
|
|
224
227
|
second to last character and see if both halves are in the
|
|
225
|
-
`Lexicon`. When/if the first match is found, TL will remove
|
|
226
|
-
original word, split it, and insert in the original place
|
|
227
|
-
halves that were found to be in the `Lexicon`. If
|
|
228
|
-
|
|
228
|
+
`Lexicon`. When/if the first match is found, TL will remove
|
|
229
|
+
the original word, split it, and insert in the original place
|
|
230
|
+
the 2 halves that were found to be in the `Lexicon`. If False,
|
|
231
|
+
TL will skip this process and go straight to auto-add,
|
|
229
232
|
auto-delete, or manual mode.
|
|
230
233
|
auto_add_to_lexicon : bool, default = False
|
|
231
|
-
`update_lexicon` must be True to use this
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
later.
|
|
234
|
+
`update_lexicon` must be True to use this. Cannot be True
|
|
235
|
+
if `auto_delete` is True. When this parameter is True, TL
|
|
236
|
+
operates in 'auto-mode', where the user will not be prompted
|
|
237
|
+
for decisions. When TL encounters a word that is not in
|
|
238
|
+
the `Lexicon`, the word will silently be staged in the
|
|
239
|
+
`LEXICON_ADDENDUM_` attribute to be added to the `Lexicon` later.
|
|
238
240
|
auto_delete : bool, default = False
|
|
239
|
-
If `update_lexicon` is True
|
|
241
|
+
If `update_lexicon` is True then this cannot be set to True.
|
|
240
242
|
When this parameter is True, TL operates in 'auto-mode', where
|
|
241
243
|
the user will not be prompted for decisions. When TL encounters
|
|
242
244
|
a word that is not in the `Lexicon`, the word will be silently
|
|
243
245
|
deleted from the text body.
|
|
244
|
-
DELETE_ALWAYS : Sequence[
|
|
245
|
-
A list of words
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
246
|
+
DELETE_ALWAYS : Sequence[MatchType] | None, default = None
|
|
247
|
+
A list of words and/or full-word regex patterns that will always
|
|
248
|
+
be deleted by TL, even if they are in the `Lexicon`. For
|
|
249
|
+
both auto and manual modes, when a word in the text body is a
|
|
250
|
+
case-sensitive match against a string literal in this list, or
|
|
251
|
+
is a full-word match against a regex pattern in this list, TL
|
|
252
|
+
will not prompt the user for any more information, it will
|
|
253
|
+
silently delete the word. What is passed here becomes the seed
|
|
254
|
+
for the :attr:`DELETE_ALWAYS_` attribute, which may have more
|
|
255
|
+
words added to it during run-time in auto and manual modes.
|
|
256
|
+
REPLACE_ALWAYS : dict[MatchType, str] | None, default = None
|
|
257
|
+
A dictionary with words and/or full-word regex patterns as keys
|
|
258
|
+
and their respective single-word replacement strings as values.
|
|
259
|
+
For both auto and manual modes, when a word in the text body is
|
|
260
|
+
a case-sensitive match against a string literal key, or is a
|
|
261
|
+
full-word match against a regex pattern key, TL will not prompt
|
|
262
|
+
the user for any more information, it will silently make the
|
|
263
|
+
replacement. TL will replace these words even if they are in
|
|
264
|
+
the `Lexicon`. What is passed here becomes the seed for
|
|
265
|
+
the :attr:`REPLACE_ALWAYS_` attribute, which may have more
|
|
266
|
+
word/replacement pairs added to it during run-time in manual
|
|
267
|
+
mode. Auto-mode will never add more entries to this dictionary.
|
|
268
|
+
SKIP_ALWAYS : Sequence[MatchType] | None, default = None
|
|
269
|
+
A list of words and/or full-word regex patterns that will always
|
|
270
|
+
be ignored by TL, even if they are not in the `Lexicon`. For
|
|
271
|
+
both auto and manual modes, when a word in the text body is a
|
|
272
|
+
case-sensitive match against a string literal in this list, or
|
|
273
|
+
is a full-word match against a regex pattern in this list, TL
|
|
274
|
+
will not prompt the user for any more information, it will
|
|
265
275
|
silently skip the word. What is passed here becomes the seed for
|
|
266
276
|
the :attr:`SKIP_ALWAYS_` attribute, which may have more words
|
|
267
277
|
added to it during run-time in manual mode. Auto-mode will only
|
|
268
|
-
|
|
278
|
+
add entries to this list if `ignore_numbers` is True and TL
|
|
269
279
|
finds a number during partial_fit / fit.
|
|
270
|
-
SPLIT_ALWAYS : dict[
|
|
271
|
-
A dictionary with words
|
|
272
|
-
and their respective multi-word lists of
|
|
273
|
-
TL will remove the original word and insert these words
|
|
274
|
-
the text body starting in its position even if the original
|
|
275
|
-
word is in the `Lexicon`. For both auto and manual
|
|
280
|
+
SPLIT_ALWAYS : dict[MatchType, Sequence[str]] | None, default = None
|
|
281
|
+
A dictionary with words and/or full-word regex patterns as keys
|
|
282
|
+
and their respective multi-word lists of replacement strings as
|
|
283
|
+
values. TL will remove the original word and insert these words
|
|
284
|
+
into the text body starting in its position even if the original
|
|
285
|
+
word is in the `Lexicon`. For both auto and manual modes, TL
|
|
276
286
|
will not prompt the user for any more information, it will
|
|
277
287
|
silently split the word. What is passed here becomes the seed
|
|
278
288
|
for the :attr:`SPLIT_ALWAYS_` attribute, which may have more
|
|
@@ -304,6 +314,31 @@ class TextLookup(_TextLookupMixin):
|
|
|
304
314
|
|
|
305
315
|
Notes
|
|
306
316
|
-----
|
|
317
|
+
When passing regex patterns to `DELETE_ALWAYS`, `REPLACE_ALWAYS`,
|
|
318
|
+
`SKIP_ALWAYS`, and `SPLIT_ALWAYS`, the regex patterns must be
|
|
319
|
+
designed to match full words in the text body and must be passed in
|
|
320
|
+
re.compile objects. Do not pass regex patterns as string literals,
|
|
321
|
+
you will not get the correct result. String literals must also be
|
|
322
|
+
designed to match full words in the text body. You do not need to
|
|
323
|
+
escape string literals.
|
|
324
|
+
If the same literal is passed to multiple 'ALWAYS' parameters, TL
|
|
325
|
+
will detect this conflict and raise an error. If a word in the text
|
|
326
|
+
body causes a conflict between a literal and a re.compile object or
|
|
327
|
+
between two re.compile objects within the same 'ALWAYS' parameter,
|
|
328
|
+
TL will raise an error. However, TL cannot detect conflicts between
|
|
329
|
+
re.compile objects across multiple 'ALWAYS' parameters, where a
|
|
330
|
+
word in a text body could possibly be indicated for two different
|
|
331
|
+
operations, such as SKIP and DELETE. TL will not resolve the conflict
|
|
332
|
+
but will simply perform whichever operation is matched first. The
|
|
333
|
+
order of match searching within TL is SKIP_ALWAYS, DELETE_ALWAYS,
|
|
334
|
+
REPLACE_ALWAYS, and finally SPLIT_ALWAYS. It is up to the user to
|
|
335
|
+
avoid these conflict conditions with careful regex pattern design.
|
|
336
|
+
|
|
337
|
+
**Type Aliases**
|
|
338
|
+
|
|
339
|
+
MatchType:
|
|
340
|
+
str | re.Pattern[str]
|
|
341
|
+
|
|
307
342
|
PythonTypes:
|
|
308
343
|
Sequence[Sequence[str]]
|
|
309
344
|
|
|
@@ -356,10 +391,10 @@ class TextLookup(_TextLookupMixin):
|
|
|
356
391
|
auto_split:bool = True,
|
|
357
392
|
auto_add_to_lexicon:bool = False,
|
|
358
393
|
auto_delete:bool = False,
|
|
359
|
-
DELETE_ALWAYS:Sequence[str] | None = None,
|
|
360
|
-
REPLACE_ALWAYS:dict[str, str] | None = None,
|
|
361
|
-
SKIP_ALWAYS:Sequence[str] | None = None,
|
|
362
|
-
SPLIT_ALWAYS:dict[str, Sequence[str]] | None = None,
|
|
394
|
+
DELETE_ALWAYS:Sequence[str | re.Pattern[str]] | None = None,
|
|
395
|
+
REPLACE_ALWAYS:dict[str | re.Pattern[str], str] | None = None,
|
|
396
|
+
SKIP_ALWAYS:Sequence[str | re.Pattern[str]] | None = None,
|
|
397
|
+
SPLIT_ALWAYS:dict[str | re.Pattern[str], Sequence[str]] | None = None,
|
|
363
398
|
remove_empty_rows:bool = False,
|
|
364
399
|
verbose:bool = False
|
|
365
400
|
) -> None:
|
|
@@ -473,7 +508,7 @@ class TextLookup(_TextLookupMixin):
|
|
|
473
508
|
X : XContainer
|
|
474
509
|
The (possibly ragged) 2D container of text to have its
|
|
475
510
|
contents cross-referenced against the pybear `Lexicon`.
|
|
476
|
-
y : Any, default
|
|
511
|
+
y : Any, default=None
|
|
477
512
|
The target for the data. Always ignored.
|
|
478
513
|
|
|
479
514
|
Returns
|
|
@@ -563,33 +598,68 @@ class TextLookup(_TextLookupMixin):
|
|
|
563
598
|
|
|
564
599
|
# -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
|
|
565
600
|
# short-circuit for things already known or learned in-situ
|
|
566
|
-
|
|
567
|
-
|
|
601
|
+
|
|
602
|
+
if _search_always_list('SKIP_ALWAYS', self._SKIP_ALWAYS, _word):
|
|
603
|
+
# may have had user-given words/re.compiles at init.
|
|
568
604
|
if self.verbose:
|
|
569
605
|
print(f'\n*** ALWAYS SKIP *{_word}* ***\n')
|
|
570
606
|
continue
|
|
571
607
|
|
|
572
|
-
|
|
573
|
-
|
|
608
|
+
elif _search_always_list(
|
|
609
|
+
'DELETE_ALWAYS', self._DELETE_ALWAYS, _word
|
|
610
|
+
):
|
|
611
|
+
# may have had user-given words/re.compiles at init.
|
|
574
612
|
if self.verbose:
|
|
575
613
|
print(f'\n*** ALWAYS DELETE *{_word}* ***\n')
|
|
576
614
|
continue
|
|
577
615
|
|
|
578
|
-
|
|
579
|
-
|
|
616
|
+
elif _search_always_list(
|
|
617
|
+
'REPLACE_ALWAYS', list(self._REPLACE_ALWAYS.keys()), _word
|
|
618
|
+
):
|
|
619
|
+
# may have had user-given words/re.compiles at init.
|
|
620
|
+
# need to get the exact thing that matched _word out of
|
|
621
|
+
# REPLACE_ALWAYS, to display the correct replacement.
|
|
622
|
+
for item in self._REPLACE_ALWAYS:
|
|
623
|
+
# check strings first, the order in _search_always_list
|
|
624
|
+
if isinstance(item, str):
|
|
625
|
+
if _word == item:
|
|
626
|
+
_replacement = self._REPLACE_ALWAYS[_word]
|
|
627
|
+
break
|
|
628
|
+
elif isinstance(item, re.Pattern):
|
|
629
|
+
if re.fullmatch(item, _word):
|
|
630
|
+
_replacement = self._REPLACE_ALWAYS[item]
|
|
631
|
+
break
|
|
632
|
+
else:
|
|
633
|
+
raise Exception
|
|
580
634
|
if self.verbose:
|
|
581
635
|
print(
|
|
582
636
|
f'\n*** ALWAYS REPLACE *{_word}* WITH '
|
|
583
|
-
f'*{
|
|
637
|
+
f'*{_replacement}* ***\n'
|
|
584
638
|
)
|
|
585
639
|
continue
|
|
586
640
|
|
|
587
|
-
|
|
588
|
-
|
|
641
|
+
elif _search_always_list(
|
|
642
|
+
'SPLIT_ALWAYS', list(self._SPLIT_ALWAYS.keys()), _word
|
|
643
|
+
):
|
|
644
|
+
# may have had user-given words/re.compiles at init.
|
|
645
|
+
# need to get the exact thing that matched _word out of
|
|
646
|
+
# SPLIT_ALWAYS, to display the correct replacement.
|
|
647
|
+
for item in self._SPLIT_ALWAYS:
|
|
648
|
+
# check strings first, the order in _search_always_list
|
|
649
|
+
if isinstance(item, str):
|
|
650
|
+
if _word == item:
|
|
651
|
+
_replacement = self._SPLIT_ALWAYS[_word]
|
|
652
|
+
break
|
|
653
|
+
elif isinstance(item, re.Pattern):
|
|
654
|
+
if re.fullmatch(item, _word):
|
|
655
|
+
_replacement = self._SPLIT_ALWAYS[item]
|
|
656
|
+
break
|
|
657
|
+
else:
|
|
658
|
+
raise Exception
|
|
589
659
|
if self.verbose:
|
|
590
660
|
print(
|
|
591
661
|
f'\n*** ALWAYS SPLIT *{_word}* WITH '
|
|
592
|
-
f'*{"*, *".join(
|
|
662
|
+
f'*{"*, *".join(_replacement)}* ***\n'
|
|
593
663
|
)
|
|
594
664
|
continue
|
|
595
665
|
|
|
@@ -858,26 +928,63 @@ class TextLookup(_TextLookupMixin):
|
|
|
858
928
|
_word = X_tr[_row_idx][_word_idx]
|
|
859
929
|
|
|
860
930
|
# -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
|
|
861
|
-
if
|
|
862
|
-
#
|
|
931
|
+
if _search_always_list('SKIP_ALWAYS', self._SKIP_ALWAYS, _word):
|
|
932
|
+
# may have had user-given words/re.compiles at init.
|
|
863
933
|
continue
|
|
864
934
|
|
|
865
|
-
elif
|
|
866
|
-
|
|
935
|
+
elif _search_always_list(
|
|
936
|
+
'DELETE_ALWAYS', self._DELETE_ALWAYS, _word
|
|
937
|
+
):
|
|
938
|
+
# may have had user-given words/re.compiles at init.
|
|
867
939
|
X_tr[_row_idx].pop(_word_idx)
|
|
868
940
|
continue
|
|
869
941
|
|
|
870
|
-
elif
|
|
871
|
-
|
|
942
|
+
elif _search_always_list(
|
|
943
|
+
'REPLACE_ALWAYS', list(self._REPLACE_ALWAYS.keys()), _word
|
|
944
|
+
):
|
|
945
|
+
# may have had user-given words/re.compiles at init.
|
|
946
|
+
# need to get the exact thing that matched _word out of
|
|
947
|
+
# REPLACE_ALWAYS, to pass the correct replacement
|
|
948
|
+
# to _split_or_replace_handler.
|
|
949
|
+
for item in self._REPLACE_ALWAYS:
|
|
950
|
+
# check strings first, the order in _search_always_list
|
|
951
|
+
if isinstance(item, str):
|
|
952
|
+
if _word == item:
|
|
953
|
+
_replacement = self._REPLACE_ALWAYS[_word]
|
|
954
|
+
break
|
|
955
|
+
elif isinstance(item, re.Pattern):
|
|
956
|
+
if re.fullmatch(item, _word):
|
|
957
|
+
_replacement = self._REPLACE_ALWAYS[item]
|
|
958
|
+
break
|
|
959
|
+
else:
|
|
960
|
+
raise Exception
|
|
961
|
+
|
|
872
962
|
X_tr[_row_idx] = self._split_or_replace_handler(
|
|
873
|
-
X_tr[_row_idx], _word_idx, [
|
|
963
|
+
X_tr[_row_idx], _word_idx, [_replacement]
|
|
874
964
|
)
|
|
875
965
|
continue
|
|
876
966
|
|
|
877
|
-
elif
|
|
878
|
-
|
|
967
|
+
elif _search_always_list(
|
|
968
|
+
'SPLIT_ALWAYS', list(self._SPLIT_ALWAYS.keys()), _word
|
|
969
|
+
):
|
|
970
|
+
# may have had user-given words/re.compiles at init.
|
|
971
|
+
# need to get the exact thing that matched _word out of
|
|
972
|
+
# SPLIT_ALWAYS, to pass the correct replacement
|
|
973
|
+
# to _split_or_replace_handler.
|
|
974
|
+
for item in self._SPLIT_ALWAYS:
|
|
975
|
+
# check strings first, the order in _search_always_list
|
|
976
|
+
if isinstance(item, str):
|
|
977
|
+
if _word == item:
|
|
978
|
+
_replacement = self._SPLIT_ALWAYS[_word]
|
|
979
|
+
break
|
|
980
|
+
elif isinstance(item, re.Pattern):
|
|
981
|
+
if re.fullmatch(item, _word):
|
|
982
|
+
_replacement = self._SPLIT_ALWAYS[item]
|
|
983
|
+
break
|
|
984
|
+
else:
|
|
985
|
+
raise Exception
|
|
879
986
|
X_tr[_row_idx] = self._split_or_replace_handler(
|
|
880
|
-
X_tr[_row_idx], _word_idx,
|
|
987
|
+
X_tr[_row_idx], _word_idx, _replacement
|
|
881
988
|
)
|
|
882
989
|
# since the word_splitter functions require that
|
|
883
990
|
# all new words already be in KNOWN_WORDS, or are
|