Andrew Kane
Andrew Kane
Ideas
Done - [x] customize order to user (last 20 queries viewed or use data science to determine) - [x] treat smart column as string for chart generation - [x] show...
Ideas
Ideas - [x] Add support for getting probabilities for classification - [ ] Add random hyperparameter search - https://lightgbm.readthedocs.io/en/latest/Parameters-Tuning.html - try 30-100 combinations - learning rate (10^-4 to 1, log...
Plan
Ideas - [ ] Add support for `DoubleLinearExpr` - [ ] Move SAT linear expression building to Ruby (see `cp_model.py`) More higher level interfaces - [ ] Hourly scheduler -...
Please create a new issue to discuss any ideas or share your own. 3.0 - [ ] Change `previous_versions` to inherit top-level values (add warning first) - #180 Ideas -...
Hi, it'd be great to add Stan Math (and eventually CmdStan) to Homebrew, so Mac users can install it with: ```sh brew install stan-math ``` I've created [a formula](https://github.com/Homebrew/homebrew-core/pull/99934), but...
Please create a new issue to discuss any ideas or share your own. Ideas - [ ] Use [this approach](https://www.evanmiller.org/ranking-items-with-star-ratings.html) for `top_items` - [ ] Add option for index type...
Hey, just wanted to let you know there are now versions of AnomalyDetection in [Rust](https://github.com/ankane/AnomalyDetection.rs) and [Ruby](https://github.com/ankane/AnomalyDetection.rb). Thanks for this library!
Hey, just wanted to let you know there are now versions of BreakoutDetection in [Rust](https://github.com/ankane/breakout-rust) and [Ruby](https://github.com/ankane/breakout). fwiw, the Rust compiler found [this assignment](https://github.com/twitter/BreakoutDetection/blob/7ae3fc49001f8c3f5f46c0b33c61f90e1e889df6/src/edmTail.cpp#L373) to `qb` isn't used and can...
Hey @krlmlr, it looks like #370 causes issues for queries that rely on implicit conversion (https://github.com/ankane/dbx/issues/30). ```r library(DBI) db [1] 0 dbExecute(db, "CREATE TABLE t (col jsonb)") #> [1] 0...
Thanks for this great project 👍 This adds the `/oauth2/sign_out` path to the docs.