Metadata-Version: 2.1
Name: pandalyse
Version: 0.1.2
Summary: A toolkit for an analysis environment with pandas.
Home-page: https://github.com/simonUU/pandalyse
Author: Simon Wehle
Author-email: simon.wehle@desy.de
License: mit
Project-URL: Documentation, https://pandalyse.readthedocs.io/en/latest/
Description: =========
        pandalyse
        =========
        
        
        A toolkit for an analysis environment with pandas.
        
        Documentation
        -------------
        
        [![Documentation Status](https://readthedocs.org/projects/pandalyse/badge/?version=latest)](https://pandalyse.readthedocs.io/en/latest/?badge=latest)
        
        
        What is pandalyse
        -----------------
        
        Pandalyse offers an analysis environment and tools for pandas.
        The main features are:
        
        * **Selector**: Define and store cuts in a Selector object: `cutted_df = selector(df)`
        * **Trainer**: Train multiple mva with scikit-learn interface in the way: `trainer.fit(signal_df, background_df)`
        * **Analysis**: Store and retrive Selectors, Trainings, numpy-arrays and dataframes in predefined locations: `df = ana.data.get("MySignalData")`
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst; charset=UTF-8
Provides-Extra: testing
