Metadata-Version: 2.4
Name: joinminer
Version: 0.0.1
Summary: Graph-based tabular data mining.
Author-email: Jinquan Hang <hangjinquan@gmail.com>
License-Expression: MIT
Keywords: graph-neural-network,tabular-data,data-mining
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# JoinMiner

**Graph-based tabular data mining.**

> ⚠️ **Placeholder release.** This package name is reserved on PyPI for the upcoming
> JoinMiner framework. The full implementation is still under active development
> and will be published in a future release.

## About

JoinMiner is a framework for large-scale tabular data mining by representing
tables as a graph and learning from it.

The first functional release is coming soon. Stay tuned.

## Installation

```bash
pip install joinminer
```

## License

MIT
