Metadata-Version: 2.1
Name: pfns
Version: 0.2
Summary: PFNs made ready for BO
Project-URL: Homepage, https://github.com/automl/pfns
Author: Samuel Muller, Matthias Feurer, Noah Hollmann, Frank Hutter
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: bayesmark>=0.0.8
Requires-Dist: botorch>=0.7.2
Requires-Dist: configspace>=0.4.21
Requires-Dist: gpytorch>=1.5.0
Requires-Dist: numpy>=1.21.2
Requires-Dist: pyyaml>=5.4.1
Requires-Dist: requests>=2.23.0
Requires-Dist: scikit-learn<1.2,>=0.24.2
Requires-Dist: torch>=1.9.0
Requires-Dist: tqdm>=4.62.1
Description-Content-Type: text/markdown

# PFNs


## Installation

Install either with
```bash
pip install pfns
```

or locally inside this directory with
```bash
pip install -e .
```


## PFNs4BO
Check out how to run the important functions for this project. See [here](BO_README.md).