VowpalWabbit / coba

Contextual bandit benchmarking
https://coba-docs.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
48 stars 19 forks source link

OpenML ARFF Handling (no sparse data) #3

Closed anrath closed 3 years ago

anrath commented 3 years ago

This pull request modifies the OpenmlSource and OpenmlSourceTests which previously accommodated CSVs only. To test the new code use test_default_classification from OpenmlArffSource_Tests in test_simulations.py. The code does not support sparse datasets.