We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fde5ab commit d6435dfCopy full SHA for d6435df
autointent/modules/prediction/_adaptive.py
@@ -67,9 +67,9 @@ class AdaptivePredictor(PredictionModule):
67
[0 1 0]]
68
69
>>> # Save and load the predictor
70
- >>> predictor.dump("path/to/save")
+ >>> predictor.dump("outputs/")
71
>>> predictor_loaded = AdaptivePredictor()
72
- >>> predictor_loaded.load("path/to/save")
+ >>> predictor_loaded.load("outputs/")
73
>>> predictions = predictor_loaded.predict(scores)
74
>>> print(predictions)
75
[[1 0 0]
0 commit comments