Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d6t/d6tflow
/ functions
Functions
422 in github.com/d6t/d6tflow
⨍
Functions
422
◇
Types & classes
177
↳
Endpoints
4
Method
run
(self)
docs/example-ml-compare2.py:72
Method
run
(self)
docs/example-ml-compare-short.py:22
Method
run
(self)
docs/example-onnx.py:21
Method
run
(self)
docs/example-onnx.py:34
Method
run
(self)
docs/example-onnx.py:46
Method
run
(self)
docs/example-trading.py:23
Method
run
(self)
docs/example-trading.py:32
Method
run
(self)
docs/example-trading.py:47
Method
run
(self)
docs/example-minimal-cache.py:24
Method
run
(self)
docs/example-ml-compare-pseudo.py:16
Method
run
(self)
docs/example-ml-compare.py:20
Method
run
(self)
docs/example-ml-compare.py:30
Method
run
(self)
docs/example-minimal.py:22
Function
runIt
(task, params=None, reset=False)
d6tflow/__init__.py:976
Function
runIterConcat
(task, params, load=True, taskLoad=None, reset=False)
d6tflow/__init__.py:979
Method
save
(self, df, **kwargs)
d6tflow/targets/dt.py:12
Method
save
Save dataframe to in-memory cache Args: df (obj): pandas dataframe Returns: filename
d6tflow/targets/__init__.py:46
Method
save
Save dataframe to csv Args: df (obj): pandas dataframe kwargs : additional arguments to pass to df.to_csv
d6tflow/targets/__init__.py:152
Method
save
Save dataframe to csv gzip Args: df (obj): pandas dataframe kwargs : additional arguments to pass to df.to_c
d6tflow/targets/__init__.py:173
Method
save
Save dataframe to Excel Args: df (obj): pandas dataframe kwargs : additional arguments to pass to df.to_csv
d6tflow/targets/__init__.py:206
Method
save
Save dict of dataframes as sheets in a single Excel file Args: data (dict): {sheet_name: dataframe} kwargs:
d6tflow/targets/__init__.py:254
Method
save
Save dataframe to parquet Args: df (obj): pandas dataframe kwargs : additional arguments to pass to df.to_pa
d6tflow/targets/__init__.py:291
Method
save
Save dict to json Args: dict_ (dict): python dict kwargs : additional arguments to pass to json.dump
d6tflow/targets/__init__.py:329
Method
save
Save markdown string to .md and .html files Args: md_string (str): markdown string kwargs : additional argum
d6tflow/targets/__init__.py:369
Method
save
Save obj to pickle Args: obj (obj): python object kwargs : additional arguments to pass to pickle.dump
d6tflow/targets/__init__.py:435
Method
save
Save torch model Args: model (obj): python object kwargs : additional arguments to pass to torch.save
d6tflow/targets/torch.py:23
Method
save
(self, df, **kwargs)
d6tflow/targets/tf.py:11
Method
save
(self, df, **kwargs)
d6tflow/targets/h5.py:11
Method
save
(self, data, from_list=False, **kwargs)
d6tflow/tasks/__init__.py:442
Method
saveMetaJson
(self, data)
d6tflow/tasks/__init__.py:326
Method
serialize
(self, dt)
d6tflow/parameter.py:146
Method
serialize
(self, x)
d6tflow/parameter.py:172
Method
serialize
(self, x)
d6tflow/parameter.py:192
Method
serialize
(self, e)
d6tflow/parameter.py:220
Function
set_dir
Initialize d6tflow Args: dir (str): data output directory
d6tflow/__init__.py:18
Method
setup_module
(self)
tests/test_workflowMulti.py:245
Method
setup_module
(self)
tests/test_workflow.py:259
Function
show
Show task execution status Args: tasks (obj, list): task or list of tasks
d6tflow/__init__.py:219
Method
task
Flow step decorator. Converts the decorated function into a flow step. Should be defined at the top of the decora
d6tflow/functional.py:44
Method
task_family
(cls)
d6tflow/core.py:120
Method
task_family
The task family (class name) of this task instance.
d6tflow/core.py:223
Method
teardown_module
(self)
tests/test_workflow.py:275
Method
test_cache
(self, cleanup, load_targets)
tests/test_main.py:68
Method
test_cleanup
(self, cleanup)
tests/test_main.py:46
Method
test_default_task
(self)
tests/test_workflowMulti.py:102
Method
test_default_task
(self)
tests/test_workflow.py:163
Method
test_dynamic
(self)
tests/test_main.py:448
Method
test_excel_default_persist
(self, cleanup)
tests/test_main.py:471
Method
test_excel_sheets
(self, cleanup)
tests/test_main.py:491
Method
test_execute
(self, cleanup)
tests/test_main.py:355
Method
test_external
(self, cleanup)
tests/test_main.py:351
Method
test_flow
(self, cleanup)
tests/test_workflow.py:333
Method
test_flow
(self)
tests/test_main.py:236
Method
test_formats
(self, cleanup)
tests/test_main.py:182
Method
test_functional_Flow
(self)
tests/test_main.py:294
Method
test_get_task
(self)
tests/test_workflow.py:190
Method
test_import_dirpath
(self)
tests/test_workflow.py:453
Method
test_import_file_not_found
(self)
tests/test_workflow.py:449
Method
test_import_tasks
(self)
tests/test_workflow.py:457
Method
test_import_to_flow
(self)
tests/test_workflow.py:461
Method
test_metaLoad_multiple_input
(self)
tests/test_workflow.py:835
Method
test_metaLoad_multiple_input_tuple
(self)
tests/test_workflow.py:858
Method
test_metaLoad_single_input
(self)
tests/test_workflow.py:818
Method
test_metaSave_persists_after_run
(self)
tests/test_workflow.py:797
Method
test_multi_exp_all_flows_outputloadall
(self)
tests/test_workflowMulti.py:118
Method
test_multi_exp_single_flows_single_outputload
(self)
tests/test_workflowMulti.py:109
Method
test_multi_get_task
(self)
tests/test_workflowMulti.py:128
Method
test_multi_get_task_with_list_params
(self)
tests/test_workflowMulti.py:149
Method
test_multi_params_generator
(self)
tests/test_workflowMulti.py:136
Method
test_multiple_deps_on_input_load
(self)
tests/test_main.py:266
Method
test_no_default_expect_error
(self)
tests/test_workflowMulti.py:90
Method
test_no_default_expect_error
(self)
tests/test_workflow.py:157
Method
test_no_exp_params_passed
(self)
tests/test_workflowMulti.py:96
Method
test_outputLoadAllMeta
(self)
tests/test_workflow.py:892
Method
test_outputLoadMeta
(self)
tests/test_workflow.py:881
Method
test_outputLoad_correct
(self)
tests/test_workflow.py:622
Method
test_output_load_all_comparing_with_task_run
(self)
tests/test_workflowMulti.py:167
Method
test_output_load_all_comparing_with_task_run
(self)
tests/test_workflow.py:148
Method
test_output_load_comparing_with_task_run
(self)
tests/test_workflowMulti.py:157
Method
test_output_load_comparing_with_task_run
(self)
tests/test_workflow.py:138
Method
test_params
(self, cleanup)
tests/test_main.py:339
Function
test_params_generator
()
tests/test_workflowMulti2.py:78
Method
test_path
(self)
tests/test_main.py:575
Method
test_preview
(self)
tests/test_main.py:420
Method
test_preview_all_flow
(self)
tests/test_workflowMulti.py:70
Method
test_preview_single_flow
(self)
tests/test_workflowMulti.py:51
Method
test_requires
(self)
tests/test_workflow.py:29
Method
test_requires
(self)
tests/test_main.py:218
Method
test_reset_downstream_multi
(self)
tests/test_workflowMulti.py:202
Method
test_single_flow_parameters_passes_properly
(self)
tests/test_workflow.py:109
Method
test_single_flow_preview
(self)
tests/test_workflow.py:80
Method
test_single_workflow_no_params_passes
(self)
tests/test_workflow.py:98
Method
test_sub_flow_correct
(self)
tests/test_workflow.py:949
Method
test_targets
(self, cleanup, load_targets)
tests/test_main.py:65
Function
test_task
()
tests/for_import.py:41
Method
test_task
(self, cleanup)
tests/test_workflow.py:288
Method
test_task2
(self, cleanup)
tests/test_workflow.py:307
Method
test_task_flow_path
(self, cleanup)
tests/test_workflow.py:410
Method
test_task_inputLoad_multiple_multiple
(self)
tests/test_workflow.py:551
Method
test_task_inputLoad_multiple_multiple_tuple
(self)
tests/test_workflow.py:579
← previous
next →
301–400 of 422, ranked by callers