了解Kedro
venv
conda
pip
kedro new
conf
src
pyproject.toml
settings.py
pipeline_registry.py
教程与基础Kedro使用
pipeline()
docs
kedro jupyter notebook
kedro.ipython
catalog
context
pipelines
session
%reload_kedro
%load_node
%run_viz
KedroContext
KedroSession
--params
create_default_data_set()
Runner
project_version
Kedro项目
OmegaConf
OmegaConfigLoader
ConfigLoader
TemplatedConfigLoader
catalog.yml
type
filepath
utf-8
kedro catalog rank
kedro catalog resolve
PartitionedDataset
fsspec
load
save
_describe
KedroDataCatalog
run
*args
**kwargs
describe
kedro pipeline create
SequentialRunner
ParallelRunner
kedro run
集成
conf/base/spark.yml
SparkSession
MemoryDataset
DataFrame
copy_mode="assign"
ThreadRunner
kedro-mlflow
开发
virtualenv
pytest
/tests
pytest-cov
ruff
pre-commit
高级用法
bootstrap_project
configure_project
click
global
project
cookiecutter
project_name
repo_name
python_package
DataCatalog
metadata
before_node_run
CONF_SOURCE
rich
kedro-sagemaker
kedro-azureml
kedro-databricks
kedro-kubeflow
kedro-vertexai
为Kedro贡献
命令行界面参考
API文档
load_ipython_extension()
KedroDeprecationWarning
KedroDeprecationWarning.args
KedroDeprecationWarning.with_traceback()
KedroPythonVersionWarning
KedroPythonVersionWarning.args
KedroPythonVersionWarning.with_traceback()
AbstractConfigLoader
MissingConfigException
AbstractDataset
AbstractVersionedDataset
CachedDataset
LambdaDataset
版本
DatasetAlreadyExistsError
DatasetError
DatasetNotFoundError
magic_load_node()
magic_reload_kedro()
reload_kedro()
RichHandler
node()
Pipeline
Node
ModularPipelineError
run_node()
AbstractRunner
load_obj()
kedro
kedro.config
kedro.framework
kedro.framework.cli
kedro.framework.cli.catalog
kedro.framework.cli.cli
kedro.framework.cli.hooks
kedro.framework.cli.hooks.manager
kedro.framework.cli.hooks.markers
kedro.framework.cli.hooks.specs
kedro.framework.cli.jupyter
kedro.framework.cli.micropkg
kedro.framework.cli.pipeline
kedro.framework.cli.project
kedro.framework.cli.registry
kedro.framework.cli.starters
kedro.framework.cli.utils
kedro.framework.context
kedro.framework.hooks
kedro.framework.hooks.manager
kedro.framework.hooks.markers
kedro.framework.hooks.specs
kedro.framework.project
kedro.framework.session
kedro.framework.session.session
kedro.framework.session.store
kedro.framework.startup
kedro.io
kedro.logging
kedro.pipeline
kedro.runner
kedro.utils