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

Doc.test.3 #41

Closed bcottman closed 2 years ago

bcottman commented 5 years ago

all inclusive pull request. ignore all previous pull requests from bcottman.

docs

docstring added to Scalers, toDataFrame, BoxCOXSCALAR, LambertScaler

/docs directory all associated files need by sphinx and sphinx-apidec created

2 remaining warnings are probably due to **kwargs

run following to generate docs cd /steppy-tookit/docs sphinx-apidoc -o generated/ ../toolkit -f clear;make clean;make html

Running Sphinx v1.8.1 making output directory... building [mo]: targets for 0 po files that are out of date building [html]: targets for 8 source files that are out of date updating environment: 8 added, 0 changed, 0 removed /Users/brucecottman/anaconda3/envs/steppy/lib/python3.6/site-packages/sklearn/ensemble/weight_boosting.py:29: DeprecationWarning: numpy.core.umath_tests is an internal NumPy module and should not be imported. It will be removed in a future NumPy release. from numpy.core.umath_tests import inner1d /Users/brucecottman/anaconda3/envs/steppy/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88 return f(*args, kwds) /Users/brucecottman/anaconda3/envs/steppy/lib/python3.6/site-packages/h5py/init.py:36: FutureWarning: Conversion of the second argument of issubdtype from float to np.floating is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type. from ._conv import register_converters as _register_converters Using TensorFlow backend. /Users/brucecottman/anaconda3/envs/steppy/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: compiletime version 3.5 of module 'tensorflow.python.framework.fast_tensor_util' does not match runtime version 3.6 return f(*args, *kwds) /Users/brucecottman/anaconda3/envs/steppy/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88 return f(args, kwds) /Users/brucecottman/anaconda3/envs/steppy/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88 return f(*args, **kwds) [nltk_data] Downloading package wordnet to [nltk_data] /Users/brucecottman/nltk_data... [nltk_data] Package wordnet is already up-to-date! [nltk_data] Downloading package stopwords to [nltk_data] /Users/brucecottman/nltk_data... [nltk_data] Package stopwords is already up-to-date! reading sources... [100%] index /Users/brucecottman/Documents/PROJECTS/steppy-toolkit/toolkit/keras_transformers/contrib.py:docstring of toolkit.keras_transformers.contrib.AttentionWeightedAverage.call:4: WARNING: Inline strong start-string without end-string. looking for now-outdated files... none found pickling environment... done checking consistency... 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, 1 warning.

tests

unit tests created Scalers, toDataFrame, BoxCOXSCALAR, LambertScaler run following to invoke unit tests in subdirectory tests: /py.test -v

functional (*.inypb) tests have been moved to tests/preprocessing

bcottman commented 5 years ago

no conflicts.