Metadata-Version: 2.1
Name: liltab
Version: 1.0.1
Summary: Package for meta-learning across data with varying attributes spaces.
Author-email: Antoni Zajko <antoni.zajko.1@gmail.com>, Dawid Płudowski <dawid.pludowski@gmail.com>
Project-URL: Homepage, https://github.com/azoz01/liltab
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch >=2.0
Requires-Dist: pandas >=2.0
Requires-Dist: numpy >=1.25.0
Requires-Dist: scikit-learn >=1.3.0
Requires-Dist: pytorch-lightning >=2.0.6
Requires-Dist: tensorboard >=2.14.0

# liltab

## Dev
You need to have Python 3.10 and pip.

To get dependencies run: 
```
make get_dependencies
```

To format and check code with linter run:
```
make prepare_code
```

Run tests using following: 
```
make run_tests
```
