Skip to content

Commit

Permalink
Fixes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Krebs committed Feb 16, 2024
1 parent bc8bfd4 commit d4101f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deepcave/plugins/hyperparameter/symbolic_explanations.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
processing the data and loading the outputs.
## Classes
- SymbolicExplanations: Leverage Symbolic Explanations to obtain a formula an plot it.
- SymbolicExplanations: Leverage Symbolic Explanations to obtain a formula and plot it.
## Constants
GRID_POINTS_PER_AXIS : int
Expand Down Expand Up @@ -226,7 +226,7 @@ def get_input_layout(register: Callable) -> List[Union[dbc.Row, html.Details]]:

def load_inputs(self) -> Dict[str, Dict[str, Any]]:
"""
Load the content for the defined inputs in 'get_input_layout' and 'get_filter_layout'.
Load the content for the defined inputs in 'get_input_layout'.
This method is necessary to pre-load contents for the inputs.
If the plugin is called for the first time, or there are no results in the cache,
Expand Down

0 comments on commit d4101f6

Please sign in to comment.