Metadata-Version: 2.1
Name: instancelib
Version: 0.3.2.1
Summary: A typed dataset abstraction toolkit for machine learning projects
Home-page: UNKNOWN
Author: Michiel Bron
Author-email: m.p.bron@uu.nl
License: GNU LGPL v3
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: h5py
Requires-Dist: scikit-learn
Requires-Dist: openpyxl
Requires-Dist: xlrd
Requires-Dist: more-itertools

# InstanceLib

An abstract interface for datasets.
This library is hosted on [https://git.science.uu.nl/mpbron-phd/instancelib](https://git.science.uu.nl/mpbron-phd/instancelib) and available for usage according to the GNU LGPL v3 license. 

# Installation
You can install this Python package from PyPI by using the following command `pip install instancelib`.

# Usage
In the repo, see `usage.py` for examples on how to use this library. 

