NoRaincheck

Results 14 issues of NoRaincheck

Removed the `=` sign in the documentation extend

Tesseract is no longer hosted on google code

If we run `app_publish(unpublishRunningApps=True)` it will work as expected, but if a user has previously set access permissions to "Anyone, including anonymous users", it will be reset to the default...

**Is your feature request related to a problem? Please describe.** In many batch workflows, it is worthwhile to retrieve the latest features by entity only. This is useful from the...

kind/feature
good first issue
priority/p1
keep-open
Community Contribution Needed

Hello, Is it possible to save the final model across all the parameter choices? Not just the final one? e.g. ```py model = lgb.LGBMClassifier() param_dists = {...} gs = TuneSearchCV(...

Hi, I'm having a bit of trouble nesting timeouts. Platforms tested: * Windows 10 Pro * Mac OSX My shortest reproducible solution is here: ```py from stopit import ThreadingTimeout as...

We probably need to add a custom loss function for regression problems rather than "copy paste" for logistic

Candidate approaches: * Use `autograd` successor: https://github.com/google/jax * Use `tensorflow` We might just wait for `jax` to be `pip` installable and support windows first; or have a wrapper that imports...

This can be done through l1 and/or l0 norm with gumbel-sampling trick. This is done in a separate private repository, but the interface doesn't lend itself nicely to `sklearn`.