Metadata-Version: 2.4
Name: mondip-ml-tutorials2
Version: 0.1.0
Summary: A comprehensive collection of machine learning tutorials using NumPy, Pandas, Matplotlib, and Scikit-learn
Home-page: https://github.com/yourusername/mondip-ml-tutorials
Author: Your Name
Author-email: Your Name <your.email@example.com>
License: MIT License
        
Project-URL: Homepage, https://github.com/yourusername/mondip-ml-tutorials
Project-URL: Documentation, https://github.com/yourusername/mondip-ml-tutorials/blob/main/README.md
Project-URL: Bug Reports, https://github.com/yourusername/mondip-ml-tutorials/issues
Project-URL: Source Code, https://github.com/yourusername/mondip-ml-tutorials
Keywords: machine learning,tutorials,numpy,pandas,matplotlib,scikit-learn,data science,education
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.19.0
Requires-Dist: pandas>=1.3.0
Requires-Dist: matplotlib>=3.3.0
Requires-Dist: scikit-learn>=1.0.0
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: pytest-cov>=2.0; extra == "dev"
Requires-Dist: black>=21.0; extra == "dev"
Requires-Dist: flake8>=3.8; extra == "dev"
Requires-Dist: twine>=3.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=4.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=1.0; extra == "docs"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Mondip ML Tutorials

A comprehensive collection of machine learning tutorials covering NumPy, Pandas, Matplotlib, and Scikit-learn fundamentals.

## Installation

```bash
pip install mondip-ml-tutorials
