Contents Menu Expand Light mode Dark mode Auto light/dark mode
Join us on Slack and Github Discussions, and if you like this project, give us a star ⭐️!
UnionML
Logo
UnionML
  • Basics
    • Initializing a UnionML App
    • Defining a Dataset
    • Binding a Model and Dataset
    • Local Training and Prediction
  • Deployment Guides
    • Deploying to Flyte
    • Serving with FastAPI
    • Serving with AWS Lambda
    • Serving with BentoML
    • Reacting to S3 Events
  • Advanced Guides
    • Scheduling
    • Component Callbacks

Tutorials

  • Tutorials
  • Computer Vision
    • MNIST: Digits Classification
    • QuickDraw: A Pictionary App

References

  • API Reference
    • unionml.dataset
      • unionml.dataset.Dataset
      • unionml.dataset.FeatureTypeUnion
      • unionml.dataset.ReaderReturnTypeSource
    • unionml.model
      • unionml.model.BaseHyperparameters
      • unionml.model.Model
      • unionml.model.ModelArtifact
    • unionml.schedule
      • unionml.schedule.Schedule
      • unionml.schedule.ScheduleType
      • unionml.schedule.create_scheduled_launchplan
    • unionml.services.bentoml
      • unionml.services.bentoml.BentoMLService
      • unionml.services.bentoml.create_runnable
      • unionml.services.bentoml.create_service
      • unionml.services.bentoml.infer_feature_io_descriptor
      • unionml.services.bentoml.infer_io_descriptor
      • unionml.services.bentoml.infer_output_io_descriptor
      • unionml.services.bentoml.ServiceNotConfigured
    • unionml.exceptions
      • unionml.exceptions.ModelArtifactNotFound
  • CLI Reference

Resources

  • Contributing Guide
  • Union.ai
  v: latest
Versions
latest
stable
Downloads
On Read the Docs
Project Home
Builds
Back to top
Edit this page

unionml.dataset#

Dataset class for defining data source, splitting, parsing, and iteration.

Classes

Dataset

Initialize a UnionML Dataset.

FeatureTypeUnion

ReaderReturnTypeSource

Indicates which Dataset component the materialized dataset type is derived from.

Next
unionml.dataset.Dataset
Previous
API Reference
Copyright © 2022, unionai-oss
Made with Sphinx and @pradyunsg's Furo