scikit-learn-contrib / hiclass

A python library for hierarchical classification compatible with scikit-learn
BSD 3-Clause "New" or "Revised" License
113 stars 20 forks source link

Add datasets module #minor #117

Closed ashishpatel16 closed 5 months ago

ashishpatel16 commented 5 months ago

This PR aims to add a datasets module which aims at downloading and caching hierarchical datasets for usage. Two datasets are available as of now -

Usage and documentation has been updated. Two examples in the gallery of examples, namely plot_lcppn_explainer.py and plot_parallel_training.py have been refactored to use this module.

ashishpatel16 commented 5 months ago

The compiled API reference page for datasets on Read the docs can be found here.