PipelineX
0.5.0

Contents:

  • PipelineX
  • Introduction
  • Installation
  • Getting Started
    • Getting Started with Kedro 0.17.x
    • Example/Demo Projects tested with Kedro 0.16.x
  • HatchDict: YAML/JSON enhancement for Python developers
    • Import-less Python object (class and function)
    • Anchor-less aliasing (self-lookup)
    • Python expression
  • Kedro as the unified data interface framework
    • Why the unified data interface framework is needed
    • Kedro overview
  • Kedro context to use YAML files more conveniently
    • Options available in parameters.yml
      • Define Kedro pipelines
      • Configure Kedro run config using RUN_CONFIG key
      • HatchDict feature
    • Options available in catalog.yml
      • Enable caching
      • HatchDict feature
  • Integration of Kedro with MLflow as Kedro DataSet and Hooks (callbacks)
    • How to use MLflow from Kedro projects
    • Comparison with kedro-mlflow package
  • Integration of Kedro with the additional Python packages as Kedro DataSets, Hooks (callbacks), and wrappers.
    • Additional Kedro datasets (data interface sets)
    • Additional function decorators for benchmarking
    • Use with PyTorch
    • Use with PyTorch Ignite
    • Use with OpenCV
    • Use with PyTorch Lightning
    • Use with TensorFlow/Keras
  • Build Docker image
  • Why and how PipelineX was born
  • Author
  • Contributors are welcome!
    • How to contribute
    • Contributor list
  • API Docs
    • pipelinex package
      • Subpackages
        • pipelinex.extras package
        • pipelinex.framework package
        • pipelinex.hatch_dict package
        • pipelinex.pipeline package
      • Submodules
      • pipelinex.utils module
PipelineX
  • »
  • pipelinex »
  • pipelinex package »
  • pipelinex.extras package »
  • pipelinex.extras.datasets package
  • Edit on GitHub

pipelinex.extras.datasets package¶

Subpackages¶

  • pipelinex.extras.datasets.httpx package
    • Submodules
    • pipelinex.extras.datasets.httpx.async_api_dataset module
  • pipelinex.extras.datasets.mlflow package
    • Submodules
    • pipelinex.extras.datasets.mlflow.mlflow_dataset module
  • pipelinex.extras.datasets.opencv package
    • Submodules
    • pipelinex.extras.datasets.opencv.images_dataset module
  • pipelinex.extras.datasets.pandas package
    • Submodules
    • pipelinex.extras.datasets.pandas.csv_local module
    • pipelinex.extras.datasets.pandas.efficient_csv_local module
    • pipelinex.extras.datasets.pandas.histgram module
    • pipelinex.extras.datasets.pandas.pandas_cat_matrix module
    • pipelinex.extras.datasets.pandas.pandas_describe module
  • pipelinex.extras.datasets.pandas_profiling package
    • Submodules
    • pipelinex.extras.datasets.pandas_profiling.pandas_profiling module
  • pipelinex.extras.datasets.pillow package
    • Submodules
    • pipelinex.extras.datasets.pillow.images_dataset module
  • pipelinex.extras.datasets.requests package
    • Submodules
    • pipelinex.extras.datasets.requests.api_dataset module
  • pipelinex.extras.datasets.seaborn package
    • Submodules
    • pipelinex.extras.datasets.seaborn.seaborn_pairplot module
  • pipelinex.extras.datasets.torchvision package
    • Submodules
    • pipelinex.extras.datasets.torchvision.iterable_images_dataset module

Submodules¶

pipelinex.extras.datasets.core module¶

Next Previous

© Copyright 2021, Yusuke Minami. Revision 671d6d30.

Built with Sphinx using a theme provided by Read the Docs.