At the moment, most docstrings are contained in the _docstrings.py module.
We should create a folder called docstrings, and within it, create separate .py for attributes in the init, fit, transform etc.
We need to think if we also want to split it in imputers, encoders, etc. But we should probably centralize docstrings in this module instad of having it in base classes or within modules.
At the moment, most docstrings are contained in the _docstrings.py module.
We should create a folder called docstrings, and within it, create separate .py for attributes in the init, fit, transform etc.
We need to think if we also want to split it in imputers, encoders, etc. But we should probably centralize docstrings in this module instad of having it in base classes or within modules.