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
↓ 1 callers
Method
reset
Resets a particular function. Use with `params` to reset function with the given parameters. If `params` is not used, `reset(func)` will reset
d6tflow/functional.py:286
↓ 1 callers
Method
resetAll
Resets all functions that are attached to the workflow object that have run at least once.
d6tflow/functional.py:302
↓ 1 callers
Method
reset_downstream
Invalidate all downstream tasks in a flow. For example, you have 3 dependant tasks. Normally you run Task3 but you've changed parame
d6tflow/__init__.py:507
↓ 1 callers
Method
reset_downstream
(self, task=None, flow=None, confirm=False)
d6tflow/__init__.py:734
↓ 1 callers
Function
run
Run tasks locally. Runs the DAG sequentially in dependency order. Args: tasks (obj, list): task or list of tasks forced (lis
d6tflow/__init__.py:93
↓ 1 callers
Method
run
(self)
tests/test_main.py:342
↓ 1 callers
Method
run
(self)
tests/test_main.py:475
↓ 1 callers
Method
run
(self)
docs/example-tf.py:28
↓ 1 callers
Method
run
(self)
docs/example-ml-compare2.py:21
↓ 1 callers
Method
run
(self)
docs/example-ml-compare-short.py:10
↓ 1 callers
Method
run
(self)
docs/example-onnx.py:11
↓ 1 callers
Method
run
(self)
docs/example-trading.py:57
↓ 1 callers
Method
run
(self)
docs/example-minimal-cache.py:10
↓ 1 callers
Method
run
(self)
docs/example-ml-compare-pseudo.py:7
↓ 1 callers
Method
run
(self)
docs/example-ml-compare.py:9
↓ 1 callers
Method
run
(self)
docs/example-minimal.py:8
↓ 1 callers
Function
runLoad
(task, params=None, load=True, taskLoad=None, reset=False)
d6tflow/__init__.py:962
↓ 1 callers
Method
set_default
Set default task for the workflow. The default task is set for all the experiments Args: task(obj) The task to be set as
d6tflow/__init__.py:772
↓ 1 callers
Function
set_parameter_len
(nparams=20, len=64)
d6tflow/settings.py:17
↓ 1 callers
Function
task_id_str
Return a canonical, deterministic string identifying a task. The id is ``{family}_{param_summary}_{md5(sorted_json)[:10]}`` so that ``ta
d6tflow/core.py:80
↓ 1 callers
Method
task_value
The normalized default value. Raises if no default is set.
d6tflow/parameter.py:76
↓ 1 callers
Function
taskflow_downstream
Get all downstream outputs for a task Args: task (obj): task task_downstream (obj): downstream target task
d6tflow/__init__.py:180
Function
Task1
(task)
docs/example-minimal-functional.py:10
Function
Task2
(task)
docs/example-minimal-functional.py:16
Function
Task3
(task)
docs/example-minimal-functional.py:24
Method
__bool__
(self)
d6tflow/core.py:450
Method
__call__
(cls, *args, **kwargs)
d6tflow/core.py:123
Method
__call__
(self, task_that_inherits)
d6tflow/core.py:366
Method
__call__
(self, task_that_requires)
d6tflow/core.py:403
Method
__call__
(self, task_that_inherits)
d6tflow/__init__.py:308
Method
__call__
(self, task_that_requires)
d6tflow/__init__.py:336
Method
__eq__
(self, other)
d6tflow/core.py:286
Method
__getattr__
(self, name)
d6tflow/log.py:77
Method
__hash__
(self)
d6tflow/core.py:275
Method
__init__
(self, _logger=None, **context)
d6tflow/log.py:73
Method
__init__
(self, path=None)
d6tflow/core.py:337
Method
__init__
(self, *tasks_to_inherit, **kw_tasks_to_inherit)
d6tflow/core.py:357
Method
__init__
(self, *tasks_to_require, **kw_tasks_to_require)
d6tflow/core.py:398
Method
__init__
(self, scheduling_succeeded, summary_text, first_exception=None)
d6tflow/core.py:445
Method
__init__
(self, *tasks_to_inherit)
d6tflow/__init__.py:301
Method
__init__
(self, *tasks_to_require)
d6tflow/__init__.py:329
Method
__init__
(self, task=None, params=None, path=None, env=None)
d6tflow/__init__.py:581
Method
__init__
(self, tasks=None, flows=None, save=False, path_export='tasks_export.py')
d6tflow/__init__.py:823
Method
__init__
(self, path=None, module=None, path_data=None)
d6tflow/__init__.py:910
Method
__init__
(self)
d6tflow/functional.py:14
Method
__init__
(self, *args, **kwargs)
d6tflow/parameter.py:114
Method
__init__
(self, *args, **kwargs)
d6tflow/parameter.py:208
Method
__init__
(self, path=None)
d6tflow/targets/__init__.py:68
Method
__init__
(self, *args, path=None, flows=None, **kwargs)
d6tflow/tasks/__init__.py:30
Method
__repr__
(self)
d6tflow/core.py:278
Method
_get_meta_path_with_format
Get metadata path for a given task and format
d6tflow/tasks/__init__.py:265
Function
apply_noise
(dfg, cfg_cols, seed=123)
d6tflow/utils.py:150
Function
build
Run ``tasks`` and their dependencies sequentially, in dependency order. All state is local to this call, so a task's ``run()`` may itself ca
d6tflow/core.py:454
Method
cleanup
(self)
tests/test_workflow.py:271
Method
cleanup
(self, scope="module")
tests/test_main.py:40
Function
clone_parent
(cls)
d6tflow/__init__.py:289
Method
common_decorator
Common decorator that all decorators use.
d6tflow/functional.py:23
Method
complete
(self, cascade=True)
d6tflow/tasks/__init__.py:528
Method
deps
Flattened list of required tasks.
d6tflow/core.py:313
Function
dev
()
docs/example-trading.py:101
Function
disable_logging
Silence d6tflow's internal logging again.
d6tflow/log.py:50
Function
enable_gcs
Initialize google cloud storage, for reference see https://cloud.google.com/storage/docs/listing-objects Uses https://gcsfs.readthedocs.io/en
d6tflow/__init__.py:57
Function
enable_logging
Turn on d6tflow's internal logging. With the default ``sink=sys.stderr`` this gives one clean d6tflow log stream: loguru's pristine default h
d6tflow/log.py:12
Method
exists
(self)
d6tflow/core.py:340
Function
find_deps
Return the set of all tasks on all paths between ``task`` and ``upstream_task_family``.
d6tflow/core.py:433
Method
funload
(x)
d6tflow/targets/__init__.py:428
Function
generate_exps_for_multi_param
(params_dict, current_key = 0, multi_exp_dict = {})
d6tflow/utils.py:65
Method
get_data0
(task)
tests/test_main.py:304
Function
get_data1
(task)
docs/example-functional.py:9
Method
get_data1
(task)
tests/test_main.py:310
Function
get_data2
(task)
docs/example-functional.py:16
Method
get_data2
(task)
tests/test_main.py:316
Method
get_flow
Get flow by name Args: flow (string): The name of the experiment for which the flow is to be run. If nothing is passed,
d6tflow/__init__.py:802
Method
get_param_values
(cls, params, args, kwargs)
d6tflow/tasks/__init__.py:45
Method
helper
(data, TaskClass, format=None)
tests/test_main.py:183
Function
inherits
(*tasks_to_inherit)
d6tflow/__init__.py:347
Method
inputLoadMetaJson
(self, key=None)
d6tflow/tasks/__init__.py:332
Method
invalidate
(self)
d6tflow/targets/__init__.py:29
Method
invalidate
(self)
d6tflow/targets/__init__.py:80
Method
invalidate
(self)
d6tflow/targets/__init__.py:403
Method
invalidate
(self, confirm=True)
d6tflow/tasks/__init__.py:479
Function
invalidate_all
Invalidate all tasks by deleting all files in data directory Args: confirm (bool): confirm operation
d6tflow/__init__.py:195
Function
invalidate_orphans
Invalidate all unused task outputs Args: confirm (bool): confirm operation
d6tflow/__init__.py:207
Method
load
(self, cached=False, **kwargs)
d6tflow/targets/dt.py:7
Method
load
Load from in-memory cache Returns: python object
d6tflow/targets/__init__.py:33
Method
load
Load from csv to pandas dataframe Args: cached (bool): keep data cached in memory **kwargs: arguments to pas
d6tflow/targets/__init__.py:138
Method
load
Load from Excel to pandas dataframe Args: cached (bool): keep data cached in memory **kwargs: arguments to p
d6tflow/targets/__init__.py:192
Method
load
Load sheets from Excel file Args: keys (str/list): sheet name(s) to load. None loads all sheets cached (bool
d6tflow/targets/__init__.py:225
Method
load
Load from parquet to pandas dataframe Args: cached (bool): keep data cached in memory **kwargs: arguments to
d6tflow/targets/__init__.py:277
Method
load
Load from json to dict Args: cached (bool): keep data cached in memory **kwargs: arguments to pass to json.l
d6tflow/targets/__init__.py:311
Method
load
Load from markdown file to string Args: cached (bool): keep data cached in memory **kwargs: arguments to pas
d6tflow/targets/__init__.py:353
Method
load
Load from pickle to obj Args: cached (bool): keep data cached in memory **kwargs: arguments to pass to pickl
d6tflow/targets/__init__.py:417
Method
load
Load saved model Args: cached (bool): keep data cached in memory **kwargs: arguments to pass to pd.read_parq
d6tflow/targets/torch.py:8
Method
load
(self, cached=False, **kwargs)
d6tflow/targets/h5.py:6
Method
load_targets
(self, scope="module")
tests/test_main.py:59
Method
logger
Contextual logger for task authors; auto-tagged with task identity. Lives in the ``d6tflow`` namespace, so it is silent until ``d6tfl
d6tflow/core.py:228
Method
normalize
(self, value)
d6tflow/parameter.py:129
Method
normalize
(self, value)
d6tflow/parameter.py:151
Function
onerror
(func, p, exc_info)
tests/test_main.py:17
Method
output
(self)
d6tflow/tasks/__init__.py:531
← previous
next →
101–200 of 422, ranked by callers