Riley Hun

Results 27 comments of Riley Hun

@arcivanov Any progress on adding security parameter like basic auth username/password?

> The `c.Proxy.*` settings don't affect k8s users, as the proxy used on k8s is different (we should update our docs to better reflect this). Currently we don't expose configuring...

@TomAugspurger Added more details to the original post

@TomAugspurger, I made one more edit to the original comment -- I am defining data

As mentioned in the original post, the grid search works without dask as the back-end. I am now getting this error when I run it again using dask: `ValueError: X...

Okay re-ran a third time, and getting the same error. `ValueError: X has 207586 features per sample; expecting 205996` The search space I am using is just 2 params: ```...

The code under Code Example is copy-pasteable. You just need to change the cluster IP endpoint.

> @rileyhun Why `ngram_range=(2, 10)`? That's a ton of n-grams, and results in a large memory and computation cost. I think `ngram_range=(1, 4)` is typical (or some number smaller than...

I re-ran using a smaller n-gram range and also using hashvectorizer instead, and I didn't run into this error, thus far. Thanks for these tips! Appreciate it!

I tried changing the public_address in the helm config to an external load balancer IP: i.e. ``` gateway: public-address: ``` Then, to re-deploy: ``` helm upgrade --install \ --namespace $NAMESPACE...