EIX icon indicating copy to clipboard operation
EIX copied to clipboard

Structure mining for xgboost model

Results 5 EIX issues
Sort by recently updated
recently updated
newest added

Hi, I tried to run your function EIX::interactions on a data set of 1(qf2020_div)+8 numeric columns with about 80,000 rows together with a tuned lightgbm model. However, an error is...

👋 Hello! I'm James, one of the maintainers of LightGBM. We were excited to see `{EIX}` show up as a "reverse suggests" on https://cran.r-project.org/web/packages/lightgbm/index.html. Thanks so much for enhancing what...

In social and business sciences, the interactions are defined as between groups as opposed to intra-group interactions of features For example grpA = c("A", "B", "C", "D".........."Z") grpB = c("p1",...

Line 106 of waterfall.R is `prefixes = unique(gsub("\\.+[1-9]", "", colnames(df[, grepl("\\:", colnames(df))])))`. My understanding is that this is supposed to identify the columns of `df` that are interactions. If I...

The next release of xgboost (likely to come in the following weeks) will have many breaking changes, including removal of the `slice` method for DMatrices. In order to ensure a...