diff --git a/README.md b/README.md index ff52703..fba2628 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # sklearn-engine-benchmarks Benchopt suite to compare alternative scikit-learn engines for the same estimators + +# Temporary test to see if github managed json tables + +```json:table +{ + "fields" : ["a", "b", "c"], + "items" : [ + {"a": "11", "b": "22", "c": "33"} + ] +} +``` + +