Metadata-Version: 2.1
Name: swyft
Version: 0.0.3
Summary: Nested ratio estimation and inhomogeneous poisson point process sample caching for simulator efficient marginal posterior estimation.
Home-page: https://github.com/undark-lab/swyft
License: MIT License
Description: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/undark-lab/swyft/blob/master/notebooks/Quickstart.ipynb)
        [![Documentation Status](https://readthedocs.org/projects/swyft/badge/?version=latest)](https://swyft.readthedocs.io/en/latest/?badge=latest)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        
        **Disclaimer: swyft is research software under heavy development and still in its alpha phase. There are many rough edges, and things might break. However, the core algorithms work, and we use swyft in production for research papers. If you encounter problems, please contact the authors or submit a bug report.**
        
        # SWYFT
        
        <p align="center">
        Neural nested marginal posterior estimation
        </p>
        
        *Cursed by the dimensionality of your nuisance space? Wasted by Markov
        chains that reject your simulations? Exhausted from messing with
        simplistic models, because your inference algorithm cannot handle the
        truth? Try swyft for some pain relief.*
        
        For a quickstart guide, documentation, and more see
        [readthedocs](https://swyft.readthedocs.io/en/latest/).  
        
        A simple example is avaliable on [google colab](https://colab.research.google.com/github/undark-lab/swyft/blob/master/notebooks/Quickstart.ipynb).
        
        ## Installation
        
        <ins>**After installing [pytorch](https://pytorch.org/get-started/locally/)**</ins>, please run the command:
        
        `pip install swyft`
        
        ## Relevant Tools
        
        swyft exists in an ecosystem of posterior estimators. The project [sbi](https://github.com/mackelab/sbi) is particularly relevant as it is a collection of likelihood-free / simulator-based methods.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Environment :: GPU
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
