antipisa
antipisa
# Questions - [ ] Which operating system are you using (if Linux, please provide flavour of it, i.e RedHat, CentOS or Ubuntu), is it 32-bit, or 64-bit? ``` Linux...
catboost version: 1.0.6 Operating System: Linux CPU: Y Problem: catboost cannot compute shap values if the model has set a scale and bias via the set_scale_and_bias function. ``` import catboost...
How can you add a syntax highlighting argument for function calls, either builtins or functions which have been defined within project similarly to what is done here? (https://stackoverflow.com/questions/11978816/highlight-function-calls-sublime-text-python Could you...
``` Python: 3.11.8 Pandas: 2.2.1 Numpy: 1.26.4 ``` There seems to be marginal benefit in terms speed when converting kdb tables into pandas using the .pd() method when using short...
**System information**. - Have I written custom code (as opposed to using a stock example script provided in Keras): Yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux...
### Describe the workflow you want to enable Would be good to get sample_weight support for QuantileTransformer for dealing with sparse or imbalanced data, a la [#15601](https://github.com/scikit-learn/scikit-learn/issues/15601). ``` scaler =...
Hi catboost-team, why is the pool quantization so much slower for numeric data that is downcast to float16 instead of float32? This is catboost 1.2.7, Python 3.11.8, numpy 1.26.4. ```python...