# sklearn-benchmarks **Repository Path**: mirrors_lepy/sklearn-benchmarks ## Basic Information - **Project Name**: sklearn-benchmarks - **Description**: A centralized repository to report scikit-learn model performance across a variety of parameter settings and data sets. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # scikit-learn benchmarks [![Join the chat at https://gitter.im/rhiever/sklearn-benchmarks](https://badges.gitter.im/rhiever/sklearn-benchmarks.svg)](https://gitter.im/rhiever/sklearn-benchmarks?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) A centralized repository to report scikit-learn model performance across a variety of parameter settings and datasets. ## Downloading the benchmark data Please refer to [PMLB](https://github.com/EpistasisLab/penn-ml-benchmarks) to gain access to the curated datasets from this study. PMLB provides an easy-to-use Python interface to download the datasets. ## Contributing We welcome you to [check the existing issues](https://github.com/rhiever/sklearn-benchmarks/issues) for bugs or enhancements to work on. If you have an idea for an extension of this project, please [file a new issue](https://github.com/rhiever/sklearn-benchmarks/issues/new) so we can discuss it. Make sure to review our [contribution guidelines](https://github.com/rhiever/sklearn-benchmarks/blob/master/CONTRIBUTING.md) before starting any work on this project. ## Citing If you use any of the code, data, or results from this project, please cite the following paper. Randal S. Olson, William La Cava, Zairah Mustahsan, Akshay Varik, Jason H. Moore (2017). [Data-driven Advice for Applying Machine Learning to Bioinformatics Problems](https://arxiv.org/abs/1708.05070). *arXiv e-print* BibTeX entry: ```bibtex @misc{OlsonLaCava2017, author={Olson, Randal S. and La Cava, William and Mustahsan, Zairah and Varik, Akshay and Moore, Jason H.}, title = {Data-driven Advice for Applying Machine Learning to Bioinformatics Problems}, year = {2017}, howpublished = {arXiv e-print. https://arxiv.org/abs/1708.05070}, } ``` ## Support for this project This project was developed in the [Computational Genetics Lab](http://epistasis.org) with funding from the [NIH](http://www.nih.gov). We're incredibly grateful for their support during the development of this project!