Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Li Jiang <[email protected]>
  • Loading branch information
Borda and thinkall authored Feb 4, 2024
1 parent cf5731d commit 8ab3f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flaml/default/greedy.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def _augment(row):
def construct_portfolio(regret_matrix, meta_features, regret_bound):
"""The portfolio construction algorithm.
See: `Mining Robust Default Configurations for Resource-constrained AutoML <https://arxiv.org/abs/2202.09927>`_.
Reference: [Mining Robust Default Configurations for Resource-constrained AutoML](https://arxiv.org/abs/2202.09927).
Args:
regret_matrix: A dataframe of regret matrix.
Expand Down

0 comments on commit 8ab3f4f

Please sign in to comment.