Metadata-Version: 2.4
Name: mllabkitbyvh
Version: 1.0.0
Summary: Machine Learning Laboratory Programs
Author: Harish
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: scikit-learn
Dynamic: license-file

# ML Lab Kit

Machine Learning Laboratory Programs using Python.

## Installation

```bash
pip install mllabkit
```

## Usage

```python
import mllabkit as ml

ml.list()
ml.exp1()
```

Features:
- 10 Machine Learning Lab Programs
- NumPy
- Pandas
- Matplotlib
- Scikit-learn
