MLflow Extra

Contents:

  • Synopsis
  • Links
  • Installation
  • Commands
  • Python Module
  • Utility Scripts
  • API Documentation
    • mlflow_extra package
MLflow Extra
  • API Documentation
  • View page source

API Documentation

  • mlflow_extra package
    • Submodules
    • mlflow_extra.common module
      • configure_logging()
    • mlflow_extra.filter module
      • delete_runs()
      • export_csv()
      • filter_by_number()
      • filter_by_threshold()
      • list_metrics()
      • script_filter_runs()
    • mlflow_extra.merge module
      • collect_experiment_names()
      • copy_experiments()
      • fix_artifact_uris()
      • fix_experiment_ids()
      • merge_experiments_by_name()
      • reorder_experiment_ids()
      • script_fix_artifact_uris()
      • script_fix_experiment_ids()
      • script_merge_experiments()
      • update_experiment_ids()
    • mlflow_extra.metadata module
      • Metadata
        • Metadata.FIELD_ARTIFACT_LOCATION
        • Metadata.FIELD_ARTIFACT_URI
        • Metadata.FIELD_CREATION_TIME
        • Metadata.FIELD_EXPERIMENT_ID
        • Metadata.FIELD_LAST_UPDATE_TIME
        • Metadata.FIELD_LIFECYCLE_STAGE
        • Metadata.FIELD_NAME
        • Metadata.FILENAME
        • Metadata.__init__()
        • Metadata.artifact_uri
        • Metadata.creation_time
        • Metadata.experiment_id
        • Metadata.find_meta()
        • Metadata.is_experiment
        • Metadata.last_update_time
        • Metadata.lifecycle_stage
        • Metadata.load()
        • Metadata.name
        • Metadata.non_negative_int()
        • Metadata.save()
    • mlflow_extra.uri module
      • URITransformer
        • URITransformer.__init__()
        • URITransformer.is_local_file
        • URITransformer.path
        • URITransformer.scheme
    • mlflow_extra.version module
    • Module contents
Previous Next

© Copyright 2022, Inria.

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