generics#

Note

See the Glossary for the meaning of the acronyms used in this guide.

A subpackage of generic functions for common data science operations.

estimator_predict(estimator: Any, x: Any, **kwargs) Any[source]#
fit_estimator(estimator: Any, x: Any, y: Any, **kwargs) Any[source]#