Skip to content

Commit

Permalink
add DOI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
guitargeek committed May 11, 2020
1 parent cb9e8d0 commit 0fc69c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Minimal library code to deploy [XGBoost](https://xgboost.readthedocs.io/en/latest/) models in C++.

[![Build Status](https://travis-ci.com/guitargeek/XGBoost-FastForest.svg?branch=master)](https://travis-ci.com/guitargeek/XGBoost-FastForest)
[![Build Status](https://travis-ci.com/guitargeek/XGBoost-FastForest.svg?branch=master)](https://travis-ci.com/guitargeek/XGBoost-FastForest) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3819838.svg)](https://doi.org/10.5281/zenodo.3819838)

In science, it is very common to protoype algorithms with Python and then put them in production with fast C++ code.
Transitioning models from Python to C++ should be as easy as possible to make sure new ideas can be tried out rapidly.
Expand Down

0 comments on commit 0fc69c8

Please sign in to comment.