Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
Signed-off-by: cwj <talkingwallace@sohu.com>
  • Loading branch information
talkingwallace committed Aug 29, 2023
1 parent 4daacf2 commit 3425226
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/fate/ml/ensemble/algo/secureboost/hetero/guest.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def _init_sample_scores(self, ctx: Context, label, train_data: DataFrame):
logger.info('prepare warmstarting score')
self._accumulate_scores = self.predict(pred_ctx, train_data, ret_std_format=False)
self._accumulate_scores = self._accumulate_scores.loc(train_data.get_indexer(target='sample_id'), preserve_order=True)
logger.info('cwj acc scores are {}'.format(self._accumulate_scores.as_pd_df()))
else:
if task_type == REGRESSION:
self._accumulate_scores, avg_score = self._loss_func.initialize(label)
Expand Down

0 comments on commit 3425226

Please sign in to comment.