-
Column `L1` in [this dataset](https://app.surgehq.ai/datasets/financial-transactions-intent-and-expense-category) is inferred as `short_text` but should probably be reported as categorical instead.
-
Dear Interpretml team, thank you very much for your great work and a very useful package.
I have a question regarding ‘ordinal’ vs ‘nominal’ (please see the picture). This variable should be treate…
-
**Harmonized dataset summary report > Categorical variable summary**
1) Column titles and order should be:
Index
Grouping variable: adm_study_id
Variable name
Variable label
Mlstr_harmo::statu…
-
Error in Functional Enrichment Analysis: Cannot Set New Category on Categorical Variable
#### **Description:**
While running functional enrichment analysis for the "silver" module using `wgcna.f…
-
Dear Dr. Van Lissa,
I’ve been using the tidySEM package, following recommendations from your paper, "Recommended Practices in Latent Class Analysis Using the Open-Source R-Package tidySEM", to cond…
-
Very often in panel regression, the fixed effect is implemented as categorical variable. Currently, unless using some hacky way, `patsy` cannot read put index as variables. See below example panel dat…
-
and not leave it to each predict implementation (scicloj.ml.smile does it for example, sklearn-clj not)
-
using `layout = dims(1)` one can currently create a facet layout where each x or y axis is separate, but only if the data is continuous:
```julia
df = (
x1 = [1, 2, 3],
x2 = [4, 5, 6],
…
-
LightGBM:
Efficiency: LightGBM is designed to be highly efficient and can handle large datasets with faster training times.
Accuracy: It often provides better accuracy compared to other gradient b…
-
## 🐛 Bug
Categorical.sample(shape) calls _shape_ times ```torch.multinomial(probas, 1, True)```.
This is slow when we want to get many samples from a large number of classes.
## To Reproduce
…