Lex Toumbourou
Lex Toumbourou
If anyone has successfully trained a model against the datasets, it would be awesome to get a copy of your pretrained weights and vocab files. I'd love to try out...
Hi there, I'd love to see support for [CatBoost](https://github.com/catboost/catboost) in eli5. It has a Scikit-style API like XGBoost and LightGBM, so should be a lot of code we can copy...
Hi team, Trying to perform a deploy using the following command: ``` AWS_ACCESS_KEY_ID= \ AWS_SECRET_ACCESS_KEY= \ ./control-tower-darwin-amd64 deploy --iaas aws --region ap-southeast-2 ci-test ``` I am receiving this error after...
After latest Roblox update, Studio version: `0.473.0.420291` rbxlx-to-rojo no longer works and returns this error: ``` An error occurred while using rbxlx-to-rojo. While attempting to decode the place file, at...
Hi @edburnett, This works (and you've got a test for it :heart:): ``` python In [1]: from ttp import ttp In [2]: p = ttp.Parser() In [3]: res = p.parse("test...
Super edge case-y behaviour, but a Tweet that looks like this: ```http://somesite.com--------------------------------``` (which is a valid Tweet), will hang the parser indefinitely or at least for a very long time....
Hi there, Thanks a lot for pyo. We are hoping to use pyo as a headless server, which would apply a bunch of effects to audio files when a user...
Hi guys, Thanks a lot for putting this tool together. Just have one small issue with it. The `html_lint.py` script appears to return 0 on Lint failure, making it difficult...