Piotr
                                            Piotr
                                        
                                    Is it possible to provide completion for code that is distributed in multiple editors? Treat code from multiple editors as one code base and display completion to the editor that...
I'm working on [python AutoML package](https://github.com/mljar/mljar-supervised) and one of my users reported [very high memory usage while using xgboost](https://github.com/mljar/mljar-supervised/issues/13). I've made an investigation to show memory consumption by xgboost. You...
Sklearn decision tree doesn't work with categorical values. Before using decision tree, I'm converting categoricals, for example to integers (with `LabelEncoder`). In the tree visualization, there is presented converted value....
There might be situations when the original index is needed in the custom metric. Please see the discussion at https://github.com/mljar/mljar-supervised/issues/390 Maybe some mapping can be provided for the original index...
We use SHAP explanations for models. It will be nice to have explanations for each prediction.
Based on discussion in https://github.com/mljar/mljar-supervised/discussions/418 it will be helpful to compute metrics with the same threshold value.
Custom eval metric was implemented in #390 . Please add more docs
Details in discussion https://github.com/mljar/mljar-supervised/discussions/421