minerva-ml / steppy-toolkit

Curated set of transformers that make your work with steppy faster and more effective :telescope:
MIT License
22 stars 9 forks source link

Docfolder #32

Closed bcottman closed 5 years ago

bcottman commented 5 years ago

Pull Request template

Code contributions

in toolkit/preprocessing

Test contributions

for toolkit/preprocessing - will turn into nose or whatever preferred

Test contributions

(steppy) Mac-Pro:toolkit brucecottman$ pwd /Users/brucecottman/Documents/PROJECTS/steppy-toolkit/toolkit (steppy) Mac-Pro:toolkit brucecottman$ sphinx-apidoc -o ../../../docs/generated -d 4 -fMa . Creating file ../../../docs/generated/toolkit.rst. Creating file ../../../docs/generated/toolkit.keras_transformers.rst. Creating file ../../../docs/generated/toolkit.preprocessing.rst. Creating file ../../../docs/generated/toolkit.pytorch_transformers.rst. Creating file ../../../docs/generated/toolkit.pytorch_transformers.architectures.rst. Creating file ../../../docs/generated/toolkit.sklearn_transformers.rst. Creating file ../../../docs/generated/modules.rst. (steppy) Mac-Pro:toolkit brucecottman$ cd ../docs;clear;make html

gens badness

Running Sphinx v1.7.9 loading pickled environment... done building [mo]: targets for 0 po files that are out of date building [html]: targets for 1 source files that are out of date updating environment: 1 added, 11 changed, 0 removed reading sources... [100%] generated/toolkit.sklearn_transformers
WARNING: autodoc: failed to import module 'preprocessing.S_Scalers'; the following exception was raised: No module named 'preprocessing' WARNING: autodoc: failed to import module 'preprocessing.S_toDataFrame'; the following exception was raised: No module named 'preprocessing' WARNING: autodoc: failed to import module 'preprocessing.SteppyFeather'; the following exception was raised: No module named 'preprocessing' WARNING: autodoc: failed to import module 'preprocessing.misc'; the following exception was raised: No module named 'preprocessing' WARNING: autodoc: failed to import module 'preprocessing.text'; the following exception was raised: No module named 'preprocessing' WARNING: autodoc: failed to import module 'preprocessing'; the following exception was raised: No module named 'preprocessing' WARNING: autodoc: failed to import module 'setup'; the following exception was raised: No module named 'setup' WARNING: autodoc: failed to import module 'tests'; the following exception was raised: No module named 'tests' WARNING: autodoc: failed to import module 'tests.xsklearn'; the following exception was raised: No module named 'tests' WARNING: autodoc: failed to import module 'tests.xsklearn.test_models'; the following exception was raised: No module named 'tests' WARNING: autodoc: failed to import module 'toolkit'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.misc'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.postprocessing'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.keras_transformers'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.keras_transformers.architectures'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.keras_transformers.callbacks'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.keras_transformers.contrib'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.keras_transformers.embeddings'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.keras_transformers.loaders'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.keras_transformers.models'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.preprocessing'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.preprocessing.S_Scalers'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.preprocessing.S_toDataFrame'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.preprocessing.SteppyFeather'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.preprocessing.misc'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.preprocessing.text'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.pytorch_transformers'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.pytorch_transformers.callbacks'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.pytorch_transformers.loaders'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.pytorch_transformers.models'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.pytorch_transformers.utils'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.pytorch_transformers.validation'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.pytorch_transformers.architectures'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.pytorch_transformers.architectures.unet'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.pytorch_transformers.architectures.utils'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.sklearn_transformers'; the following exception was raised: No module named 'toolkit' WARNING: autodoc: failed to import module 'toolkit.sklearn_transformers.models'; the following exception was raised: No module named 'toolkit' looking for now-outdated files... none found pickling environment... done checking consistency... /Users/brucecottman/Documents/PROJECTS/steppy-toolkit/docs/generated/conf.rst: WARNING: document isn't included in any toctree /Users/brucecottman/Documents/PROJECTS/steppy-toolkit/docs/generated/preprocessing.rst: WARNING: document isn't included in any toctree /Users/brucecottman/Documents/PROJECTS/steppy-toolkit/docs/generated/setup.rst: WARNING: document isn't included in any toctree /Users/brucecottman/Documents/PROJECTS/steppy-toolkit/docs/generated/tests.rst: WARNING: document isn't included in any toctree done preparing documents... done writing output... [100%] index
generating indices... genindex py-modindex writing additional pages... search copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 41 warnings.

LET MR KNOW WHAT I AM DOING WRONG

-Bruce