You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Describe the bug
When running the "Predicting career progression with link prediction" section of the People-Analytics-using-Neptune-ML sample notebook, the inference endpoint creation command fails with an unrecognized arguments error:
The parameters defined in endpoint_params_link are invalid for %neptune_ml endpoint create:
--job-id has been deprecated, and should be changed to the new --id parameter.
--model-job-id should be corrected to --model-training-job-id.