Skip to content

Commit

Permalink
docs: fix link to reference (#1263)
Browse files Browse the repository at this point in the history
* docs: fix link to reference

* Apply suggestions from code review

Co-authored-by: Li Jiang <bnujli@gmail.com>

---------

Co-authored-by: Li Jiang <bnujli@gmail.com>
  • Loading branch information
Borda and thinkall committed Feb 9, 2024
1 parent b645da3 commit 249f0f1
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.
(Reference)[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 249f0f1

Please sign in to comment.