Skip to content

Won't work on predict statement #4

@eladmw

Description

@eladmw

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions