• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

idanmoradarthas / DataScienceUtils
100%

Build:
DEFAULT BRANCH: master
Repo Added 02 Jan 2020 12:02PM UTC
Files 7
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 1.8.0
  • 1.8.1
  • 1.9.0
  • 63-replace-box-plot-with-violin-plot-for-numeric-vs-categorical-interaction-in-plot_features_interaction
  • 64-add-mutual-information-scoring-utility-to-preprocessing-module
  • 70-feature-request-replace-datetime-line-plot-with-2d-heatmap-in-visualize_feature
  • 77-add-count-labels-to-bar-plots-in-visualize_feature-method
  • Update-requirements
  • add-stats-per-label
  • categorical-graphs-to-heatmaps
  • feature/add_plotly_graphs
  • feature/automate_platform_anaconda
  • feature/checking-if-kaleido-was-fixed
  • feature/convert_tests_to_pytest_mpl
  • feature/fix_warning_message
  • feature/fixing_README
  • feature/fixing_warning_in_code
  • feature/plot_feature_importance_improvments
  • feature/reconnecting_coveralls
  • feature/revise_readme_file
  • feature/update_version_1.8.0
  • fix-stats
  • fixing-tests
  • handle-nulls-in-categorical-graphs
  • interate-ruff-idan
  • jules/improve-docs
  • migrate_to_hatch
  • remove-corr-calc
  • update-sphinx-docs-for-visualize-feature
  • update-version
  • updating-kaliedo

10 Dec 2025 11:48AM UTC coverage: 100.0%. Remained the same
20097572999

push

github

web-flow
Categorical graphs to heatmaps (#82)

* Update dependencies

- Upgrade matplotlib from version 3.8.4 to 3.10.6 in pyproject.toml.
- Bump pytest from version 9.0.1 to 9.0.2 in pyproject.toml.
- Update ruff from version 0.14.5 to 0.14.8 in pyproject.toml.
- Upgrade anaconda-client from version 1.13.1 to 1.14.1 in requirements-conda.txt.

* Refactor plotting functions in preprocess.py for improved clarity and functionality

- Updated plotting functions to ensure consistent handling of axes across various feature types.
- Enhanced categorical and datetime feature visualizations by returning the axes object from plotting functions.
- Adjusted test configurations for better visualization of categorical plots, including resizing for specific cases.
- Updated baseline images to reflect changes in plot outputs.

* Seperated the both bool test of plot_features_interaction to a new test

* Add show_ratios parameter to plot_features_interaction for enhanced categorical visualizations

- Introduced a new boolean parameter `show_ratios` to the `plot_features_interaction` function, allowing users to display proportions instead of absolute counts in categorical vs categorical plots.
- Updated the `_plot_categorical_vs_categorical` function to handle the new parameter, adjusting the heatmap display accordingly.
- Enhanced documentation to clarify the functionality and usage of the `show_ratios` parameter.

* Add tests for plotting feature interactions with ratios

- Introduced new tests for the `plot_features_interaction` function to validate interactions between categorical features with the `show_ratios` parameter.
- Updated existing tests to ensure consistency in boolean feature interactions.
- Enhanced the test suite for better coverage of categorical feature visualizations.

* minor fix

29 of 29 new or added lines in 1 file covered. (100.0%)

641 of 641 relevant lines covered (100.0%)

12.0 hits per line

Relevant lines Covered
Build:
Build:
641 RELEVANT LINES 641 COVERED LINES
12.0 HITS PER LINE
Source Files on master
  • Tree
  • List 7
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20097572999 master Categorical graphs to heatmaps (#82) * Update dependencies - Upgrade matplotlib from version 3.8.4 to 3.10.6 in pyproject.toml. - Bump pytest from version 9.0.1 to 9.0.2 in pyproject.toml. - Update ruff from version 0.14.5 to 0.14.8 in pyproject... push 10 Dec 2025 11:51AM UTC web-flow github
100.0
19826221772 master Handle nulls in categorical graphs (#81) * Increment version to 1.10.0rc3 and update corresponding version test * Update test dependencies in pyproject.toml - Upgrade pytest from version 8.4.2 to 9.0.1. - Update pytest-mpl from version 0.17.0 t... push 01 Dec 2025 02:35PM UTC web-flow github
100.0
19066013520 master Reformat documentation for `visualize_feature` function to clarify ordering options (#79) push 04 Nov 2025 10:46AM UTC web-flow github
100.0
19007191133 master Add count labels and ordering options to `visualize_feature` bar plots (#78) * Update dependencies and versioning for data-science-utils - Bump pyarrow to version 22.0.0 and ruff to version 0.14.3 in pyproject.toml. - Increment package version t... push 02 Nov 2025 04:18AM UTC web-flow github
100.0
18671768810 master Replace datetime line plot with 2D heatmap in visualize_feature (#75) * Update dependencies and versioning for data-science-utils - Bump hatch to version 1.15.1 and hatchling to 1.27.0 in pyproject.toml. - Update pytest-mock to 3.15.1 and pytest... push 21 Oct 2025 03:22AM UTC web-flow github
100.0
18352625067 master Bump version to 1.9.0 and align version test (#72) * Update version to 1.8.2 in meta.yaml and __init__.py; adjust version test accordingly * Update version to 1.9.0 in meta.yaml and __init__.py; adjust version test accordingly * Update conda-bu... push 08 Oct 2025 05:19PM UTC web-flow github
100.0
18333157122 master Replace box plot with violin plot for numeric vs categorical interaction in plot features interaction (#69) * Change visualize feature for float from distplot to violinplot * CR fix * Minor formatting * Force install tk in windows * revet * ... push 08 Oct 2025 03:50AM UTC web-flow github
100.0
17068454136 master Add Mutual Information Scoring Utility to Preprocessing Module (#68) * create method compute_mutual_information * create tests * Linting * Adding the new method to read me * Adding the new method to docs push 19 Aug 2025 11:43AM UTC web-flow github
100.0
16159652254 master Jules/improve docs (#61) * Improve and enhance documentation - Reviewed and enhanced Python docstrings in ds_utils package for clarity, consistency, and link accuracy. - Reviewed and enhanced README.md for clarity, structure, and link accuracy. ... push 09 Jul 2025 03:34AM UTC web-flow github
100.0
16085303084 master Updating Kaleido (#59) * Updating packages * Updating kaleido and using it in mpl tests * Adding tolerance=2 * Updating tolerance=3 * Updating tolerances * Updating tolerances again push 05 Jul 2025 06:16AM UTC web-flow github
100.0
See All Builds (165)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc