Result table

This table was generated on 2024-10-05 at 07:32. See more results here. See last results here.

results
project_namegroup_namehostnamestatusTimeRMSEAccuracyerror_msg
BestOf2023-1
profs
coktailjet
Success
46.2
0.803
0.0
None
code-brain-fuel
Master-IASD
coktailjet
Success
76.82
0.853
21.3
None
BestOf2023-2
profs
coktailjet
Success
75.19
0.86
26.16
None
alexandre-verinotableandefficientmodel
Master-IASD
coktailjet
Success
46.51
0.863
0.0
None
tetech
Master-IASD
coktailjet
Success
31.81
0.874
28.99
None
freshtomatoes
Master-IASD
coktailjet
Success
18.08
0.878
0.32
None
matrixe
Master-IASD
coktailjet
Success
127.74
0.919
0.0
None
esi
Master-IASD
coktailjet
Success
7.37
0.935
31.51
None
anxisa
Master-IASD
coktailjet
Success
218.6
0.983
0.0
None
elcoma
Master-IASD
coktailjet
Success
12.52
0.984
21.25
None
rimaya
Master-IASD
coktailjet
Success
562.13
1.037
0.0
None
theshawshankredemption
Master-IASD
coktailjet
Success
0.44
1.037
0.0
None
average
profs
coktailjet
Success
0.38
1.037
0.0
None
just-do-it
Master-IASD
coktailjet
Success
17.57
1.763
12.81
None
random
profs
coktailjet
Success
0.43
1.835
14.27
None
closeai
Master-IASD
coktailjet
Error
0
100
0
bytes: b'Traceback (most recent call last):\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/closeai/generate.py", line 72, in \n predictions_test = model(ratings_test)\n ^^^^^^^^^^^^^^^^^^^\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/closeai/venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1553, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/closeai/venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1562, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/closeai/generate.py", line 21, in forward\n encoded = torch.sigmoid(self.encoder(x))\n ^^^^^^^^^^^^^^^\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/closeai/venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1553, in _wrapped_call_impl\n return self._call_impl(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/closeai/venv/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1562, in _call_impl\n return forward_call(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/closeai/venv/lib/python3.11/site-packages/torch/nn/modules/linear.py", line 117, in forward\n return F.linear(input, self.weight, self.bias)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nRuntimeError: mat1 and mat2 must have the same dtype, but got Double and Float\n'
elon
Master-IASD
coktailjet
Error
0
100
0
bytes: b'Traceback (most recent call last):\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/elon/generate.py", line 155, in \n model = SVP_MF(N_epochs=400)\n ^^^^^^\nNameError: name \'SVP_MF\' is not defined. Did you mean: \'SVP_MF_ev\'?\n'
gitlegs
Master-IASD
coktailjet
Error
0
100
0
bytes: b'joblib.externals.loky.process_executor._RemoteTraceback: \n"""\nTraceback (most recent call last):\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/gitlegs/venv/lib/python3.11/site-packages/joblib/externals/loky/process_executor.py", line 463, in _process_worker\n r = call_item()\n ^^^^^^^^^^^\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/gitlegs/venv/lib/python3.11/site-packages/joblib/externals/loky/process_executor.py", line 291, in __call__\n return self.fn(*self.args, **self.kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/gitlegs/venv/lib/python3.11/site-packages/joblib/parallel.py", line 598, in __call__\n return [func(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/gitlegs/venv/lib/python3.11/site-packages/joblib/parallel.py", line 598, in \n return [func(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/gitlegs/generate.py", line 17, in process_user\n model = lgb.LGBMRegressor(\n ^^^^^^^^^^^^^^^^^^\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/gitlegs/venv/lib/python3.11/site-packages/lightgbm/sklearn.py", line 627, in __init__\n raise LightGBMError(\nlightgbm.basic.LightGBMError: scikit-learn is required for lightgbm.sklearn. You must install scikit-learn and restart your session to use this module.\n"""\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/gitlegs/generate.py", line 52, in \n preds_list = Parallel(n_jobs=-1)(\n ^^^^^^^^^^^^^^^^^^^^\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/gitlegs/venv/lib/python3.11/site-packages/joblib/parallel.py", line 2007, in __call__\n return output if self.return_generator else list(output)\n ^^^^^^^^^^^^\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/gitlegs/venv/lib/python3.11/site-packages/joblib/parallel.py", line 1650, in _get_outputs\n yield from self._retrieve()\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/gitlegs/venv/lib/python3.11/site-packages/joblib/parallel.py", line 1754, in _retrieve\n self._raise_error_fast()\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/gitlegs/venv/lib/python3.11/site-packages/joblib/parallel.py", line 1789, in _raise_error_fast\n error_job.get_result(self.timeout)\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/gitlegs/venv/lib/python3.11/site-packages/joblib/parallel.py", line 745, in get_result\n return self._return_or_raise()\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/gitlegs/venv/lib/python3.11/site-packages/joblib/parallel.py", line 763, in _return_or_raise\n raise self._result\nlightgbm.basic.LightGBMError: scikit-learn is required for lightgbm.sklearn. You must install scikit-learn and restart your session to use this module.\n'
psg-iasd
Master-IASD
coktailjet
Error
0
100
0
bytes: b'2024-10-05 06:57:48.610973: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.\n2024-10-05 06:57:48.612284: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n2024-10-05 06:57:48.615412: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n2024-10-05 06:57:48.627029: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:485] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2024-10-05 06:57:48.642757: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:8454] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n2024-10-05 06:57:48.647070: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1452] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2024-10-05 06:57:48.658738: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\nTo enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n2024-10-05 06:57:51.754296: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT\n/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/psg-iasd/venv/lib/python3.11/site-packages/keras/src/layers/core/embedding.py:90: UserWarning: Argument `input_length` is deprecated. Just remove it.\n warnings.warn(\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nI0000 00:00:1728104282.474508 4037777 cuda_executor.cc:1015] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355\nI0000 00:00:1728104282.475913 4037777 cuda_executor.cc:1015] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355\n2024-10-05 06:58:02.853266: W tensorflow/core/common_runtime/gpu/gpu_device.cc:2343] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nTraceback (most recent call last):\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/psg-iasd/generate.py", line 160, in \n model = build_ncf_model_genres_with_mf_and_bias(num_users, num_items, num_genres, embedding_dim, global_average, reg_lambda=1e-5)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/home/lamsade/testplatform/test-platform-a1/repos/Master-IASD/psg-iasd/generate.py", line 62, in build_ncf_model_genres_with_mf_and_bias\n mf_interaction = Dot(axes=1, name=\'mf_interaction\')([user_embedding, item_embedding])\n ^^^\nNameError: name \'Dot\' is not defined\n'
palm
Master-IASD
coktailjet
Success
11.94
NaN
0.0
None

Plots