Metadata-Version: 2.1
Name: pylaptoppred
Version: 0.1.0
Summary: prediccting laptop prices base on algorithms
License: MIT
Author: Lucas Liu
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: altair (>=5.2.0,<6.0.0)
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: imbalanced-learn (>=0.12.0,<0.13.0)
Requires-Dist: ipython (>=8.20.0,<9.0.0)
Requires-Dist: matplotlib (>=3.8.3,<4.0.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: pandas (>=2.2.0,<3.0.0)
Requires-Dist: pillow (>=10.2.0,<11.0.0)
Requires-Dist: scikit-learn (>=1.4.1,<2.0.0)
Requires-Dist: seaborn (>=0.13.2,<0.14.0)
Requires-Dist: statsmodels (>=0.14.1,<0.15.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Requires-Dist: vl-convert-python (>=1.3.0,<2.0.0)
Description-Content-Type: text/markdown

# pylaptoppred

prediccting laptop prices base on algorithms

## Installation

```bash
$ pip install pylaptoppred
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`pylaptoppred` was created by Lucas Liu. It is licensed under the terms of the MIT license.

## Credits

`pylaptoppred` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

