Metadata-Version: 2.1
Name: offline-evaluation
Version: 0.0.2
Summary: Implementations of common offline policy evaluation methods.
Home-page: https://github.com/banditml/offline-policy-evaluation
Author: Edoardo Conti, Lionel Vital, Joseph Gilley
Author-email: team@banditml.com
License: UNKNOWN
Description: # Offline policy evaluation
        
        Implementations and examples of common offline policy evaluation methods in Python.
        
        ## Installation
        TBD
        
        ## Usage
        TBD
        
        ## Supported methods
        
        - [x] Inverse propensity scoring
        - [x] Direct method
        - [x] Doubly robust ([paper](https://arxiv.org/abs/1503.02834))
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
