Greetings,
I installed Hopswork 3.0 locally and I got an error in the modeling part of the churn application you created.
Code :
X_train, X_val, X_test, y_train, y_val, y_test = feature_view.get_train_validation_test_split(
training_dataset_version = 1
)
Error :
RestAPIError: Metadata transaction error: (url: https://192.168.6.146/hopsworks-api/api/project/130/dataset/Projects%2Fpoc_churn%2Fpoc_churn_Training_Datasets%2Fchurn_feature_view_1_1%2Ftrain). Server response:
HTTP code: 400, HTTP reason: Bad Request, error code: 110018, error msg: Path not found, user msg:
->{“type”:“restApiJsonResponse”,“errorCode”:200003,“errorMsg”:“Authorization header not set.”}
[15:13] Şule Akçay
python version == 3.10
Requirements :
hopsworks==3.0.5
ipykernel==6.23.1
pandas==1.5.3
matplotlib
seaborn==0.11.2
scikit-learn
I would be very grateful if you could help me.
Thank you very much.