Skip to content

Commit

Permalink
fix memory leak error
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezade authored and alirezade committed Jan 31, 2024
1 parent 8c3e707 commit 1ed1da3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ProcessAnnotator.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def process(self, flow):
self.__set_label(flow)

def __predict_label(self, flow):
pass
# df = pd.DataFrame(columns=flow.parameters.keys(), data=[flow.parameters.values()])
# df.replace('', np.nan, inplace=True)
# y_pred = self.ml_model.predict_proba(df, verbose=0)
Expand Down

0 comments on commit 1ed1da3

Please sign in to comment.