david-cortes / contextualbandits

Python implementations of contextual bandits algorithms
http://contextual-bandits.readthedocs.io
BSD 2-Clause "Simplified" License
750 stars 148 forks source link

Data unavailable for online example #44

Closed jessicanada closed 3 years ago

jessicanada commented 3 years ago

The bibtex dataset is no longer available online at the link provided

david-cortes commented 3 years ago

Just checked and it's still there, but now requires signing in with a google account. Fortunately it's now also available at LibSVM datasets: https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/

jessicanada commented 3 years ago

Great thank you! I also noticed when I try and import the files, it's looking for "_wrapper_double", in linreg, which doesn't seem to exist. Has it been replaced by linreg_double?

On Thu, Sep 23, 2021 at 2:03 PM david-cortes @.***> wrote:

Just checked and it's still there, but now requires signing in with a google account. Fortunately it's now also available at LibSVM datasets: https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/david-cortes/contextualbandits/issues/44#issuecomment-926036929, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADU2EDPC4OXGMFSDGWYFI5LUDNTYNANCNFSM5EUFJXOQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

david-cortes commented 3 years ago

Great thank you! I also noticed when I try and import the files, it's looking for "_wrapper_double", in linreg, which doesn't seem to exist. Has it been replaced by linreg_double? On Thu, Sep 23, 2021 at 2:03 PM david-cortes @.***> wrote: Just checked and it's still there, but now requires signing in with a google account. Fortunately it's now also available at LibSVM datasets: https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/ — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#44 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADU2EDPC4OXGMFSDGWYFI5LUDNTYNANCNFSM5EUFJXOQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Are you trying to use this package by downloading the repository without installing it or something like that?