snowflake-ml-python 1.51.0__tar.gz → 1.52.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/CHANGELOG.md +14 -1
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/PKG-INFO +15 -2
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/telemetry.py +1 -1
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/feature_store.py +80 -33
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/stream_source.py +3 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/model/model_version_impl.py +2 -1
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/registry/_manager/model_manager.py +19 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/utils/sparse.py +6 -1
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/version.py +1 -1
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake_ml_python.egg-info/PKG-INFO +15 -2
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/LICENSE.txt +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/README.md +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/pyproject.toml +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/setup.cfg +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/cortex/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/cortex/_classify_text.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/cortex/_complete.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/cortex/_embed_text_1024.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/cortex/_embed_text_768.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/cortex/_extract_answer.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/cortex/_finetune.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/cortex/_sentiment.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/cortex/_sse_client.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/cortex/_summarize.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/cortex/_translate.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/cortex/_util.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/env.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/env_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/exceptions/dataset_error_messages.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/exceptions/dataset_errors.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/exceptions/error_codes.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/exceptions/error_messages.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/exceptions/exceptions.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/exceptions/fileset_error_messages.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/exceptions/fileset_errors.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/exceptions/modeling_error_messages.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/exceptions/sql_error_codes.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/file_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/human_readable_id/adjectives.txt +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/human_readable_id/animals.txt +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/human_readable_id/hrid_generator.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/human_readable_id/hrid_generator_base.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/init_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/lineage/lineage_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/migrator_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/platform_capabilities.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/relax_version_strategy.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/type_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/connection_params.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/db_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/formatting.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/identifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/import_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/jwt_generator.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/mixins.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/parallelize.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/pkg_version_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/query_result_checker.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/result.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/service_logger.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/snowflake_env.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/snowpark_dataframe_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/sql_identifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/table_manager.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/tee.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/temp_file_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/url.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/data/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/data/_internal/arrow_ingestor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/data/data_connector.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/data/data_ingestor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/data/data_source.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/data/ingestor_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/data/torch_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/dataset/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/dataset/dataset.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/dataset/dataset_factory.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/dataset/dataset_metadata.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/dataset/dataset_reader.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/experiment/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/experiment/_client/artifact.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/experiment/_client/experiment_tracking_sql_client.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/experiment/_entities/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/experiment/_entities/experiment.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/experiment/_entities/run.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/experiment/_entities/run_metadata.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/experiment/_experiment_info.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/experiment/_logging/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/experiment/_logging/experiment_logger.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/experiment/_logging/experiment_logging_context.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/experiment/_source_info.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/experiment/callback/keras.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/experiment/callback/lightgbm.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/experiment/callback/xgboost.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/experiment/experiment_tracking.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/experiment/utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/_compute_fn_validation.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/access_manager.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/aggregation.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/entity.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/airline_features/entities.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/airline_features/features/plane_features.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/airline_features/features/weather_features.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/airline_features/source.yaml +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/citibike_trip_features/entities.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/citibike_trip_features/features/station_feature.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/citibike_trip_features/features/trip_feature.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/citibike_trip_features/source.yaml +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/example_helper.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/new_york_taxi_features/entities.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/new_york_taxi_features/features/location_features.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/new_york_taxi_features/features/trip_features.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/new_york_taxi_features/source.yaml +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/source_data/airline.yaml +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/source_data/citibike_trips.yaml +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/source_data/fraud_transactions.yaml +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/source_data/nyc_yellow_trips.yaml +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/source_data/winequality_red.yaml +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/wine_quality_features/entities.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/wine_quality_features/features/managed_wine_features.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/wine_quality_features/features/static_wine_features.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/examples/wine_quality_features/source.yaml +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/feature.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/feature_group.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/feature_view.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/feature_view_append_only_validation.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/feature_view_refresh_freq.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/interval_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/metadata_manager.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/online_service.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/online_service_http_client.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/realtime_config.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/realtime_dataset.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/realtime_dataset_udf.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/realtime_registration.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/request_source.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/spec/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/spec/builder.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/spec/enums.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/spec/models.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/spec/table_schema_evolution.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/stream_config.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/streaming_registration.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/tile_sql_generator.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/fileset/embedded_stage_fs.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/fileset/fileset.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/fileset/sfcfs.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/fileset/snowfs.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/fileset/stage_fs.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_interop/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_interop/data_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_interop/dto_schema.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_interop/exception_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_interop/legacy.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_interop/protocols.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_interop/results.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_interop/utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_utils/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_utils/arg_protocol.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_utils/constants.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_utils/feature_flags.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_utils/payload_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_utils/query_helper.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_utils/runtime_env_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_utils/scripts/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_utils/scripts/constants.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_utils/scripts/get_instance_ip.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_utils/scripts/mljob_launcher.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_utils/scripts/signal_workers.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_utils/scripts/start_mlruntime.sh +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_utils/scripts/startup.sh +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_utils/scripts/worker_shutdown_listener.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_utils/stage_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/_utils/type_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/decorators.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/job.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/job_definition.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/jobs/manager.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/lineage/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/lineage/lineage_node.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/model/batch_inference_job_specs.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/model/batch_inference_serialization.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/model/batch_inference_specs.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/model/batch_inference_task.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/model/batch_inference_task_v2.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/model/inference_engine_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/model/model_impl.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/ops/deployment_step.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/ops/live_commit_naming.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/ops/metadata_ops.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/ops/model_ops.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/ops/param_ops.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/ops/param_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/ops/service_ops.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/service/import_model_spec_schema.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/service/inference_job_service_spec.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/service/model_deployment_spec.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/service/model_deployment_spec_schema.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/sql/_base.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/sql/model.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/sql/model_version.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/sql/service.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/sql/stage.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_client/sql/tag.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_model_composer/huggingface_lazy_uploader.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_model_composer/model_composer.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_model_composer/model_manifest/model_manifest.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_model_composer/model_manifest/model_manifest_schema.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_model_composer/model_method/constants.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_model_composer/model_method/function_generator.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_model_composer/model_method/infer_function.py_template +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_model_composer/model_method/infer_function_init_once.py_template +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_model_composer/model_method/infer_partitioned.py_template +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_model_composer/model_method/infer_partitioned_init_once.py_template +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_model_composer/model_method/infer_table_function.py_template +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_model_composer/model_method/infer_table_function_init_once.py_template +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_model_composer/model_method/model_method.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_model_composer/model_method/utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_model_composer/model_user_file/model_user_file.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_env/model_env.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handler.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/_base.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/catboost.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/custom.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/_default.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/_handler.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/_openai_chat_wrapper.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/_task_handler.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/audio_classification.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/audio_text_to_text.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/automatic_speech_recognition.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/conversational.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/document_question_answering.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/fill_mask.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/image_classification.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/image_feature_extraction.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/image_text_to_text.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/image_to_text.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/object_detection.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/question_answering.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/summarization.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/table_question_answering.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/text2text_generation.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/text_classification.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/text_generation.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/token_classification.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/translation.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/video_classification.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/video_text_to_text.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/visual_question_answering.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/zero_shot_audio_classification.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/zero_shot_image_classification.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/zero_shot_object_detection.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/huggingface/zero_shot_text_classification.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/keras.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/lightgbm.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/mlflow.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/prophet.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/pytorch.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/sentence_transformers.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/sklearn.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/snowmlmodel.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/tensorflow.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/torchscript.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers/xgboost.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers_migrator/base_migrator.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers_migrator/pytorch_migrator_2023_12_01.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers_migrator/tensorflow_migrator_2023_12_01.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers_migrator/tensorflow_migrator_2025_01_01.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_handlers_migrator/torchscript_migrator_2023_12_01.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_meta/model_blob_meta.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_meta/model_meta.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_meta/model_meta_schema.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_meta/model_sample_input_data.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_meta_migrator/base_migrator.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_meta_migrator/migrator_plans.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_meta_migrator/migrator_v1.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_packager.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_runtime/_snowml_inference_alternative_requirements.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_runtime/model_runtime.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_save_options.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_packager/model_task/model_task_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_signatures/base_handler.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_signatures/builtins_handler.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_signatures/core.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_signatures/dmatrix_handler.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_signatures/numpy_handler.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_signatures/pandas_handler.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_signatures/pytorch_handler.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_signatures/snowpark_handler.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_signatures/tensorflow_handler.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/_signatures/utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/batch/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/batch_inference/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/code_path.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/compute_pool.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/custom_model.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/event_handler.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/inference_engine.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/model_signature.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/models/huggingface.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/models/huggingface_pipeline.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/openai_signatures.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/target_platform.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/task.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/type_hints.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/model/volatility.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/_internal/estimator_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/_internal/local_implementations/pandas_handlers.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/_internal/local_implementations/pandas_trainer.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/_internal/model_specifications.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/_internal/model_trainer.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/_internal/model_trainer_builder.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/_internal/model_transformer_builder.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/_internal/snowpark_implementations/distributed_hpo_trainer.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/_internal/snowpark_implementations/distributed_search_udf_file.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/_internal/snowpark_implementations/snowpark_handlers.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/_internal/snowpark_implementations/snowpark_trainer.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/_internal/snowpark_implementations/xgboost_external_memory_trainer.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/_internal/transformer_protocols.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/calibration/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/calibration/calibrated_classifier_cv.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/cluster/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/cluster/affinity_propagation.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/cluster/agglomerative_clustering.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/cluster/birch.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/cluster/bisecting_k_means.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/cluster/dbscan.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/cluster/feature_agglomeration.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/cluster/k_means.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/cluster/mean_shift.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/cluster/mini_batch_k_means.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/cluster/optics.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/cluster/spectral_biclustering.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/cluster/spectral_clustering.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/cluster/spectral_coclustering.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/compose/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/compose/column_transformer.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/compose/transformed_target_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/covariance/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/covariance/elliptic_envelope.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/covariance/empirical_covariance.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/covariance/graphical_lasso.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/covariance/graphical_lasso_cv.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/covariance/ledoit_wolf.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/covariance/min_cov_det.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/covariance/oas.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/covariance/shrunk_covariance.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/decomposition/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/decomposition/dictionary_learning.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/decomposition/factor_analysis.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/decomposition/fast_ica.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/decomposition/incremental_pca.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/decomposition/kernel_pca.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/decomposition/mini_batch_dictionary_learning.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/decomposition/mini_batch_sparse_pca.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/decomposition/pca.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/decomposition/sparse_pca.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/decomposition/truncated_svd.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/discriminant_analysis/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/discriminant_analysis/linear_discriminant_analysis.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/discriminant_analysis/quadratic_discriminant_analysis.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/ensemble/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/ensemble/ada_boost_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/ensemble/ada_boost_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/ensemble/bagging_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/ensemble/bagging_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/ensemble/extra_trees_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/ensemble/extra_trees_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/ensemble/gradient_boosting_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/ensemble/gradient_boosting_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/ensemble/hist_gradient_boosting_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/ensemble/hist_gradient_boosting_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/ensemble/isolation_forest.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/ensemble/random_forest_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/ensemble/random_forest_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/ensemble/stacking_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/ensemble/voting_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/ensemble/voting_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/feature_selection/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/feature_selection/generic_univariate_select.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/feature_selection/select_fdr.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/feature_selection/select_fpr.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/feature_selection/select_fwe.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/feature_selection/select_k_best.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/feature_selection/select_percentile.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/feature_selection/sequential_feature_selector.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/feature_selection/variance_threshold.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/framework/_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/framework/base.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/gaussian_process/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/gaussian_process/gaussian_process_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/gaussian_process/gaussian_process_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/impute/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/impute/iterative_imputer.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/impute/knn_imputer.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/impute/missing_indicator.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/impute/simple_imputer.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/kernel_approximation/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/kernel_approximation/additive_chi2_sampler.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/kernel_approximation/nystroem.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/kernel_approximation/polynomial_count_sketch.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/kernel_approximation/rbf_sampler.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/kernel_approximation/skewed_chi2_sampler.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/kernel_ridge/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/kernel_ridge/kernel_ridge.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/lightgbm/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/lightgbm/lgbm_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/lightgbm/lgbm_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/ard_regression.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/bayesian_ridge.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/elastic_net.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/elastic_net_cv.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/gamma_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/huber_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/lars.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/lars_cv.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/lasso.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/lasso_cv.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/lasso_lars.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/lasso_lars_cv.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/lasso_lars_ic.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/linear_regression.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/logistic_regression.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/logistic_regression_cv.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/multi_task_elastic_net.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/multi_task_elastic_net_cv.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/multi_task_lasso.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/multi_task_lasso_cv.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/orthogonal_matching_pursuit.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/passive_aggressive_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/passive_aggressive_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/perceptron.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/poisson_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/ransac_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/ridge.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/ridge_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/ridge_classifier_cv.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/ridge_cv.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/sgd_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/sgd_one_class_svm.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/sgd_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/theil_sen_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/linear_model/tweedie_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/manifold/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/manifold/isomap.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/manifold/mds.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/manifold/spectral_embedding.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/manifold/tsne.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/metrics/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/metrics/classification.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/metrics/correlation.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/metrics/covariance.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/metrics/metrics_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/metrics/ranking.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/metrics/regression.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/mixture/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/mixture/bayesian_gaussian_mixture.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/mixture/gaussian_mixture.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/model_selection/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/model_selection/grid_search_cv.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/model_selection/randomized_search_cv.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/multiclass/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/multiclass/one_vs_one_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/multiclass/one_vs_rest_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/multiclass/output_code_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/naive_bayes/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/naive_bayes/bernoulli_nb.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/naive_bayes/categorical_nb.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/naive_bayes/complement_nb.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/naive_bayes/gaussian_nb.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/naive_bayes/multinomial_nb.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/neighbors/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/neighbors/k_neighbors_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/neighbors/k_neighbors_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/neighbors/kernel_density.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/neighbors/local_outlier_factor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/neighbors/nearest_centroid.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/neighbors/nearest_neighbors.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/neighbors/neighborhood_components_analysis.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/neighbors/radius_neighbors_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/neighbors/radius_neighbors_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/neural_network/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/neural_network/bernoulli_rbm.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/neural_network/mlp_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/neural_network/mlp_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/parameters/disable_distributed_hpo.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/parameters/disable_model_tracer.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/parameters/enable_anonymous_sproc.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/pipeline/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/pipeline/pipeline.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/preprocessing/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/preprocessing/binarizer.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/preprocessing/k_bins_discretizer.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/preprocessing/label_encoder.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/preprocessing/max_abs_scaler.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/preprocessing/min_max_scaler.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/preprocessing/normalizer.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/preprocessing/one_hot_encoder.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/preprocessing/ordinal_encoder.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/preprocessing/polynomial_features.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/preprocessing/robust_scaler.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/preprocessing/standard_scaler.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/semi_supervised/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/semi_supervised/label_propagation.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/semi_supervised/label_spreading.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/svm/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/svm/linear_svc.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/svm/linear_svr.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/svm/nu_svc.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/svm/nu_svr.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/svm/svc.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/svm/svr.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/tree/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/tree/decision_tree_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/tree/decision_tree_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/tree/extra_tree_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/tree/extra_tree_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/xgboost/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/xgboost/xgb_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/xgboost/xgb_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/xgboost/xgbrf_classifier.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/modeling/xgboost/xgbrf_regressor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/monitoring/_client/model_monitor_sql_client.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/monitoring/_client/queries/record_count.ssql +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/monitoring/_client/queries/rmse.ssql +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/monitoring/_manager/model_monitor_manager.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/monitoring/entities/model_monitor_config.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/monitoring/explain_visualize.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/monitoring/model_monitor.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/monitoring/shap.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/registry/__init__.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/registry/_manager/model_parameter_reconciler.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/registry/registry.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/utils/authentication.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/utils/connection_params.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/utils/html_utils.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/utils/sql_client.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/utils/stage_file.py +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake_ml_python.egg-info/SOURCES.txt +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake_ml_python.egg-info/dependency_links.txt +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake_ml_python.egg-info/requires.txt +0 -0
- {snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake_ml_python.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
3
|
+
## 1.52.0
|
|
4
|
+
|
|
5
|
+
### New Features
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
### Behavior Changes
|
|
10
|
+
|
|
11
|
+
### Deprecations
|
|
12
|
+
|
|
13
|
+
## 1.51.0 (2026-08-12)
|
|
4
14
|
|
|
5
15
|
### New Features
|
|
6
16
|
|
|
@@ -16,6 +26,9 @@
|
|
|
16
26
|
|
|
17
27
|
### Behavior Changes
|
|
18
28
|
|
|
29
|
+
* Feature Store: `stream_ingest` now reuses the Online Service ingest endpoint cached on the
|
|
30
|
+
`StreamSource` by `get_stream_source`, avoiding a per-call server status round-trip.
|
|
31
|
+
|
|
19
32
|
### Deprecations
|
|
20
33
|
|
|
21
34
|
## 1.50.0 (2026-08-03)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: snowflake-ml-python
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.52.0
|
|
4
4
|
Summary: The machine learning client library that is used for interacting with Snowflake to build machine learning solutions.
|
|
5
5
|
Author-email: "Snowflake, Inc" <support@snowflake.com>
|
|
6
6
|
License:
|
|
@@ -416,7 +416,17 @@ NOTE: Version 1.7.0 is used as example here. Please choose the the latest versio
|
|
|
416
416
|
|
|
417
417
|
# Release History
|
|
418
418
|
|
|
419
|
-
## 1.
|
|
419
|
+
## 1.52.0
|
|
420
|
+
|
|
421
|
+
### New Features
|
|
422
|
+
|
|
423
|
+
### Bug Fixes
|
|
424
|
+
|
|
425
|
+
### Behavior Changes
|
|
426
|
+
|
|
427
|
+
### Deprecations
|
|
428
|
+
|
|
429
|
+
## 1.51.0 (2026-08-12)
|
|
420
430
|
|
|
421
431
|
### New Features
|
|
422
432
|
|
|
@@ -432,6 +442,9 @@ NOTE: Version 1.7.0 is used as example here. Please choose the the latest versio
|
|
|
432
442
|
|
|
433
443
|
### Behavior Changes
|
|
434
444
|
|
|
445
|
+
* Feature Store: `stream_ingest` now reuses the Online Service ingest endpoint cached on the
|
|
446
|
+
`StreamSource` by `get_stream_source`, avoiding a per-call server status round-trip.
|
|
447
|
+
|
|
435
448
|
### Deprecations
|
|
436
449
|
|
|
437
450
|
## 1.50.0 (2026-08-03)
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/telemetry.py
RENAMED
|
@@ -300,7 +300,7 @@ def add_statement_params_custom_tags(
|
|
|
300
300
|
"""
|
|
301
301
|
if not statement_params:
|
|
302
302
|
return {}
|
|
303
|
-
existing_custom_tags: dict[str, Any] = statement_params.
|
|
303
|
+
existing_custom_tags: dict[str, Any] = dict(statement_params.get(TelemetryField.KEY_CUSTOM_TAGS.value, {}))
|
|
304
304
|
existing_custom_tags.update(custom_tags)
|
|
305
305
|
# NOTE: This can be done with | operator after upgrade from py3.8
|
|
306
306
|
return {
|
|
@@ -3218,7 +3218,9 @@ class FeatureStore:
|
|
|
3218
3218
|
original_exception=ValueError(f"Cannot find StreamSource with name: {name_id}."),
|
|
3219
3219
|
)
|
|
3220
3220
|
|
|
3221
|
-
|
|
3221
|
+
stream_source = StreamSource._from_dict(metadata)
|
|
3222
|
+
self._hydrate_stream_source_online_service(stream_source)
|
|
3223
|
+
return stream_source
|
|
3222
3224
|
|
|
3223
3225
|
@dispatch_decorator()
|
|
3224
3226
|
def stream_ingest(
|
|
@@ -3259,20 +3261,26 @@ class FeatureStore:
|
|
|
3259
3261
|
src = self.get_stream_source(str(stream_source))
|
|
3260
3262
|
stream_name_wire = src.name.resolved()
|
|
3261
3263
|
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3264
|
+
# Reuse the ingest endpoint cached on the StreamSource by get_stream_source to
|
|
3265
|
+
# skip the per-call GS status lookup. Fall back to a live status fetch when the
|
|
3266
|
+
# URL is absent (manually constructed StreamSource, or hydrated before the
|
|
3267
|
+
# Online Service was RUNNING).
|
|
3268
|
+
ingest_base = getattr(src, "_postgres_online_ingest_url", None)
|
|
3269
|
+
if not ingest_base:
|
|
3270
|
+
stmp = self._telemetry_stmp if statement_params is None else statement_params
|
|
3271
|
+
st = online_service.assert_online_service_running_with_ingest_endpoint(
|
|
3272
|
+
self._session,
|
|
3273
|
+
self._config.database,
|
|
3274
|
+
self._config.schema,
|
|
3275
|
+
statement_params=stmp,
|
|
3274
3276
|
)
|
|
3275
|
-
|
|
3277
|
+
ingest_url = online_service.endpoint_url(st, "ingest", access=self._online_service_access)
|
|
3278
|
+
if not ingest_url:
|
|
3279
|
+
raise snowml_exceptions.SnowflakeMLException(
|
|
3280
|
+
error_code=error_codes.INVALID_ARGUMENT,
|
|
3281
|
+
original_exception=ValueError("Online Service returned no ingest endpoint."),
|
|
3282
|
+
)
|
|
3283
|
+
ingest_base = ingest_url
|
|
3276
3284
|
|
|
3277
3285
|
expected_cols = _stream_source_schema_field_names(src.schema)
|
|
3278
3286
|
rows = _normalize_stream_ingest_records(records)
|
|
@@ -8320,21 +8328,28 @@ FROM {batch_cte_names[0]}{''.join(merge_join_parts)}
|
|
|
8320
8328
|
|
|
8321
8329
|
return fv
|
|
8322
8330
|
|
|
8323
|
-
def
|
|
8324
|
-
|
|
8331
|
+
def _resolve_postgres_online_endpoint_url(
|
|
8332
|
+
self, endpoint_name: str, *, log_label: str, warn: bool = True
|
|
8333
|
+
) -> Optional[str]:
|
|
8334
|
+
"""Fetch a Postgres OFT Online Service endpoint URL or return ``None``.
|
|
8325
8335
|
|
|
8326
8336
|
Failures (status not RUNNING, missing endpoint URL, transient
|
|
8327
|
-
SYSTEM$ errors) are downgraded to ``
|
|
8328
|
-
still construct the target object and
|
|
8329
|
-
RUNNING" error
|
|
8337
|
+
SYSTEM$ errors) are downgraded to a return value of ``None`` so callers
|
|
8338
|
+
can still construct the target object and surface the "Online Service
|
|
8339
|
+
not RUNNING" error at use time. When ``warn`` is ``True`` these
|
|
8340
|
+
failures also emit a ``UserWarning``.
|
|
8330
8341
|
|
|
8331
8342
|
Args:
|
|
8343
|
+
endpoint_name: Endpoint to resolve (``"query"`` or ``"ingest"``).
|
|
8332
8344
|
log_label: Caller name embedded in the warning log
|
|
8333
|
-
(e.g. ``"get_feature_view"``, ``"
|
|
8345
|
+
(e.g. ``"get_feature_view"``, ``"get_stream_source"``).
|
|
8346
|
+
warn: When ``True``, emit a ``UserWarning`` on failure. Callers that
|
|
8347
|
+
have their own use-time fallback (e.g. ``stream_ingest``) pass
|
|
8348
|
+
``False`` to avoid spurious warnings during metadata reads.
|
|
8334
8349
|
|
|
8335
8350
|
Returns:
|
|
8336
|
-
The
|
|
8337
|
-
|
|
8351
|
+
The endpoint URL when the Online Service is RUNNING or UPDATING and
|
|
8352
|
+
advertises the named endpoint; ``None`` otherwise.
|
|
8338
8353
|
"""
|
|
8339
8354
|
try:
|
|
8340
8355
|
st = online_service.fetch_online_service_status(
|
|
@@ -8345,30 +8360,62 @@ FROM {batch_cte_names[0]}{''.join(merge_join_parts)}
|
|
|
8345
8360
|
)
|
|
8346
8361
|
except Exception as ex:
|
|
8347
8362
|
logger.warning("Could not fetch Online Service status during %s: %s", log_label, ex)
|
|
8363
|
+
if warn:
|
|
8364
|
+
warnings.warn(
|
|
8365
|
+
online_service.online_service_not_ready_message(),
|
|
8366
|
+
category=UserWarning,
|
|
8367
|
+
stacklevel=4,
|
|
8368
|
+
)
|
|
8369
|
+
return None
|
|
8370
|
+
endpoint = online_service.endpoint_url(st, endpoint_name, access=self._online_service_access)
|
|
8371
|
+
# UPDATING (redeploy in progress) still serves endpoints, so accept it too.
|
|
8372
|
+
if st.status in ("RUNNING", "UPDATING") and endpoint:
|
|
8373
|
+
# Temporary: SYSTEM$ may return host-only URLs until server sends full https URLs.
|
|
8374
|
+
return endpoint
|
|
8375
|
+
if warn:
|
|
8348
8376
|
warnings.warn(
|
|
8349
8377
|
online_service.online_service_not_ready_message(),
|
|
8350
8378
|
category=UserWarning,
|
|
8351
8379
|
stacklevel=4,
|
|
8352
8380
|
)
|
|
8353
|
-
return None
|
|
8354
|
-
query_url = online_service.endpoint_url(st, "query", access=self._online_service_access)
|
|
8355
|
-
# UPDATING (redeploy in progress) still serves the query endpoint, so accept it too.
|
|
8356
|
-
if st.status in ("RUNNING", "UPDATING") and query_url:
|
|
8357
|
-
# Temporary: SYSTEM$ may return host-only query URLs until server sends full https URLs.
|
|
8358
|
-
return query_url
|
|
8359
|
-
warnings.warn(
|
|
8360
|
-
online_service.online_service_not_ready_message(),
|
|
8361
|
-
category=UserWarning,
|
|
8362
|
-
stacklevel=4,
|
|
8363
|
-
)
|
|
8364
8381
|
return None
|
|
8365
8382
|
|
|
8383
|
+
def _resolve_postgres_online_query_url(self, *, log_label: str) -> Optional[str]:
|
|
8384
|
+
"""Resolve the Postgres OFT ``query`` endpoint URL (thin wrapper).
|
|
8385
|
+
|
|
8386
|
+
Args:
|
|
8387
|
+
log_label: Caller name embedded in the warning log
|
|
8388
|
+
(e.g. ``"get_feature_view"``, ``"get_feature_group"``).
|
|
8389
|
+
|
|
8390
|
+
Returns:
|
|
8391
|
+
The query endpoint URL when the Online Service is RUNNING or
|
|
8392
|
+
UPDATING and advertises a ``query`` endpoint; ``None`` otherwise.
|
|
8393
|
+
"""
|
|
8394
|
+
return self._resolve_postgres_online_endpoint_url("query", log_label=log_label)
|
|
8395
|
+
|
|
8366
8396
|
def _hydrate_postgres_online_service(self, fv: FeatureView) -> None:
|
|
8367
8397
|
"""Set ``_postgres_online_query_url`` and warn when Postgres online reads are not ready."""
|
|
8368
8398
|
if not fv.online or fv.online_config is None or fv.online_config.store_type != OnlineStoreType.POSTGRES:
|
|
8369
8399
|
return
|
|
8370
8400
|
fv._postgres_online_query_url = self._resolve_postgres_online_query_url(log_label="get_feature_view")
|
|
8371
8401
|
|
|
8402
|
+
def _hydrate_stream_source_online_service(self, stream_source: StreamSource) -> None:
|
|
8403
|
+
"""Cache the Online Service ingest endpoint URL on a StreamSource for reuse.
|
|
8404
|
+
|
|
8405
|
+
Best-effort: resolves the ``ingest`` endpoint without emitting a
|
|
8406
|
+
``UserWarning`` (``warn=False``) because ``get_stream_source`` is a
|
|
8407
|
+
metadata read that also backs ``register_stream_source``; a not-yet-RUNNING
|
|
8408
|
+
service should not warn here. ``stream_ingest`` surfaces a clear,
|
|
8409
|
+
actionable error at ingest time via its live fallback when the URL is
|
|
8410
|
+
unavailable.
|
|
8411
|
+
|
|
8412
|
+
Args:
|
|
8413
|
+
stream_source: The StreamSource whose ingest URL should be populated.
|
|
8414
|
+
"""
|
|
8415
|
+
stream_source._postgres_online_ingest_url = self._resolve_postgres_online_endpoint_url(
|
|
8416
|
+
"ingest", log_label="get_stream_source", warn=False
|
|
8417
|
+
)
|
|
8418
|
+
|
|
8372
8419
|
def _hydrate_fg_postgres_online_service(self, fg: FeatureGroup) -> None:
|
|
8373
8420
|
"""Set ``FeatureGroup._postgres_online_query_url`` for read-time use.
|
|
8374
8421
|
|
|
@@ -179,6 +179,9 @@ class StreamSource:
|
|
|
179
179
|
self.schema: StructType = schema
|
|
180
180
|
self.owner: Optional[str] = None
|
|
181
181
|
self.desc: str = desc
|
|
182
|
+
# Runtime-only cache of the Online Service ingest endpoint URL, populated by
|
|
183
|
+
# FeatureStore.get_stream_source. Not persisted to metadata.
|
|
184
|
+
self._postgres_online_ingest_url: Optional[str] = None
|
|
182
185
|
|
|
183
186
|
def _validate(self, name: str, schema: StructType) -> None:
|
|
184
187
|
if len(name) > _STREAM_SOURCE_NAME_LENGTH_LIMIT:
|
|
@@ -1229,7 +1229,8 @@ class ModelVersion(lineage_node.LineageNode):
|
|
|
1229
1229
|
raise exceptions.SnowflakeMLException(
|
|
1230
1230
|
error_code=error_codes.INSUFFICIENT_PRIVILEGES,
|
|
1231
1231
|
original_exception=RuntimeError(
|
|
1232
|
-
f"model registry: cannot {operation} this model — only the model's owner role is permitted."
|
|
1232
|
+
f"model registry: cannot {operation} this model — only the model's owner role is permitted. "
|
|
1233
|
+
"You may use export() instead."
|
|
1233
1234
|
),
|
|
1234
1235
|
)
|
|
1235
1236
|
|
|
@@ -35,6 +35,12 @@ if TYPE_CHECKING:
|
|
|
35
35
|
|
|
36
36
|
logger = logging.getLogger(__name__)
|
|
37
37
|
|
|
38
|
+
# Query-level custom_tags so telemetry can distinguish log_model SQL paths.
|
|
39
|
+
MODEL_LOG_PATH_TAG = "model_log_path"
|
|
40
|
+
MODEL_LOG_PATH_LIVE_COMMIT = "live_commit"
|
|
41
|
+
MODEL_LOG_PATH_FROM_STAGE = "from_stage"
|
|
42
|
+
MODEL_LOG_PATH_LIVE_COMMIT_FALLBACK = "live_commit_fallback"
|
|
43
|
+
|
|
38
44
|
|
|
39
45
|
def _validate_user_model_save_options(
|
|
40
46
|
model: type_hints.SupportedModelType,
|
|
@@ -248,8 +254,13 @@ class ModelManager:
|
|
|
248
254
|
checkout_model_name_id = model_name_id
|
|
249
255
|
checkout_version_name_id: Optional[sql_identifier.SqlIdentifier] = None
|
|
250
256
|
rename_model_to_id: Optional[sql_identifier.SqlIdentifier] = None
|
|
257
|
+
attempted_hidden_live_commit = False
|
|
251
258
|
|
|
252
259
|
if use_hidden_live_commit:
|
|
260
|
+
attempted_hidden_live_commit = True
|
|
261
|
+
statement_params = telemetry.add_statement_params_custom_tags(
|
|
262
|
+
statement_params, {MODEL_LOG_PATH_TAG: MODEL_LOG_PATH_LIVE_COMMIT}
|
|
263
|
+
)
|
|
253
264
|
model_action = model_ops.ModelAction.ALTER if model_exists else model_ops.ModelAction.CREATE
|
|
254
265
|
live_version_name_id = live_commit_naming.generate_live_version_name()
|
|
255
266
|
checkout_version_name_id = live_version_name_id
|
|
@@ -282,6 +293,14 @@ class ModelManager:
|
|
|
282
293
|
checkout_version_name_id = None
|
|
283
294
|
rename_model_to_id = None
|
|
284
295
|
|
|
296
|
+
if not use_hidden_live_commit:
|
|
297
|
+
model_log_path = (
|
|
298
|
+
MODEL_LOG_PATH_LIVE_COMMIT_FALLBACK if attempted_hidden_live_commit else MODEL_LOG_PATH_FROM_STAGE
|
|
299
|
+
)
|
|
300
|
+
statement_params = telemetry.add_statement_params_custom_tags(
|
|
301
|
+
statement_params, {MODEL_LOG_PATH_TAG: model_log_path}
|
|
302
|
+
)
|
|
303
|
+
|
|
285
304
|
if use_hidden_live_commit:
|
|
286
305
|
assert checkout_version_name_id is not None
|
|
287
306
|
stage_path = self._model_ops.get_model_version_stage_path(
|
|
@@ -40,11 +40,16 @@ def _pandas_to_sparse_pandas(pandas_df: pd.DataFrame, sparse_cols: list[str]) ->
|
|
|
40
40
|
indices[key].append(row_i)
|
|
41
41
|
vals[key].append(value)
|
|
42
42
|
|
|
43
|
+
# numpy 2.x stores a str dtype as a fixed-width array, which casts the SparseArray fill value (nan) into a
|
|
44
|
+
# truncated string (e.g. "nan"). Use object dtype for non-numeric values so the fill stays nan.
|
|
45
|
+
sparse_array_dtype = object if dtype is str else dtype
|
|
43
46
|
for col_i in range(array_length or 0):
|
|
44
47
|
# for each index create a SparseArray column. For now use sequential number as suffix for column name
|
|
45
48
|
col_name_index = col_name + "_" + str(col_i)
|
|
46
49
|
pandas_df[col_name_index] = pandas_arrays.SparseArray(
|
|
47
|
-
vals[col_i],
|
|
50
|
+
vals[col_i],
|
|
51
|
+
pandas_sparse.make_sparse_index(num_rows, indices[col_i], "integer"),
|
|
52
|
+
dtype=sparse_array_dtype,
|
|
48
53
|
)
|
|
49
54
|
|
|
50
55
|
del pandas_df[col_name]
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# This is parsed by regex in conda recipe meta file. Make sure not to break it.
|
|
2
|
-
VERSION = "1.
|
|
2
|
+
VERSION = "1.52.0"
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake_ml_python.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: snowflake-ml-python
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.52.0
|
|
4
4
|
Summary: The machine learning client library that is used for interacting with Snowflake to build machine learning solutions.
|
|
5
5
|
Author-email: "Snowflake, Inc" <support@snowflake.com>
|
|
6
6
|
License:
|
|
@@ -416,7 +416,17 @@ NOTE: Version 1.7.0 is used as example here. Please choose the the latest versio
|
|
|
416
416
|
|
|
417
417
|
# Release History
|
|
418
418
|
|
|
419
|
-
## 1.
|
|
419
|
+
## 1.52.0
|
|
420
|
+
|
|
421
|
+
### New Features
|
|
422
|
+
|
|
423
|
+
### Bug Fixes
|
|
424
|
+
|
|
425
|
+
### Behavior Changes
|
|
426
|
+
|
|
427
|
+
### Deprecations
|
|
428
|
+
|
|
429
|
+
## 1.51.0 (2026-08-12)
|
|
420
430
|
|
|
421
431
|
### New Features
|
|
422
432
|
|
|
@@ -432,6 +442,9 @@ NOTE: Version 1.7.0 is used as example here. Please choose the the latest versio
|
|
|
432
442
|
|
|
433
443
|
### Behavior Changes
|
|
434
444
|
|
|
445
|
+
* Feature Store: `stream_ingest` now reuses the Online Service ingest endpoint cached on the
|
|
446
|
+
`StreamSource` by `get_stream_source`, avoiding a per-call server status round-trip.
|
|
447
|
+
|
|
435
448
|
### Deprecations
|
|
436
449
|
|
|
437
450
|
## 1.50.0 (2026-08-03)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/cortex/_classify_text.py
RENAMED
|
File without changes
|
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/cortex/_embed_text_1024.py
RENAMED
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/cortex/_embed_text_768.py
RENAMED
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/cortex/_extract_answer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/env_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/file_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/init_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/migrator_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/type_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/db_utils.py
RENAMED
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/formatting.py
RENAMED
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/identifier.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/mixins.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/result.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/tee.py
RENAMED
|
File without changes
|
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/_internal/utils/url.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/data/data_connector.py
RENAMED
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/data/data_ingestor.py
RENAMED
|
File without changes
|
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/data/ingestor_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/dataset/dataset_factory.py
RENAMED
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/dataset/dataset_metadata.py
RENAMED
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/dataset/dataset_reader.py
RENAMED
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/experiment/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/experiment/_entities/run.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/experiment/_source_info.py
RENAMED
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/experiment/callback/keras.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/aggregation.py
RENAMED
|
File without changes
|
{snowflake_ml_python-1.51.0 → snowflake_ml_python-1.52.0}/snowflake/ml/feature_store/entity.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|