-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
AttributeError Traceback (most recent call last)
in
----> 1 learner.predict(ze.values)
/kaggle/input/quantumforest1/python-package/quantum_forest/QForest_Net.py in predict(self, X_, pred_leaf, pred_contrib, raw_score, num_iteration, flag)
426 The predicted values.
427 """
--> 428 self.profile.Snapshot("PRED_0")
429 # print("====== LiteMORT_predict X_={} ......".format(X_.shape))
430 Y_ = self.predict_raw(X_,pred_leaf, pred_contrib,raw_score,flag=flag)
AttributeError: 'QuantumForest' object has no attribute 'profile'
Metadata
Metadata
Assignees
Labels
No labels