c-bata

Results 73 issues of c-bata

Fix the bug while scrolling on tmux. refs #119 ![tmux-scroll](https://user-images.githubusercontent.com/5564044/50106363-016e2100-0273-11e9-9acf-819741604e6f.gif)

# Suggestions Fuzzy match filter is added at https://github.com/c-bata/go-prompt/pull/92. This is quite simple but some people might think this is not convenient in some situations. For example, when you wanna...

help wanted

I wrote that "windows support is almost perfect" in change log of v0.2.1 but I noticed a critical bug a while ago :( Current implementation of go-prompt cannot catch signal...

Effort High

Generate suggestions from cobra.Command defined at kubectl: https://github.com/kubernetes/kubernetes/blob/d7cadf5d180277cfed7fd57d1e1a125c538bd751/pkg/kubectl/cmd/cmd.go#L221

## Motivation Close #3770 ## Description of the changes Add `warn_unused_parameter_callback` callback function and enable it by default. ## TODO * [ ] Check whether this change shows duplicated warning...

stale

See the following code comment of Katib. ```go // Use categorical distribution instead of goptuna.DiscreteUniformDistribution // because goptuna.DiscreteUniformDistributions needs to declare the parameter // space with minimum value, maximum value...

enhancement
effort low

* [ ] https://github.com/optuna/optuna/pull/1126 * [ ] https://github.com/optuna/optuna/pull/1166 * [ ] https://github.com/optuna/optuna/pull/1562

enhancement
effort low

Implement fANOVA in Pure Go. See https://github.com/optuna/optuna/pull/1106 * Paper: http://proceedings.mlr.press/v32/hutter14.html * Original implementation: https://github.com/automl/fanova * Rust implementation by sile: https://github.com/sile/fanova * It looks that he also implements RandomForest from scratch.

effort high
algorithm

See https://github.com/optuna/optuna/pull/2526

effort medium

The benchmark script of Optuna samplers are slow because it is written in Python. Caching the benchmark result of Optuna samplers makes CI faster.

enhancement
effort low