Metadata-Version: 2.4
Name: dwm-notebooks
Version: 0.1.2
Summary: A small package that bundles six ML notebooks and provides a CLI to extract them to a user folder.
Author-email: "(you)" <you@example.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: importlib-resources; python_version < "3.9"

# dwm-notebooks

This package bundles six machine-learning/notebook examples and provides a small CLI to extract them to an easy-to-access folder on your system.

Install:

  pip install dwm-notebooks

Usage (after installing):

  dwm-install             # copies notebooks to ~/dwm_notebooks
  dwm-install --dest DIR  # copy to an explicit directory

The package includes the following notebooks:

- apriori.ipynb
- clustering.ipynb
- Kmean.ipynb
- naive_bayes.ipynb
- text_mining.ipynb
- pagerank.ipynb
