Metadata-Version: 2.4
Name: spmkit-learn
Version: 1.0.0
Summary: Meta-Sparse Modeling Library for Chemical Data Prediction.
Author-email: Shota Inoue <inoue.shota@st.kitasato-u.ac.jp>
License: Proprietary
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy<=1.26.4,>=1.25.2
Requires-Dist: scikit-learn==1.6.0
Requires-Dist: matplotlib>=3.7.0
Dynamic: license-file

# spmkit

**spmkit** is meta-sparse modeling library for chemical data prediction.

-----

## Installation

```bash
# via wheel binary
pip install spmkit-***.whl

# via gzip source
pip install spmkit-***.tar.gz
```
