Still following along with the DagsHub walkthrough
Actually messaged their Discord right after stream Friday and they responded right away…at 11pm wtf
Solution is new! Newer than the walkthrough. If you want to use the dagshub API, you can install dagshub (pip, poetry) and do dagshub.init(repo_name={repo}, repo_owner={user_name} and it will give you a link to authenticate at, and it should work
May need to check if it will work in GitHub Actions
Follow up with DagsHub discord with:
API request to https://dagshub.com/{username}/{repo}.mlflow/api/2.0/mlflow/runs/create failed with exception HTTPSConnectionPool(host='dagshub.com', port=443): Max retries exceeded with url: /{username}/{repo}.mlflow/api/2.0/mlflow/runs/create (Caused by ResponseError('too many 500 error responses'))
Another bug with nbqa-mypy: Module "joblib" has no attribute "load" [attr-defined]
This is blocking pre-commit, will have to fix
pytorch suggested this before they officially fixed it. However, joblib is the module giving this problem for me, so not sure if Python fixed this