szilard / benchm-ml

A minimal benchmark for scalability, speed and accuracy of commonly used open source implementations (R packages, Python scikit-learn, H2O, xgboost, Spark MLlib etc.) of the top machine learning algorithms for binary classification (random forests, gradient boosted trees, deep neural networks etc.).
MIT License
1.87k stars 335 forks source link

Citation #57

Closed dirmeier closed 4 years ago

dirmeier commented 4 years ago

Hey, thanks for this repository. It's tremendously useful. Would it be possible to maybe add info on how to cite this repository? Maybe sth like:

@misc{,
    author = {Pafka, Szilard},
    title = {benchm-ml},
    publisher = {GitHub},
    year = {2019},
    journal = {GitHub repository},
    howpublished = {\url{https://github.com/szilard/benchm-ml}},
    commit = {13325ce3edd7c902390197f43bcc7938c306bbe3}
}

Best, Simon

szilard commented 4 years ago

Sure, thanks @dirmeier, can you make a pull request? (not sure where this would go the best, maybe the end of the README?)