Hi RARE-X Team, Do you mind share with me the error for these 2 submissions in task 2: 9737250 9737251 Thank you!

Created by Larry Le larryle2023
Hi Maria, do you mind share with me the logs of 9737593? Thank you!
Thank you Maria! This is really helpful!
Sure @larryle2023 Here is the error for 9737250: ``` Traceback (most recent call last): File "/usr/local/bin/base_model.py", line 14, in import lightgbm as lgb File "/usr/local/lib/python3.10/site-packages/lightgbm/__init__.py", line 8, in from .basic import Booster, Dataset, Sequence, register_logger File "/usr/local/lib/python3.10/site-packages/lightgbm/basic.py", line 221, in _LIB = _load_lib() File "/usr/local/lib/python3.10/site-packages/lightgbm/basic.py", line 206, in _load_lib lib = ctypes.cdll.LoadLibrary(lib_path[0]) File "/usr/local/lib/python3.10/ctypes/__init__.py", line 452, in LoadLibrary return self._dlltype(name) File "/usr/local/lib/python3.10/ctypes/__init__.py", line 374, in __init__ self._handle = _dlopen(self._name, mode) OSError: libgomp.so.1: cannot open shared object file: No such file or directory ``` Here is the error for 9737251: ``` Traceback (most recent call last): File "/usr/local/bin/base_model.py", line 221, in typer.run(main) File "/usr/local/bin/base_model.py", line 199, in main imputer, model = train(input_data_df) File "/usr/local/bin/base_model.py", line 164, in train exported_pipeline.fit(training_featuresx, np.ravel(target)) File "/usr/local/lib/python3.10/site-packages/xgboost/core.py", line 620, in inner_f return func(**kwargs) File "/usr/local/lib/python3.10/site-packages/xgboost/sklearn.py", line 988, in fit train_dmatrix, evals = _wrap_evaluation_matrices( File "/usr/local/lib/python3.10/site-packages/xgboost/sklearn.py", line 448, in _wrap_evaluation_matrices train_dmatrix = create_dmatrix( File "/usr/local/lib/python3.10/site-packages/xgboost/sklearn.py", line 908, in _create_dmatrix return DMatrix(**kwargs, nthread=self.n_jobs) File "/usr/local/lib/python3.10/site-packages/xgboost/core.py", line 620, in inner_f return func(**kwargs) File "/usr/local/lib/python3.10/site-packages/xgboost/core.py", line 754, in __init__ self.set_info( File "/usr/local/lib/python3.10/site-packages/xgboost/core.py", line 620, in inner_f return func(**kwargs) File "/usr/local/lib/python3.10/site-packages/xgboost/core.py", line 819, in set_info self.set_label(label) File "/usr/local/lib/python3.10/site-packages/xgboost/core.py", line 950, in set_label dispatch_meta_backend(self, label, 'label', 'float') File "/usr/local/lib/python3.10/site-packages/xgboost/data.py", line 1127, in dispatch_meta_backend _meta_from_numpy(data, name, dtype, handle) File "/usr/local/lib/python3.10/site-packages/xgboost/data.py", line 1045, in _meta_from_numpy data, dtype = _ensure_np_dtype(data, dtype) File "/usr/local/lib/python3.10/site-packages/xgboost/data.py", line 172, in _ensure_np_dtype data = data.astype(dtype, copy=False) ValueError: could not convert string to float: 'CACNA1A related disorders' ```

Submission error in Task 2 page is loading…