Data-science-utils

Latest version: v1.8.0

Safety actively analyzes 683322 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

1.6.1

Added
- visualization_aids::plot_features_relationship added support for datetime features.
- visualization_aids::plot_correlation_dendrogram method that plots correlation dendrogram.
Changed
- Moved visualization_aids::draw_tree and visualization_aids::draw_dot_data to xai module.
- Redesign README.md file
Fixed
- Converting bool features in visualization_aids::plot_features_relationship to avoid RuntimeWarning from numpy (Converting input from bool to <class 'numpy.uint8'> for compatibility.)
- minor changes

1.6

Added
- visualization_aids::visualize_correlations function that plot heatmap of features' correlations.
- visualization_aids::plot_features_relationship function that plot the shared distribution of two features.
- documentation for the new methods.
Changed
- requirements dependencies.
- visualization_aids::generate_decision_paths moved to xai::generate_decision_paths.
- visualization_aids::visualize_features changed parameter name frame to data.
- styling in the readme file.
Fixed
- documentation fixes.
- tests fixes.
- minor changes

1.5

Added
- strings::extract_significant_terms_from_subset function that extract significant terms from a data subset like
elasticsearch significant_text aggregation.
- automated testing and code coverage.
- deployment to conda.
Changed
- confusion matrix image in read me converted to a github link.
- strings::append_tags_to_frame added parameters max_features, lowercase and tokenizer.
- visualization_aids::plot_metric_growth_per_labeled_instances moved to metrics.
Fixed
- minor changes

1.4.1

Added

Changed

Fixed
- minor changes

1.4

Added
- visualization_aids::plot_metric_growth_per_labeled_instances function that plot given metric change where the amount
of labeled instances increase.
- visualization_aids::print_decision_paths can now receives a char for indentation markings.
- metrics::plot_confusion_matrix receives more seaborn parameters for better control over plotting.
- visualization_aids::draw_dot_data function that plot Graphviz's dot data.
Changed
- package name renamed to data_science_utils.
- visualization_aids::print_decision_paths default indent char changed from " " to "\t".
- rewrite README.md
- revamp documentation with read the docs theme.
Fixed
- package description and keywords
- minor changes

1.3

Added
- visualization_aids::visualize_features added parameters: features: list of feature to visualize,
num_columns: number of columns in the grid, and remove_na: True to ignore NA values when plotting; False otherwise.
Changed
- visualization_aids::draw_tree changed signature to matplotlib coding style
(see [matplotlib Usage Guide](https://matplotlib.org/tutorials/introductory/usage.html#coding-styles)).
- all drawing method now return matplotlib.axes.Axes instead of matplotlib.pyplot.Figure.
Fixed
- Revert import change of sklearn.tree.tree to sklearn.tree due to FutureWarning.

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.