https://github.com/slipguru/palladio
ParALleL frAmework for moDel selectIOn
https://github.com/slipguru/palladio
analysis assessment evaluation machine-learning model model-assessment palladio pipeline python sklearn sklearn-compatible
Last synced: about 2 months ago
JSON representation
ParALleL frAmework for moDel selectIOn
- Host: GitHub
- URL: https://github.com/slipguru/palladio
- Owner: slipguru
- License: gpl-3.0
- Created: 2016-04-19T12:43:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T09:00:58.000Z (over 6 years ago)
- Last Synced: 2025-02-17T13:17:50.729Z (3 months ago)
- Topics: analysis, assessment, evaluation, machine-learning, model, model-assessment, palladio, pipeline, python, sklearn, sklearn-compatible
- Language: Python
- Size: 4.71 MB
- Stars: 8
- Watchers: 6
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# palladio
ParALleL frAmework for moDel selectIOn### Welcome to PALLADIO.
PALLADIO is a machine learning framework whose purpose is to provide robust and reproducible results when dealing with data where the signal to noise ratio is low; it also provides tools to determine whether the dataset being analyzed contains any signal at all.
PALLADIO works by repeating the same experiment many times, each time resampling the training and the test set so that the outcome is reliable as it is not determined by a single partition of the dataset. Besides, using permutation tests, a measure of how much experiments produce a reliable result is provided.
Since all experiments performed are independent, PALLADIO is designed so that it can exploit a cluster where it is available.### Dependencies
PALLADIO is developed using Python 2.7 and inherits its main functionalities from:
* numpy
* scipy
* scikit-learn
* mpi4py
* matplotlib
* seaborn### Authors and Contributors
Current developers: Matteo Barbieri (@matteobarbieri), Samuele Fiorini (@samuelefiorini) and Federico Tomasi (@fdtomasi).### Support or Contact
Having trouble with PALLADIO? Check out our [documentation](http://slipguru.github.io/palladio/) or contact us:
* matteo [dot] barbieri [at] dibris [dot] unige [dot] it
* samuele [dot] fiorini [at] dibris [dot] unige [dot] it
* federico [dot] tomasi [at] dibris [dot] unige [dot] it