My submission (id: 9724348) is invalid. It was passed "Fast Lane" and I also checked the Docker locally.
Created by Gabriel Kim GabeKim Hello,
Here is the log for the id - 9724348
Traceback (most recent call last):
File "_catboost.pyx", line 2338, in _catboost.get_cat_factor_bytes_representation
File "_catboost.pyx", line 1858, in _catboost.get_id_object_bytes_string_representation
_catboost.CatBoostError: bad object for id: 0.8888888888888887
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/archive/predict.py", line 124, in
cat_cols : ['NIH Racial Category', 'age_group', 'CST', 'subCST']
n_cat_cols : 4
n_num_cols : 3747
predicted_y = model.predict(X_test)
File "/usr/local/lib/python3.10/site-packages/catboost/core.py", line 5063, in predict
return self._predict(data, prediction_type, ntree_start, ntree_end, thread_count, verbose, 'predict', task_type)
File "/usr/local/lib/python3.10/site-packages/catboost/core.py", line 2458, in _predict
data, data_is_single_object = self._process_predict_input_data(data, parent_method_name, thread_count)
File "/usr/local/lib/python3.10/site-packages/catboost/core.py", line 2438, in _process_predict_input_data
data = Pool(
File "/usr/local/lib/python3.10/site-packages/catboost/core.py", line 790, in __init__
self._init(data, label, cat_features, text_features, embedding_features, embedding_features_data, pairs, weight,
File "/usr/local/lib/python3.10/site-packages/catboost/core.py", line 1411, in _init
self._init_pool(data, label, cat_features, text_features, embedding_features, embedding_features_data...
Hope this helps!
Thanks
Aarthi