Skip to content

Commit

Permalink
@andreygetmanov requested fixes (1)
Browse files Browse the repository at this point in the history
  • Loading branch information
aPovidlo committed Feb 20, 2024
1 parent 47388ad commit 25eec37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedot/utilities/composer_timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def report(self):
'Applying Recommendation (fit)': self.applying_recs_fit_spend_time,
'Data Preprocessing': self.preprocessing_spend_time,
'Fitting': self.fitting_spend_time,
'Tuning (composing)': self.tuning_composing_spend_time,
'Tuning (fit)': self.tuning_composing_spend_time,
'Tuning (post)': self.tuning_post_spend_time,
'Data Definition (predict)': self.data_definition_predict_spend_time,
'Applying Recommendation (predict)': self.applying_recs_predict_spend_time,
Expand Down

0 comments on commit 25eec37

Please sign in to comment.