create_feature_importance_chart()
now does not update the original coefficients of the regressor (#30
- Monkey patches
yellowbrick.regression.CooksDistance.draw()
to remove unsupporteduse_line_collection
matplotlib arg (#28)
- Replaced
print()
withwarnings.warn()
to better capturestderr
(#28)
- Constraining scipy to
<1.12
(#25)
create_*_summary()
now does not throw aNeptuneUnsupportedType
error if expected metadata is not found (#21)- Fixed method names in docstrings (#18)
- removed
neptune
andneptune-client
from base requirements - updated integration for compatibility with
neptune 1.X
create_kmeans_summary
is now saving the pickled model to Neptune.- We use the
stringify_unsupported
to wrap the saved model parameters.
- Fixed imports from
neptune_sklearn.impl
-> now possible to import fromneptune_sklearn
(#7)
get_estimator_params
works now with any scikit-learn estimator (#3)