Skip to content

Commit

Permalink
feat(pipe): add sample_data.yaml configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 4, 2023
1 parent edc629e commit 446f815
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/hyfi/conf/pipe/sample_data.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
defaults:
- __dataframe_external_funcs__
- /run: sample_data
use_pipe_obj: true
pipe_obj_arg_name: null
return_pipe_obj: false
7 changes: 7 additions & 0 deletions src/hyfi/conf/run/sample_data.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
_target_: hyfi.utils.datasets.DATASETs.sample_data
sample_size_per_group: null
sample_seed: 123
group_by: null
value_col: null
remove_columns: null
verbose: false

0 comments on commit 446f815

Please sign in to comment.