LICENSE
MANIFEST.in
Makefile
README.md
dependencies.py
dev-requirements.txt
extras-requirements.txt
packages.py
pyproject.toml
requirements.txt
setup.py
dockerfiles/mlrun-api/requirements.txt
examples/archive.zip
examples/function.py
examples/handler.py
examples/infile.txt
examples/load-project.ipynb
examples/mlrun_basics.ipynb
examples/mlrun_dask.ipynb
examples/mlrun_db.ipynb
examples/mlrun_export_import.ipynb
examples/mlrun_jobs.ipynb
examples/mlrun_sparkk8s.ipynb
examples/mlrun_vault.ipynb
examples/model.bst
examples/new-project.ipynb
examples/nulltst.py
examples/params.csv
examples/remote-spark.ipynb
examples/secrets.txt
examples/spark-function.py
examples/training.py
examples/v2_model_server.ipynb
examples/xgb_serving.ipynb
mlrun/__init__.py
mlrun/__main__.py
mlrun/config.py
mlrun/errors.py
mlrun/execution.py
mlrun/features.py
mlrun/k8s_utils.py
mlrun/lists.py
mlrun/model.py
mlrun/render.py
mlrun/run.py
mlrun/secrets.py
mlrun.egg-info/PKG-INFO
mlrun.egg-info/SOURCES.txt
mlrun.egg-info/dependency_links.txt
mlrun.egg-info/entry_points.txt
mlrun.egg-info/not-zip-safe
mlrun.egg-info/requires.txt
mlrun.egg-info/top_level.txt
mlrun/alerts/__init__.py
mlrun/alerts/alert.py
mlrun/artifacts/__init__.py
mlrun/artifacts/base.py
mlrun/artifacts/dataset.py
mlrun/artifacts/document.py
mlrun/artifacts/helpers.py
mlrun/artifacts/llm_prompt.py
mlrun/artifacts/manager.py
mlrun/artifacts/model.py
mlrun/artifacts/plots.py
mlrun/common/__init__.py
mlrun/common/constants.py
mlrun/common/helpers.py
mlrun/common/secrets.py
mlrun/common/types.py
mlrun/common/db/__init__.py
mlrun/common/db/dialects.py
mlrun/common/formatters/__init__.py
mlrun/common/formatters/artifact.py
mlrun/common/formatters/base.py
mlrun/common/formatters/feature_set.py
mlrun/common/formatters/function.py
mlrun/common/formatters/model_endpoint.py
mlrun/common/formatters/pipeline.py
mlrun/common/formatters/project.py
mlrun/common/formatters/run.py
mlrun/common/model_monitoring/__init__.py
mlrun/common/model_monitoring/helpers.py
mlrun/common/runtimes/constants.py
mlrun/common/schemas/__init__.py
mlrun/common/schemas/alert.py
mlrun/common/schemas/api_gateway.py
mlrun/common/schemas/artifact.py
mlrun/common/schemas/auth.py
mlrun/common/schemas/background_task.py
mlrun/common/schemas/client_spec.py
mlrun/common/schemas/clusterization_spec.py
mlrun/common/schemas/common.py
mlrun/common/schemas/constants.py
mlrun/common/schemas/datastore_profile.py
mlrun/common/schemas/events.py
mlrun/common/schemas/feature_store.py
mlrun/common/schemas/frontend_spec.py
mlrun/common/schemas/function.py
mlrun/common/schemas/http.py
mlrun/common/schemas/hub.py
mlrun/common/schemas/k8s.py
mlrun/common/schemas/memory_reports.py
mlrun/common/schemas/notification.py
mlrun/common/schemas/object.py
mlrun/common/schemas/pagination.py
mlrun/common/schemas/partition.py
mlrun/common/schemas/pipeline.py
mlrun/common/schemas/project.py
mlrun/common/schemas/regex.py
mlrun/common/schemas/runs.py
mlrun/common/schemas/runtime_resource.py
mlrun/common/schemas/schedule.py
mlrun/common/schemas/secret.py
mlrun/common/schemas/serving.py
mlrun/common/schemas/tag.py
mlrun/common/schemas/workflow.py
mlrun/common/schemas/model_monitoring/__init__.py
mlrun/common/schemas/model_monitoring/constants.py
mlrun/common/schemas/model_monitoring/functions.py
mlrun/common/schemas/model_monitoring/grafana.py
mlrun/common/schemas/model_monitoring/model_endpoints.py
mlrun/data_types/__init__.py
mlrun/data_types/data_types.py
mlrun/data_types/infer.py
mlrun/data_types/spark.py
mlrun/data_types/to_pandas.py
mlrun/datastore/__init__.py
mlrun/datastore/alibaba_oss.py
mlrun/datastore/azure_blob.py
mlrun/datastore/base.py
mlrun/datastore/datastore.py
mlrun/datastore/datastore_profile.py
mlrun/datastore/dbfs_store.py
mlrun/datastore/filestore.py
mlrun/datastore/google_cloud_storage.py
mlrun/datastore/hdfs.py
mlrun/datastore/inmem.py
mlrun/datastore/redis.py
mlrun/datastore/remote_client.py
mlrun/datastore/s3.py
mlrun/datastore/snowflake_utils.py
mlrun/datastore/sources.py
mlrun/datastore/spark_udf.py
mlrun/datastore/spark_utils.py
mlrun/datastore/store_resources.py
mlrun/datastore/storeytargets.py
mlrun/datastore/targets.py
mlrun/datastore/utils.py
mlrun/datastore/v3io.py
mlrun/datastore/vectorstore.py
mlrun/datastore/model_provider/__init__.py
mlrun/datastore/model_provider/huggingface_provider.py
mlrun/datastore/model_provider/mock_model_provider.py
mlrun/datastore/model_provider/model_provider.py
mlrun/datastore/model_provider/openai_provider.py
mlrun/datastore/wasbfs/__init__.py
mlrun/datastore/wasbfs/fs.py
mlrun/db/__init__.py
mlrun/db/auth_utils.py
mlrun/db/base.py
mlrun/db/factory.py
mlrun/db/httpdb.py
mlrun/db/nopdb.py
mlrun/feature_store/__init__.py
mlrun/feature_store/api.py
mlrun/feature_store/common.py
mlrun/feature_store/feature_set.py
mlrun/feature_store/feature_vector.py
mlrun/feature_store/feature_vector_utils.py
mlrun/feature_store/ingestion.py
mlrun/feature_store/steps.py
mlrun/feature_store/retrieval/__init__.py
mlrun/feature_store/retrieval/base.py
mlrun/feature_store/retrieval/dask_merger.py
mlrun/feature_store/retrieval/job.py
mlrun/feature_store/retrieval/local_merger.py
mlrun/feature_store/retrieval/spark_merger.py
mlrun/feature_store/retrieval/storey_merger.py
mlrun/frameworks/__init__.py
mlrun/frameworks/parallel_coordinates.py
mlrun/frameworks/_common/__init__.py
mlrun/frameworks/_common/artifacts_library.py
mlrun/frameworks/_common/mlrun_interface.py
mlrun/frameworks/_common/model_handler.py
mlrun/frameworks/_common/plan.py
mlrun/frameworks/_common/producer.py
mlrun/frameworks/_common/utils.py
mlrun/frameworks/_dl_common/__init__.py
mlrun/frameworks/_dl_common/model_handler.py
mlrun/frameworks/_dl_common/utils.py
mlrun/frameworks/_dl_common/loggers/__init__.py
mlrun/frameworks/_dl_common/loggers/logger.py
mlrun/frameworks/_dl_common/loggers/mlrun_logger.py
mlrun/frameworks/_dl_common/loggers/tensorboard_logger.py
mlrun/frameworks/_ml_common/__init__.py
mlrun/frameworks/_ml_common/artifacts_library.py
mlrun/frameworks/_ml_common/model_handler.py
mlrun/frameworks/_ml_common/pkl_model_server.py
mlrun/frameworks/_ml_common/plan.py
mlrun/frameworks/_ml_common/producer.py
mlrun/frameworks/_ml_common/utils.py
mlrun/frameworks/_ml_common/loggers/__init__.py
mlrun/frameworks/_ml_common/loggers/logger.py
mlrun/frameworks/_ml_common/loggers/mlrun_logger.py
mlrun/frameworks/_ml_common/plans/__init__.py
mlrun/frameworks/_ml_common/plans/calibration_curve_plan.py
mlrun/frameworks/_ml_common/plans/confusion_matrix_plan.py
mlrun/frameworks/_ml_common/plans/dataset_plan.py
mlrun/frameworks/_ml_common/plans/feature_importance_plan.py
mlrun/frameworks/_ml_common/plans/roc_curve_plan.py
mlrun/frameworks/auto_mlrun/__init__.py
mlrun/frameworks/auto_mlrun/auto_mlrun.py
mlrun/frameworks/huggingface/__init__.py
mlrun/frameworks/huggingface/model_server.py
mlrun/frameworks/lgbm/__init__.py
mlrun/frameworks/lgbm/model_handler.py
mlrun/frameworks/lgbm/model_server.py
mlrun/frameworks/lgbm/utils.py
mlrun/frameworks/lgbm/callbacks/__init__.py
mlrun/frameworks/lgbm/callbacks/callback.py
mlrun/frameworks/lgbm/callbacks/logging_callback.py
mlrun/frameworks/lgbm/callbacks/mlrun_logging_callback.py
mlrun/frameworks/lgbm/mlrun_interfaces/__init__.py
mlrun/frameworks/lgbm/mlrun_interfaces/booster_mlrun_interface.py
mlrun/frameworks/lgbm/mlrun_interfaces/mlrun_interface.py
mlrun/frameworks/lgbm/mlrun_interfaces/model_mlrun_interface.py
mlrun/frameworks/onnx/__init__.py
mlrun/frameworks/onnx/dataset.py
mlrun/frameworks/onnx/mlrun_interface.py
mlrun/frameworks/onnx/model_handler.py
mlrun/frameworks/onnx/model_server.py
mlrun/frameworks/pytorch/__init__.py
mlrun/frameworks/pytorch/callbacks_handler.py
mlrun/frameworks/pytorch/mlrun_interface.py
mlrun/frameworks/pytorch/model_handler.py
mlrun/frameworks/pytorch/model_server.py
mlrun/frameworks/pytorch/utils.py
mlrun/frameworks/pytorch/callbacks/__init__.py
mlrun/frameworks/pytorch/callbacks/callback.py
mlrun/frameworks/pytorch/callbacks/logging_callback.py
mlrun/frameworks/pytorch/callbacks/mlrun_logging_callback.py
mlrun/frameworks/pytorch/callbacks/tensorboard_logging_callback.py
mlrun/frameworks/sklearn/__init__.py
mlrun/frameworks/sklearn/estimator.py
mlrun/frameworks/sklearn/metric.py
mlrun/frameworks/sklearn/metrics_library.py
mlrun/frameworks/sklearn/mlrun_interface.py
mlrun/frameworks/sklearn/model_handler.py
mlrun/frameworks/sklearn/utils.py
mlrun/frameworks/tf_keras/__init__.py
mlrun/frameworks/tf_keras/mlrun_interface.py
mlrun/frameworks/tf_keras/model_handler.py
mlrun/frameworks/tf_keras/model_server.py
mlrun/frameworks/tf_keras/utils.py
mlrun/frameworks/tf_keras/callbacks/__init__.py
mlrun/frameworks/tf_keras/callbacks/logging_callback.py
mlrun/frameworks/tf_keras/callbacks/mlrun_logging_callback.py
mlrun/frameworks/tf_keras/callbacks/tensorboard_logging_callback.py
mlrun/frameworks/xgboost/__init__.py
mlrun/frameworks/xgboost/mlrun_interface.py
mlrun/frameworks/xgboost/model_handler.py
mlrun/frameworks/xgboost/utils.py
mlrun/hub/__init__.py
mlrun/hub/module.py
mlrun/launcher/__init__.py
mlrun/launcher/base.py
mlrun/launcher/client.py
mlrun/launcher/factory.py
mlrun/launcher/local.py
mlrun/launcher/remote.py
mlrun/model_monitoring/__init__.py
mlrun/model_monitoring/api.py
mlrun/model_monitoring/controller.py
mlrun/model_monitoring/features_drift_table.py
mlrun/model_monitoring/helpers.py
mlrun/model_monitoring/stream_processing.py
mlrun/model_monitoring/writer.py
mlrun/model_monitoring/applications/__init__.py
mlrun/model_monitoring/applications/_application_steps.py
mlrun/model_monitoring/applications/base.py
mlrun/model_monitoring/applications/context.py
mlrun/model_monitoring/applications/histogram_data_drift.py
mlrun/model_monitoring/applications/results.py
mlrun/model_monitoring/applications/evidently/__init__.py
mlrun/model_monitoring/applications/evidently/base.py
mlrun/model_monitoring/db/__init__.py
mlrun/model_monitoring/db/_schedules.py
mlrun/model_monitoring/db/_stats.py
mlrun/model_monitoring/db/tsdb/__init__.py
mlrun/model_monitoring/db/tsdb/base.py
mlrun/model_monitoring/db/tsdb/helpers.py
mlrun/model_monitoring/db/tsdb/tdengine/__init__.py
mlrun/model_monitoring/db/tsdb/tdengine/schemas.py
mlrun/model_monitoring/db/tsdb/tdengine/stream_graph_steps.py
mlrun/model_monitoring/db/tsdb/tdengine/tdengine_connection.py
mlrun/model_monitoring/db/tsdb/tdengine/tdengine_connector.py
mlrun/model_monitoring/db/tsdb/tdengine/writer_graph_steps.py
mlrun/model_monitoring/db/tsdb/v3io/__init__.py
mlrun/model_monitoring/db/tsdb/v3io/stream_graph_steps.py
mlrun/model_monitoring/db/tsdb/v3io/v3io_connector.py
mlrun/model_monitoring/metrics/__init__.py
mlrun/model_monitoring/metrics/histogram_distance.py
mlrun/package/__init__.py
mlrun/package/context_handler.py
mlrun/package/errors.py
mlrun/package/packager.py
mlrun/package/packagers_manager.py
mlrun/package/packagers/__init__.py
mlrun/package/packagers/default_packager.py
mlrun/package/packagers/numpy_packagers.py
mlrun/package/packagers/pandas_packagers.py
mlrun/package/packagers/python_standard_library_packagers.py
mlrun/package/utils/__init__.py
mlrun/package/utils/_archiver.py
mlrun/package/utils/_formatter.py
mlrun/package/utils/_pickler.py
mlrun/package/utils/_supported_format.py
mlrun/package/utils/log_hint_utils.py
mlrun/package/utils/type_hint_utils.py
mlrun/platforms/__init__.py
mlrun/platforms/iguazio.py
mlrun/projects/__init__.py
mlrun/projects/operations.py
mlrun/projects/pipelines.py
mlrun/projects/project.py
mlrun/runtimes/__init__.py
mlrun/runtimes/base.py
mlrun/runtimes/daskjob.py
mlrun/runtimes/funcdoc.py
mlrun/runtimes/function_reference.py
mlrun/runtimes/generators.py
mlrun/runtimes/kubejob.py
mlrun/runtimes/local.py
mlrun/runtimes/mounts.py
mlrun/runtimes/pod.py
mlrun/runtimes/remotesparkjob.py
mlrun/runtimes/utils.py
mlrun/runtimes/databricks_job/__init__.py
mlrun/runtimes/databricks_job/databricks_cancel_task.py
mlrun/runtimes/databricks_job/databricks_runtime.py
mlrun/runtimes/databricks_job/databricks_wrapper.py
mlrun/runtimes/mpijob/__init__.py
mlrun/runtimes/mpijob/abstract.py
mlrun/runtimes/mpijob/v1.py
mlrun/runtimes/nuclio/__init__.py
mlrun/runtimes/nuclio/api_gateway.py
mlrun/runtimes/nuclio/function.py
mlrun/runtimes/nuclio/nuclio.py
mlrun/runtimes/nuclio/serving.py
mlrun/runtimes/nuclio/application/__init__.py
mlrun/runtimes/nuclio/application/application.py
mlrun/runtimes/nuclio/application/reverse_proxy.go
mlrun/runtimes/sparkjob/__init__.py
mlrun/runtimes/sparkjob/spark3job.py
mlrun/serving/__init__.py
mlrun/serving/merger.py
mlrun/serving/remote.py
mlrun/serving/routers.py
mlrun/serving/server.py
mlrun/serving/serving_wrapper.py
mlrun/serving/states.py
mlrun/serving/steps.py
mlrun/serving/system_steps.py
mlrun/serving/utils.py
mlrun/serving/v1_serving.py
mlrun/serving/v2_serving.py
mlrun/track/__init__.py
mlrun/track/tracker.py
mlrun/track/tracker_manager.py
mlrun/track/trackers/__init__.py
mlrun/track/trackers/mlflow_tracker.py
mlrun/utils/__init__.py
mlrun/utils/async_http.py
mlrun/utils/azure_vault.py
mlrun/utils/clones.py
mlrun/utils/condition_evaluator.py
mlrun/utils/helpers.py
mlrun/utils/http.py
mlrun/utils/logger.py
mlrun/utils/regex.py
mlrun/utils/retryer.py
mlrun/utils/singleton.py
mlrun/utils/v3io_clients.py
mlrun/utils/vault.py
mlrun/utils/notifications/__init__.py
mlrun/utils/notifications/notification_pusher.py
mlrun/utils/notifications/notification/__init__.py
mlrun/utils/notifications/notification/base.py
mlrun/utils/notifications/notification/console.py
mlrun/utils/notifications/notification/git.py
mlrun/utils/notifications/notification/ipython.py
mlrun/utils/notifications/notification/mail.py
mlrun/utils/notifications/notification/slack.py
mlrun/utils/notifications/notification/webhook.py
mlrun/utils/version/__init__.py
mlrun/utils/version/version.json
mlrun/utils/version/version.py