Код: Выделить всё
import sys
sys.path.append('imported/kaggle/input/jane-street-real-time-market-data-forecasting/kaggle_evaluation/jane_street_inference_server.py')
from kaggle_evaluation.jane_street_inference_server import JSInferenceServer
ModuleNotFoundError: No module named 'kaggle_evaluation'
ссылку найдите здесь
https://3ca4a2895c6aced0-dot-us-central ... 5c21.ipynb
даже при попытке найти корневой файл
Код: Выделить всё
import os
# Define the dataset path dataset_path = "/"
os.path.exists('dataset_path')
>>> Output False
Подробнее здесь: https://stackoverflow.com/questions/791 ... r-notebook
Мобильная версия