Metadata-Version: 2.1
Name: multilearn
Version: 0.0.9
Summary: Multi-task learning with Pytorch.
Home-page: https://github.com/leschultz/multilearn
Author: Lane E. Schultz
Author-email: laneenriqueschultz@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch
Requires-Dist: scikit-learn
Requires-Dist: lightning
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: dill
Requires-Dist: pytest

# multilearn
Pytorch wrapper for multi-task learning. The GitHub repo can be found in [here](https://github.com/leschultz/multilearn.git).

## Coding Style

Python scripts follow PEP 8 guidelines. A usefull tool to use to check a coding style is flake8.

```
flake8 <script>
```

## Authors

### Graduate Students
* **Lane Schultz** - *Main Contributer* - [leschultz](https://github.com/leschultz)

## Acknowledgments

* The [Computational Materials Group (CMG)](https://matmodel.engr.wisc.edu/) at the University of Wisconsin - Madison
* Professor Dane Morgan [ddmorgan](https://github.com/ddmorgan) and Dr. Ryan Jacobs [rjacobs914](https://github.com/rjacobs914) for computational material science guidence

