Metadata-Version: 2.1
Name: mltoolkit-laht
Version: 0.2.1
Summary: A data science and machine learning toolkit
Home-page: https://github.com/lehidalgo/mltoolkit-laht
Author: Leandro Alexis Hidalgo Torres
Author-email: le.hidalgot@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# mltoolkit-laht 0.2.1

This is a Python library for data science and machine learning tasks. It provides utilities for data processing, modeling, and visualization.

## Installation

To install this package, clone the repository and run the setup script:

```
git clone https://github.com/lehidalgo/mltoolkit-laht
cd mltoolkit-laht
pip install .
```

## Usage

Full examples in Tutorials directory.

## Testing

To run the tests, use the following command:

```
python -m unittest discover tests
```

## Dependencies

This package requires the following Python libraries, which are listed in the `requirements.txt` file:

- numpy
- pandas
- scikit-learn
- matplotlib

Please make sure to install these dependencies before using this toolkit.

## Contributing

Contributions are welcome! Please submit a pull request or create an issue to propose changes or additions.


