PipelineX
0.8.0

Contents:

  • Badges
  • PipelineX Overview
  • Install PipelineX
    • [Option 1] Install from the PyPI
    • [Option 2] Development install
    • Prepare development environment for PipelineX
    • Prepare Docker environment for PipelineX
  • Getting Started with PipelineX
    • Kedro 0.17.x Starter projects
    • Example/Demo Projects tested with Kedro 0.16.x
  • HatchDict: Python in YAML/JSON
    • Python objects in YAML/JSON
      • Introduction to YAML
      • Python tags in YAML
      • Alternative to Python tags in YAML
    • Anchor-less aliasing in YAML/JSON
      • Aliasing in YAML
      • Alternative to aliasing in YAML
    • Python expression in YAML/JSON
  • Introduction to Kedro
    • Why the unified data interface framework is needed
    • Kedro overview
  • Flex-Kedro: Kedro plugin for flexible config
    • Flex-Kedro-Pipeline: Kedro plugin for quicker pipeline set up
      • Dict for nodes
      • Sequential nodes
      • Decorators without using the method
    • Flex-Kedro-Context: Kedro plugin for YAML lovers
      • Define Kedro pipelines in parameters.yml
      • Configure Kedro run config in parameters.yml
      • Use HatchDict feature in parameters.yml
      • Enable caching for Kedro DataSets in catalog.yml
      • Use HatchDict feature in catalog.yml
  • MLflow-on-Kedro: Kedro plugin for MLflow users
    • How to use MLflow from Kedro projects
    • Comparison with kedro-mlflow package
  • Kedro-Extras: Kedro plugin to use various Python packages
    • Additional Kedro datasets (data interface sets)
    • Additional function decorators for benchmarking
    • Use with PyTorch
    • Use with PyTorch Ignite
    • Use with OpenCV
  • Story behind PipelineX
  • Author
  • Contributors are welcome!
    • How to contribute
    • Contributor list
  • API Docs
    • pipelinex package
      • Subpackages
        • pipelinex.extras package
        • pipelinex.flex_kedro package
        • pipelinex.hatch_dict package
        • pipelinex.mlflow_on_kedro package
      • Submodules
      • pipelinex.utils module
        • DictToDict
        • ItemGetter
        • TransformCompose
        • dict_io()
        • dict_of_list_to_list_of_dict()
        • list_of_dict_to_dict_of_list()
PipelineX
  • pipelinex
  • pipelinex package
  • pipelinex.extras package
  • pipelinex.extras.datasets package
  • View page source

pipelinex.extras.datasets package

Subpackages

  • pipelinex.extras.datasets.httpx package
    • Submodules
    • pipelinex.extras.datasets.httpx.async_api_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.fixed_width_csv_dataset 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
      • APIDataSet
        • APIDataSet.__init__()
        • APIDataSet.load()
        • APIDataSet.save()
  • 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

Previous Next

© Copyright 2021, Yusuke Minami.

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