Metadata-Version: 2.4
Name: interpretsr
Version: 1.0.1
Summary: Neural Networks with Symbolic Regression for Interpretable Machine Learning
Author: InterpretSR Team
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: torch
Requires-Dist: pysr
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: matplotlib
Requires-Dist: sympy
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

![logo](docs/_static/InterpretSR_header.png)

*InterpretSR* allows you to approximate the behaviour of multi-layer perceptrons (MLPs) in deep learning models with symbolic equations using [PySR](https://ai.damtp.cam.ac.uk/pysr/).

## Installation

```bash
pip install interpretsr
```

## Documentation

Full documentation is available at [ReadTheDocs](https://interpretsr.readthedocs.io/).

## License

MIT License
