Views
No views yet
hierarchical.joblib: uploaded model artifactREADME.md: autogenerated model card1from pathlib import Path
2import joblib
3
4artifact = Path('hierarchical.joblib')
5model = joblib.load(artifact)
6print(type(model)).pt) or JSON payload, use the corresponding loader instead of joblib.