Andrey Gurevich

Results 6 issues of Andrey Gurevich

Please, add gradient boosting libraries, like CatBoost, XGBoost, LightGBM.

Should Fix errors like RuntimeError: Error(s) in loading state_dict for EfficientDet: Missing key(s) in state_dict: "backbone.conv_stem.weight", "backbone.bn1.weight", ... Unexpected key(s) in state_dict: "model.model.backbone.conv_stem.weight", "model.model.backbone.bn1.weight", "model.model.backbone.bn1.bias", "model.model.backbone.bn1.running_mean", "model.model.backbone.bn1.running_var", "model.model.backbone.bn1.num_batches_tracked", "model.model.backbone.blocks.0.0.conv_dw.weight",

Problem: For example, I get error `float() argument must be a string or a real number, not 'NAType'` or `TypeError: Cannot convert IntegerArray to numpy.ndarray` while trying to fit a...

good first issue
python
feature request

Problem: I load trained (at catboost 0.12) model from file. And want to know, what hyperparameters were used to train it. `model.get_param('depth')` gives me value `5`. It's ok `model.get_param('max_depth')` gives...

python

### Describe the bug I have a bolt project, I spent some time working on it. And after that, I decided to sync it to github I have a button...