Oliver Laslett
Oliver Laslett
If a user regularly uses the column name as the metric name, the yaml spec becomes quite repetitive, can we make this any easier? e.g. ``` - name: NewCustPromoCost_USD description:...
These are often missing because the user hasn't run `dbt compile` or `dbt docs generate` the error message should recommend that as a next action.
Some measures required additional information not exposed in the `db2looker` config. for example percentiles
I think an open source implementation of the GAMSEL model in python would be great. R is ahead of the curve here. I'm not sure if the model would belong...
When using the fit method with anchors I get an index error from this line: https://github.com/gregversteeg/corex_topic/blob/83991482523a8be2b2a8b9c864b273de96c2389a/corextopic/corextopic.py#L185 The error is understandable because if `X` is a 2d array, then `X[:,i]` is...
Computing confidence intervals on large datasets is extremely memory intensive because of the following matrix multiplication: inbag (n_train_samples, n_trees) X pred_centered.T (n_trees, n_test_samples) = result (n_train_samples, n_test_samples). I've added the...
### Description: What is it? Currently a Lightdash administrator has to change environment variables to enable or disable password based authentication. This is a bit frustrating. It would be much...