snowflake-ml-python 1.17.0__tar.gz → 1.19.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.17.0 → snowflake_ml_python-1.19.0}/CHANGELOG.md +37 -0
- {snowflake_ml_python-1.17.0/snowflake_ml_python.egg-info → snowflake_ml_python-1.19.0}/PKG-INFO +50 -4
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/pyproject.toml +5 -3
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/telemetry.py +3 -2
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/experiment/_client/experiment_tracking_sql_client.py +18 -19
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/experiment/callback/keras.py +3 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/experiment/callback/lightgbm.py +3 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/experiment/callback/xgboost.py +3 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/experiment/experiment_tracking.py +50 -70
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/feature_store.py +299 -69
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/feature_view.py +12 -6
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/fileset/stage_fs.py +12 -1
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_utils/constants.py +12 -1
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_utils/payload_utils.py +7 -1
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_utils/stage_utils.py +4 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_utils/types.py +5 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/job.py +19 -5
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/manager.py +18 -7
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/__init__.py +19 -0
- snowflake_ml_python-1.19.0/snowflake/ml/model/_client/model/batch_inference_specs.py +100 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_client/model/inference_engine_utils.py +1 -5
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_client/model/model_version_impl.py +129 -11
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_client/ops/model_ops.py +11 -4
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_client/ops/service_ops.py +3 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_client/service/model_deployment_spec.py +3 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_client/service/model_deployment_spec_schema.py +1 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_model_composer/model_manifest/model_manifest.py +3 -1
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_model_composer/model_method/model_method.py +4 -1
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_handlers/_utils.py +70 -0
- snowflake_ml_python-1.19.0/snowflake/ml/model/_packager/model_handlers/prophet.py +566 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_meta/model_meta_schema.py +6 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_runtime/_snowml_inference_alternative_requirements.py +1 -1
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/type_hints.py +16 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/metrics/metrics_utils.py +9 -2
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/monitoring/explain_visualize.py +3 -1
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/version.py +1 -1
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0/snowflake_ml_python.egg-info}/PKG-INFO +50 -4
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake_ml_python.egg-info/SOURCES.txt +1 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake_ml_python.egg-info/requires.txt +14 -3
- snowflake_ml_python-1.17.0/snowflake/ml/model/_client/model/batch_inference_specs.py +0 -37
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/LICENSE.txt +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/README.md +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/setup.cfg +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/cortex/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/cortex/_classify_text.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/cortex/_complete.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/cortex/_embed_text_1024.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/cortex/_embed_text_768.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/cortex/_extract_answer.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/cortex/_finetune.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/cortex/_sentiment.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/cortex/_sse_client.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/cortex/_summarize.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/cortex/_translate.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/cortex/_util.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/env.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/env_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/exceptions/dataset_error_messages.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/exceptions/dataset_errors.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/exceptions/error_codes.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/exceptions/error_messages.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/exceptions/exceptions.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/exceptions/fileset_error_messages.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/exceptions/fileset_errors.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/exceptions/modeling_error_messages.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/exceptions/sql_error_codes.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/file_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/human_readable_id/adjectives.txt +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/human_readable_id/animals.txt +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/human_readable_id/hrid_generator.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/human_readable_id/hrid_generator_base.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/init_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/lineage/lineage_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/migrator_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/platform_capabilities.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/relax_version_strategy.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/type_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/utils/connection_params.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/utils/db_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/utils/formatting.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/utils/identifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/utils/import_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/utils/jwt_generator.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/utils/mixins.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/utils/parallelize.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/utils/pkg_version_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/utils/query_result_checker.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/utils/result.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/utils/service_logger.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/utils/snowflake_env.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/utils/snowpark_dataframe_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/utils/sql_identifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/utils/table_manager.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/utils/temp_file_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/data/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/data/_internal/arrow_ingestor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/data/data_connector.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/data/data_ingestor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/data/data_source.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/data/ingestor_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/data/torch_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/dataset/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/dataset/dataset.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/dataset/dataset_factory.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/dataset/dataset_metadata.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/dataset/dataset_reader.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/experiment/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/experiment/_client/artifact.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/experiment/_entities/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/experiment/_entities/experiment.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/experiment/_entities/run.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/experiment/_entities/run_metadata.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/experiment/_experiment_info.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/experiment/utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/access_manager.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/entity.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/airline_features/entities.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/airline_features/features/plane_features.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/airline_features/features/weather_features.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/airline_features/source.yaml +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/citibike_trip_features/entities.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/citibike_trip_features/features/station_feature.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/citibike_trip_features/features/trip_feature.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/citibike_trip_features/source.yaml +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/example_helper.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/new_york_taxi_features/entities.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/new_york_taxi_features/features/location_features.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/new_york_taxi_features/features/trip_features.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/new_york_taxi_features/source.yaml +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/source_data/airline.yaml +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/source_data/citibike_trips.yaml +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/source_data/fraud_transactions.yaml +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/source_data/nyc_yellow_trips.yaml +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/source_data/winequality_red.yaml +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/wine_quality_features/entities.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/wine_quality_features/features/managed_wine_features.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/wine_quality_features/features/static_wine_features.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/feature_store/examples/wine_quality_features/source.yaml +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/fileset/embedded_stage_fs.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/fileset/fileset.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/fileset/sfcfs.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/fileset/snowfs.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_interop/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_interop/data_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_interop/dto_schema.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_interop/exception_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_interop/legacy.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_interop/protocols.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_interop/results.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_interop/utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_utils/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_utils/feature_flags.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_utils/function_payload_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_utils/query_helper.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_utils/runtime_env_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_utils/scripts/constants.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_utils/scripts/get_instance_ip.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_utils/scripts/mljob_launcher.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_utils/scripts/signal_workers.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_utils/scripts/worker_shutdown_listener.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/_utils/spec_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/jobs/decorators.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/lineage/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/lineage/lineage_node.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_client/model/model_impl.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_client/ops/metadata_ops.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_client/sql/_base.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_client/sql/model.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_client/sql/model_version.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_client/sql/service.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_client/sql/stage.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_client/sql/tag.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_model_composer/model_composer.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_model_composer/model_manifest/model_manifest_schema.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_model_composer/model_method/constants.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_model_composer/model_method/function_generator.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_model_composer/model_method/infer_function.py_template +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_model_composer/model_method/infer_partitioned.py_template +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_model_composer/model_method/infer_table_function.py_template +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_model_composer/model_method/utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_model_composer/model_user_file/model_user_file.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_env/model_env.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_handler.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_handlers/_base.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_handlers/catboost.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_handlers/custom.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_handlers/huggingface_pipeline.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_handlers/keras.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_handlers/lightgbm.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_handlers/mlflow.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_handlers/pytorch.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_handlers/sentence_transformers.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_handlers/sklearn.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_handlers/snowmlmodel.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_handlers/tensorflow.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_handlers/torchscript.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_handlers/xgboost.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_handlers_migrator/base_migrator.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_handlers_migrator/pytorch_migrator_2023_12_01.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_handlers_migrator/tensorflow_migrator_2023_12_01.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_handlers_migrator/tensorflow_migrator_2025_01_01.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_handlers_migrator/torchscript_migrator_2023_12_01.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_meta/model_blob_meta.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_meta/model_meta.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_meta_migrator/base_migrator.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_meta_migrator/migrator_plans.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_meta_migrator/migrator_v1.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_packager.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_runtime/model_runtime.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_packager/model_task/model_task_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_signatures/base_handler.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_signatures/builtins_handler.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_signatures/core.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_signatures/dmatrix_handler.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_signatures/numpy_handler.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_signatures/pandas_handler.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_signatures/pytorch_handler.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_signatures/snowpark_handler.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_signatures/tensorflow_handler.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/_signatures/utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/custom_model.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/event_handler.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/inference_engine.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/model_signature.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/models/huggingface_pipeline.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/openai_signatures.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/target_platform.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/task.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/model/volatility.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/_internal/estimator_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/_internal/local_implementations/pandas_handlers.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/_internal/local_implementations/pandas_trainer.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/_internal/model_specifications.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/_internal/model_trainer.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/_internal/model_trainer_builder.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/_internal/model_transformer_builder.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/_internal/snowpark_implementations/distributed_hpo_trainer.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/_internal/snowpark_implementations/distributed_search_udf_file.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/_internal/snowpark_implementations/snowpark_handlers.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/_internal/snowpark_implementations/snowpark_trainer.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/_internal/snowpark_implementations/xgboost_external_memory_trainer.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/_internal/transformer_protocols.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/calibration/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/calibration/calibrated_classifier_cv.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/cluster/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/cluster/affinity_propagation.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/cluster/agglomerative_clustering.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/cluster/birch.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/cluster/bisecting_k_means.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/cluster/dbscan.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/cluster/feature_agglomeration.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/cluster/k_means.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/cluster/mean_shift.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/cluster/mini_batch_k_means.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/cluster/optics.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/cluster/spectral_biclustering.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/cluster/spectral_clustering.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/cluster/spectral_coclustering.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/compose/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/compose/column_transformer.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/compose/transformed_target_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/covariance/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/covariance/elliptic_envelope.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/covariance/empirical_covariance.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/covariance/graphical_lasso.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/covariance/graphical_lasso_cv.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/covariance/ledoit_wolf.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/covariance/min_cov_det.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/covariance/oas.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/covariance/shrunk_covariance.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/decomposition/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/decomposition/dictionary_learning.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/decomposition/factor_analysis.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/decomposition/fast_ica.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/decomposition/incremental_pca.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/decomposition/kernel_pca.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/decomposition/mini_batch_dictionary_learning.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/decomposition/mini_batch_sparse_pca.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/decomposition/pca.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/decomposition/sparse_pca.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/decomposition/truncated_svd.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/discriminant_analysis/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/discriminant_analysis/linear_discriminant_analysis.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/discriminant_analysis/quadratic_discriminant_analysis.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/ensemble/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/ensemble/ada_boost_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/ensemble/ada_boost_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/ensemble/bagging_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/ensemble/bagging_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/ensemble/extra_trees_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/ensemble/extra_trees_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/ensemble/gradient_boosting_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/ensemble/gradient_boosting_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/ensemble/hist_gradient_boosting_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/ensemble/hist_gradient_boosting_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/ensemble/isolation_forest.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/ensemble/random_forest_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/ensemble/random_forest_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/ensemble/stacking_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/ensemble/voting_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/ensemble/voting_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/feature_selection/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/feature_selection/generic_univariate_select.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/feature_selection/select_fdr.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/feature_selection/select_fpr.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/feature_selection/select_fwe.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/feature_selection/select_k_best.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/feature_selection/select_percentile.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/feature_selection/sequential_feature_selector.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/feature_selection/variance_threshold.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/framework/_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/framework/base.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/gaussian_process/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/gaussian_process/gaussian_process_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/gaussian_process/gaussian_process_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/impute/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/impute/iterative_imputer.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/impute/knn_imputer.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/impute/missing_indicator.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/impute/simple_imputer.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/kernel_approximation/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/kernel_approximation/additive_chi2_sampler.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/kernel_approximation/nystroem.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/kernel_approximation/polynomial_count_sketch.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/kernel_approximation/rbf_sampler.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/kernel_approximation/skewed_chi2_sampler.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/kernel_ridge/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/kernel_ridge/kernel_ridge.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/lightgbm/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/lightgbm/lgbm_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/lightgbm/lgbm_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/ard_regression.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/bayesian_ridge.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/elastic_net.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/elastic_net_cv.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/gamma_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/huber_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/lars.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/lars_cv.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/lasso.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/lasso_cv.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/lasso_lars.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/lasso_lars_cv.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/lasso_lars_ic.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/linear_regression.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/logistic_regression.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/logistic_regression_cv.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/multi_task_elastic_net.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/multi_task_elastic_net_cv.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/multi_task_lasso.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/multi_task_lasso_cv.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/orthogonal_matching_pursuit.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/passive_aggressive_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/passive_aggressive_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/perceptron.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/poisson_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/ransac_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/ridge.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/ridge_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/ridge_classifier_cv.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/ridge_cv.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/sgd_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/sgd_one_class_svm.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/sgd_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/theil_sen_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/linear_model/tweedie_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/manifold/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/manifold/isomap.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/manifold/mds.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/manifold/spectral_embedding.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/manifold/tsne.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/metrics/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/metrics/classification.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/metrics/correlation.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/metrics/covariance.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/metrics/ranking.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/metrics/regression.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/mixture/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/mixture/bayesian_gaussian_mixture.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/mixture/gaussian_mixture.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/model_selection/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/model_selection/grid_search_cv.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/model_selection/randomized_search_cv.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/multiclass/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/multiclass/one_vs_one_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/multiclass/one_vs_rest_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/multiclass/output_code_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/naive_bayes/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/naive_bayes/bernoulli_nb.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/naive_bayes/categorical_nb.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/naive_bayes/complement_nb.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/naive_bayes/gaussian_nb.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/naive_bayes/multinomial_nb.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/neighbors/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/neighbors/k_neighbors_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/neighbors/k_neighbors_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/neighbors/kernel_density.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/neighbors/local_outlier_factor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/neighbors/nearest_centroid.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/neighbors/nearest_neighbors.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/neighbors/neighborhood_components_analysis.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/neighbors/radius_neighbors_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/neighbors/radius_neighbors_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/neural_network/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/neural_network/bernoulli_rbm.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/neural_network/mlp_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/neural_network/mlp_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/parameters/disable_distributed_hpo.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/parameters/disable_model_tracer.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/parameters/enable_anonymous_sproc.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/pipeline/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/pipeline/pipeline.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/preprocessing/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/preprocessing/binarizer.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/preprocessing/k_bins_discretizer.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/preprocessing/label_encoder.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/preprocessing/max_abs_scaler.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/preprocessing/min_max_scaler.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/preprocessing/normalizer.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/preprocessing/one_hot_encoder.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/preprocessing/ordinal_encoder.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/preprocessing/polynomial_features.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/preprocessing/robust_scaler.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/preprocessing/standard_scaler.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/semi_supervised/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/semi_supervised/label_propagation.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/semi_supervised/label_spreading.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/svm/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/svm/linear_svc.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/svm/linear_svr.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/svm/nu_svc.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/svm/nu_svr.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/svm/svc.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/svm/svr.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/tree/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/tree/decision_tree_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/tree/decision_tree_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/tree/extra_tree_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/tree/extra_tree_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/xgboost/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/xgboost/xgb_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/xgboost/xgb_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/xgboost/xgbrf_classifier.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/modeling/xgboost/xgbrf_regressor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/monitoring/_client/model_monitor_sql_client.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/monitoring/_client/queries/record_count.ssql +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/monitoring/_client/queries/rmse.ssql +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/monitoring/_manager/model_monitor_manager.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/monitoring/entities/model_monitor_config.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/monitoring/model_monitor.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/monitoring/shap.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/registry/__init__.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/registry/_manager/model_manager.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/registry/_manager/model_parameter_reconciler.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/registry/registry.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/utils/authentication.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/utils/connection_params.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/utils/html_utils.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/utils/sparse.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/utils/sql_client.py +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake_ml_python.egg-info/dependency_links.txt +0 -0
- {snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake_ml_python.egg-info/top_level.txt +0 -0
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
+
## 1.19.0
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* Experiment Tracking (PrPr): No longer throw an exception in `list_artifacts` when run does not have artifacts.
|
|
8
|
+
* Registry: Fix `get_version_by_alias`: now requires an exact match of snowflake identifier.
|
|
9
|
+
|
|
10
|
+
### Behavior Changes
|
|
11
|
+
|
|
12
|
+
### New Features
|
|
13
|
+
|
|
14
|
+
* Online feature serving in Feature Store is in public preview.
|
|
15
|
+
* Experiment Tracking (`snowflake.ml.experiment`) is in public preview.
|
|
16
|
+
|
|
17
|
+
### Deprecations
|
|
18
|
+
|
|
19
|
+
## 1.18.0
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* Registry: The create_service API now validates that a model has a GPU runtime configuration and will throw a
|
|
24
|
+
descriptive error if the configuration is missing.
|
|
25
|
+
|
|
26
|
+
### Behavior Changes
|
|
27
|
+
|
|
28
|
+
### New Features
|
|
29
|
+
|
|
30
|
+
* Registry (PrPr): Introducing `ModelVersion.run_batch` for batch inference in Snowpark Container Services.
|
|
31
|
+
* Experiment Tracking (PrPr): Added `version_name` argument to the autologging callbacks
|
|
32
|
+
to specify the version name for the autologged model.
|
|
33
|
+
|
|
34
|
+
### Deprecations
|
|
35
|
+
|
|
36
|
+
* `Python 3.9` is deprecated.
|
|
37
|
+
|
|
3
38
|
## 1.17.0
|
|
4
39
|
|
|
5
40
|
### Bug Fixes
|
|
@@ -21,6 +56,8 @@
|
|
|
21
56
|
* Jobs submitted using v2 will automatically use the latest Container Runtime image
|
|
22
57
|
* v1 behavior can be restored by setting environment variable `MLRS_USE_SUBMIT_JOB_V2` to `false`
|
|
23
58
|
|
|
59
|
+
### Deprecations
|
|
60
|
+
|
|
24
61
|
## 1.16.0
|
|
25
62
|
|
|
26
63
|
### Bug Fixes
|
{snowflake_ml_python-1.17.0/snowflake_ml_python.egg-info → snowflake_ml_python-1.19.0}/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.19.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:
|
|
@@ -253,7 +253,7 @@ Requires-Dist: s3fs<2026,>=2024.6.1
|
|
|
253
253
|
Requires-Dist: scikit-learn<1.8
|
|
254
254
|
Requires-Dist: scipy<2,>=1.9
|
|
255
255
|
Requires-Dist: shap<1,>=0.46.0
|
|
256
|
-
Requires-Dist: snowflake-connector-python[pandas]<4,>=3.17.
|
|
256
|
+
Requires-Dist: snowflake-connector-python[pandas]<4,>=3.17.3
|
|
257
257
|
Requires-Dist: snowflake-snowpark-python!=1.26.0,<2,>=1.17.0
|
|
258
258
|
Requires-Dist: snowflake.core<2,>=1.0.2
|
|
259
259
|
Requires-Dist: sqlparse<1,>=0.4
|
|
@@ -266,6 +266,7 @@ Requires-Dist: catboost<2,>=1.2.0; extra == "all"
|
|
|
266
266
|
Requires-Dist: keras<4,>=2.0.0; extra == "all"
|
|
267
267
|
Requires-Dist: lightgbm<5,>=4.1.0; extra == "all"
|
|
268
268
|
Requires-Dist: mlflow<3,>=2.16.0; extra == "all"
|
|
269
|
+
Requires-Dist: prophet<2,>=1.1.0; extra == "all"
|
|
269
270
|
Requires-Dist: sentence-transformers<4,>=2.7.0; extra == "all"
|
|
270
271
|
Requires-Dist: sentencepiece<0.2.0,>=0.1.95; extra == "all"
|
|
271
272
|
Requires-Dist: streamlit<2,>=1.30.0; extra == "all"
|
|
@@ -284,8 +285,18 @@ Requires-Dist: tensorflow<3,>=2.17.0; extra == "keras"
|
|
|
284
285
|
Requires-Dist: torch<3,>=2.0.1; extra == "keras"
|
|
285
286
|
Provides-Extra: lightgbm
|
|
286
287
|
Requires-Dist: lightgbm<5,>=4.1.0; extra == "lightgbm"
|
|
288
|
+
Provides-Extra: llm
|
|
289
|
+
Requires-Dist: mlflow<3,>=2.16.0; extra == "llm"
|
|
290
|
+
Requires-Dist: sentence-transformers<4,>=2.7.0; extra == "llm"
|
|
291
|
+
Requires-Dist: sentencepiece<0.2.0,>=0.1.95; extra == "llm"
|
|
292
|
+
Requires-Dist: tokenizers<1,>=0.15.1; extra == "llm"
|
|
293
|
+
Requires-Dist: torch<3,>=2.0.1; extra == "llm"
|
|
294
|
+
Requires-Dist: torchdata<1,>=0.4; extra == "llm"
|
|
295
|
+
Requires-Dist: transformers!=4.51.3,<5,>=4.39.3; extra == "llm"
|
|
287
296
|
Provides-Extra: mlflow
|
|
288
297
|
Requires-Dist: mlflow<3,>=2.16.0; extra == "mlflow"
|
|
298
|
+
Provides-Extra: prophet
|
|
299
|
+
Requires-Dist: prophet<2,>=1.1.0; extra == "prophet"
|
|
289
300
|
Provides-Extra: streamlit
|
|
290
301
|
Requires-Dist: streamlit<2,>=1.30.0; extra == "streamlit"
|
|
291
302
|
Provides-Extra: tensorflow
|
|
@@ -296,9 +307,7 @@ Requires-Dist: torchdata<1,>=0.4; extra == "torch"
|
|
|
296
307
|
Provides-Extra: transformers
|
|
297
308
|
Requires-Dist: sentence-transformers<4,>=2.7.0; extra == "transformers"
|
|
298
309
|
Requires-Dist: sentencepiece<0.2.0,>=0.1.95; extra == "transformers"
|
|
299
|
-
Requires-Dist: tokenizers<1,>=0.15.1; extra == "transformers"
|
|
300
310
|
Requires-Dist: torch<3,>=2.0.1; extra == "transformers"
|
|
301
|
-
Requires-Dist: transformers!=4.51.3,<5,>=4.39.3; extra == "transformers"
|
|
302
311
|
Dynamic: license-file
|
|
303
312
|
|
|
304
313
|
# Snowflake ML Python
|
|
@@ -406,6 +415,41 @@ NOTE: Version 1.7.0 is used as example here. Please choose the the latest versio
|
|
|
406
415
|
|
|
407
416
|
# Release History
|
|
408
417
|
|
|
418
|
+
## 1.19.0
|
|
419
|
+
|
|
420
|
+
### Bug Fixes
|
|
421
|
+
|
|
422
|
+
* Experiment Tracking (PrPr): No longer throw an exception in `list_artifacts` when run does not have artifacts.
|
|
423
|
+
* Registry: Fix `get_version_by_alias`: now requires an exact match of snowflake identifier.
|
|
424
|
+
|
|
425
|
+
### Behavior Changes
|
|
426
|
+
|
|
427
|
+
### New Features
|
|
428
|
+
|
|
429
|
+
* Online feature serving in Feature Store is in public preview.
|
|
430
|
+
* Experiment Tracking (`snowflake.ml.experiment`) is in public preview.
|
|
431
|
+
|
|
432
|
+
### Deprecations
|
|
433
|
+
|
|
434
|
+
## 1.18.0
|
|
435
|
+
|
|
436
|
+
### Bug Fixes
|
|
437
|
+
|
|
438
|
+
* Registry: The create_service API now validates that a model has a GPU runtime configuration and will throw a
|
|
439
|
+
descriptive error if the configuration is missing.
|
|
440
|
+
|
|
441
|
+
### Behavior Changes
|
|
442
|
+
|
|
443
|
+
### New Features
|
|
444
|
+
|
|
445
|
+
* Registry (PrPr): Introducing `ModelVersion.run_batch` for batch inference in Snowpark Container Services.
|
|
446
|
+
* Experiment Tracking (PrPr): Added `version_name` argument to the autologging callbacks
|
|
447
|
+
to specify the version name for the autologged model.
|
|
448
|
+
|
|
449
|
+
### Deprecations
|
|
450
|
+
|
|
451
|
+
* `Python 3.9` is deprecated.
|
|
452
|
+
|
|
409
453
|
## 1.17.0
|
|
410
454
|
|
|
411
455
|
### Bug Fixes
|
|
@@ -427,6 +471,8 @@ NOTE: Version 1.7.0 is used as example here. Please choose the the latest versio
|
|
|
427
471
|
* Jobs submitted using v2 will automatically use the latest Container Runtime image
|
|
428
472
|
* v1 behavior can be restored by setting environment variable `MLRS_USE_SUBMIT_JOB_V2` to `false`
|
|
429
473
|
|
|
474
|
+
### Deprecations
|
|
475
|
+
|
|
430
476
|
## 1.16.0
|
|
431
477
|
|
|
432
478
|
### Bug Fixes
|
|
@@ -8,7 +8,7 @@ description = "The machine learning client library that is used for interacting
|
|
|
8
8
|
classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: Other Environment", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Topic :: Database", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Scientific/Engineering :: Information Analysis",]
|
|
9
9
|
requires-python = ">=3.9, <3.13"
|
|
10
10
|
dynamic = [ "version", "readme",]
|
|
11
|
-
dependencies = [ "anyio>=3.5.0,<5", "cachetools>=3.1.1,<6", "cloudpickle>=2.0.0", "cryptography", "fsspec[http]>=2024.6.1,<2026", "importlib_resources>=6.1.1, <7", "numpy>=1.23,<3", "packaging>=20.9,<25", "pandas>=2.1.4,<3", "platformdirs<5", "pyarrow<19.0.0", "pydantic>=2.8.2, <3", "pyjwt>=2.0.0, <3", "pytimeparse>=1.1.8,<2", "pyyaml>=6.0,<7", "retrying>=1.3.3,<2", "s3fs>=2024.6.1,<2026", "scikit-learn<1.8", "scipy>=1.9,<2", "shap>=0.46.0,<1", "snowflake-connector-python[pandas]>=3.17.
|
|
11
|
+
dependencies = [ "anyio>=3.5.0,<5", "cachetools>=3.1.1,<6", "cloudpickle>=2.0.0", "cryptography", "fsspec[http]>=2024.6.1,<2026", "importlib_resources>=6.1.1, <7", "numpy>=1.23,<3", "packaging>=20.9,<25", "pandas>=2.1.4,<3", "platformdirs<5", "pyarrow<19.0.0", "pydantic>=2.8.2, <3", "pyjwt>=2.0.0, <3", "pytimeparse>=1.1.8,<2", "pyyaml>=6.0,<7", "retrying>=1.3.3,<2", "s3fs>=2024.6.1,<2026", "scikit-learn<1.8", "scipy>=1.9,<2", "shap>=0.46.0,<1", "snowflake-connector-python[pandas]>=3.17.3,<4", "snowflake-snowpark-python>=1.17.0,<2,!=1.26.0", "snowflake.core>=1.0.2,<2", "sqlparse>=0.4,<1", "tqdm<5", "typing-extensions>=4.1.0,<5", "xgboost<4",]
|
|
12
12
|
[[project.authors]]
|
|
13
13
|
name = "Snowflake, Inc"
|
|
14
14
|
email = "support@snowflake.com"
|
|
@@ -24,16 +24,18 @@ Issues = "https://github.com/snowflakedb/snowflake-ml-python/issues"
|
|
|
24
24
|
Changelog = "https://github.com/snowflakedb/snowflake-ml-python/blob/master/CHANGELOG.md"
|
|
25
25
|
|
|
26
26
|
[project.optional-dependencies]
|
|
27
|
-
all = [ "altair>=5,<6", "catboost>=1.2.0, <2", "keras>=2.0.0,<4", "lightgbm>=4.1.0, <5", "mlflow>=2.16.0, <3", "sentence-transformers>=2.7.0,<4", "sentencepiece>=0.1.95,<0.2.0", "streamlit>=1.30.0,<2", "tensorflow>=2.17.0,<3", "tokenizers>=0.15.1,<1", "torch>=2.0.1,<3", "torchdata>=0.4,<1", "transformers>=4.39.3,<5,!=4.51.3",]
|
|
27
|
+
all = [ "altair>=5,<6", "catboost>=1.2.0, <2", "keras>=2.0.0,<4", "lightgbm>=4.1.0, <5", "mlflow>=2.16.0, <3", "prophet>=1.1.0, <2", "sentence-transformers>=2.7.0,<4", "sentencepiece>=0.1.95,<0.2.0", "streamlit>=1.30.0,<2", "tensorflow>=2.17.0,<3", "tokenizers>=0.15.1,<1", "torch>=2.0.1,<3", "torchdata>=0.4,<1", "transformers>=4.39.3,<5,!=4.51.3",]
|
|
28
28
|
altair = [ "altair>=5,<6",]
|
|
29
29
|
catboost = [ "catboost>=1.2.0, <2",]
|
|
30
30
|
keras = [ "keras>=2.0.0,<4", "tensorflow>=2.17.0,<3", "torch>=2.0.1,<3",]
|
|
31
31
|
lightgbm = [ "lightgbm>=4.1.0, <5",]
|
|
32
|
+
llm = [ "mlflow>=2.16.0, <3", "sentence-transformers>=2.7.0,<4", "sentencepiece>=0.1.95,<0.2.0", "tokenizers>=0.15.1,<1", "torch>=2.0.1,<3", "torchdata>=0.4,<1", "transformers>=4.39.3,<5,!=4.51.3",]
|
|
32
33
|
mlflow = [ "mlflow>=2.16.0, <3",]
|
|
34
|
+
prophet = [ "prophet>=1.1.0, <2",]
|
|
33
35
|
streamlit = [ "streamlit>=1.30.0,<2",]
|
|
34
36
|
tensorflow = [ "tensorflow>=2.17.0,<3",]
|
|
35
37
|
torch = [ "torch>=2.0.1,<3", "torchdata>=0.4,<1",]
|
|
36
|
-
transformers = [ "sentence-transformers>=2.7.0,<4", "sentencepiece>=0.1.95,<0.2.0", "
|
|
38
|
+
transformers = [ "sentence-transformers>=2.7.0,<4", "sentencepiece>=0.1.95,<0.2.0", "torch>=2.0.1,<3",]
|
|
37
39
|
|
|
38
40
|
[tool.setuptools.package-data]
|
|
39
41
|
"*" = [ "*",]
|
{snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/_internal/telemetry.py
RENAMED
|
@@ -73,6 +73,7 @@ def _get_snowflake_connection() -> Optional[connector.SnowflakeConnection]:
|
|
|
73
73
|
class TelemetryProject(enum.Enum):
|
|
74
74
|
MLOPS = "MLOps"
|
|
75
75
|
MODELING = "ModelDevelopment"
|
|
76
|
+
EXPERIMENT_TRACKING = "ExperimentTracking"
|
|
76
77
|
# TODO: Update with remaining projects.
|
|
77
78
|
|
|
78
79
|
|
|
@@ -464,14 +465,14 @@ def send_api_usage_telemetry(
|
|
|
464
465
|
|
|
465
466
|
# noqa: DAR402
|
|
466
467
|
"""
|
|
467
|
-
start_time = time.perf_counter()
|
|
468
|
-
|
|
469
468
|
if subproject is not None and subproject_extractor is not None:
|
|
470
469
|
raise ValueError("Specifying both subproject and subproject_extractor is not allowed")
|
|
471
470
|
|
|
472
471
|
def decorator(func: Callable[_Args, _ReturnValue]) -> Callable[_Args, _ReturnValue]:
|
|
473
472
|
@functools.wraps(func)
|
|
474
473
|
def wrap(*args: Any, **kwargs: Any) -> _ReturnValue:
|
|
474
|
+
start_time = time.perf_counter()
|
|
475
|
+
|
|
475
476
|
params = _get_func_params(func, func_params_to_log, args, kwargs) if func_params_to_log else None
|
|
476
477
|
|
|
477
478
|
api_calls: list[Union[dict[str, Union[Callable[..., Any], str]], Callable[..., Any], str]] = []
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
from typing import Optional
|
|
2
2
|
|
|
3
|
+
from snowflake.ml._internal import telemetry
|
|
3
4
|
from snowflake.ml._internal.utils import query_result_checker, sql_identifier
|
|
4
5
|
from snowflake.ml.experiment._client import artifact
|
|
5
6
|
from snowflake.ml.model._client.sql import _base
|
|
6
7
|
from snowflake.ml.utils import sql_client
|
|
7
8
|
from snowflake.snowpark import file_operation, row, session
|
|
8
9
|
|
|
10
|
+
RUN_NAME_COL_NAME = "name"
|
|
11
|
+
RUN_METADATA_COL_NAME = "metadata"
|
|
9
12
|
|
|
10
|
-
class ExperimentTrackingSQLClient(_base._BaseSQLClient):
|
|
11
|
-
|
|
12
|
-
RUN_NAME_COL_NAME = "name"
|
|
13
|
-
RUN_METADATA_COL_NAME = "metadata"
|
|
14
13
|
|
|
14
|
+
class ExperimentTrackingSQLClient(_base._BaseSQLClient):
|
|
15
15
|
def __init__(
|
|
16
16
|
self,
|
|
17
17
|
session: session.Session,
|
|
@@ -28,6 +28,7 @@ class ExperimentTrackingSQLClient(_base._BaseSQLClient):
|
|
|
28
28
|
"""
|
|
29
29
|
super().__init__(session, database_name=database_name, schema_name=schema_name)
|
|
30
30
|
|
|
31
|
+
@telemetry.send_api_usage_telemetry(project=telemetry.TelemetryProject.EXPERIMENT_TRACKING.value)
|
|
31
32
|
def create_experiment(
|
|
32
33
|
self,
|
|
33
34
|
experiment_name: sql_identifier.SqlIdentifier,
|
|
@@ -39,24 +40,21 @@ class ExperimentTrackingSQLClient(_base._BaseSQLClient):
|
|
|
39
40
|
self._session, f"CREATE EXPERIMENT {if_not_exists_sql} {experiment_fqn}"
|
|
40
41
|
).has_dimensions(expected_rows=1, expected_cols=1).validate()
|
|
41
42
|
|
|
43
|
+
@telemetry.send_api_usage_telemetry(project=telemetry.TelemetryProject.EXPERIMENT_TRACKING.value)
|
|
42
44
|
def drop_experiment(self, *, experiment_name: sql_identifier.SqlIdentifier) -> None:
|
|
43
45
|
experiment_fqn = self.fully_qualified_object_name(self._database_name, self._schema_name, experiment_name)
|
|
44
46
|
query_result_checker.SqlResultValidator(self._session, f"DROP EXPERIMENT {experiment_fqn}").has_dimensions(
|
|
45
47
|
expected_rows=1, expected_cols=1
|
|
46
48
|
).validate()
|
|
47
49
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
*,
|
|
51
|
-
experiment_name: sql_identifier.SqlIdentifier,
|
|
52
|
-
run_name: sql_identifier.SqlIdentifier,
|
|
53
|
-
live: bool = True,
|
|
54
|
-
) -> None:
|
|
50
|
+
@telemetry.send_api_usage_telemetry(project=telemetry.TelemetryProject.EXPERIMENT_TRACKING.value)
|
|
51
|
+
def add_run(self, *, experiment_name: sql_identifier.SqlIdentifier, run_name: sql_identifier.SqlIdentifier) -> None:
|
|
55
52
|
experiment_fqn = self.fully_qualified_object_name(self._database_name, self._schema_name, experiment_name)
|
|
56
53
|
query_result_checker.SqlResultValidator(
|
|
57
|
-
self._session, f"ALTER EXPERIMENT {experiment_fqn} ADD
|
|
54
|
+
self._session, f"ALTER EXPERIMENT {experiment_fqn} ADD RUN {run_name}"
|
|
58
55
|
).has_dimensions(expected_rows=1, expected_cols=1).validate()
|
|
59
56
|
|
|
57
|
+
@telemetry.send_api_usage_telemetry(project=telemetry.TelemetryProject.EXPERIMENT_TRACKING.value)
|
|
60
58
|
def commit_run(
|
|
61
59
|
self,
|
|
62
60
|
*,
|
|
@@ -68,6 +66,7 @@ class ExperimentTrackingSQLClient(_base._BaseSQLClient):
|
|
|
68
66
|
self._session, f"ALTER EXPERIMENT {experiment_fqn} COMMIT RUN {run_name}"
|
|
69
67
|
).has_dimensions(expected_rows=1, expected_cols=1).validate()
|
|
70
68
|
|
|
69
|
+
@telemetry.send_api_usage_telemetry(project=telemetry.TelemetryProject.EXPERIMENT_TRACKING.value)
|
|
71
70
|
def drop_run(
|
|
72
71
|
self, *, experiment_name: sql_identifier.SqlIdentifier, run_name: sql_identifier.SqlIdentifier
|
|
73
72
|
) -> None:
|
|
@@ -76,6 +75,7 @@ class ExperimentTrackingSQLClient(_base._BaseSQLClient):
|
|
|
76
75
|
self._session, f"ALTER EXPERIMENT {experiment_fqn} DROP RUN {run_name}"
|
|
77
76
|
).has_dimensions(expected_rows=1, expected_cols=1).validate()
|
|
78
77
|
|
|
78
|
+
@telemetry.send_api_usage_telemetry(project=telemetry.TelemetryProject.EXPERIMENT_TRACKING.value)
|
|
79
79
|
def modify_run_add_metrics(
|
|
80
80
|
self,
|
|
81
81
|
*,
|
|
@@ -89,6 +89,7 @@ class ExperimentTrackingSQLClient(_base._BaseSQLClient):
|
|
|
89
89
|
f"ALTER EXPERIMENT {experiment_fqn} MODIFY RUN {run_name} ADD METRICS=$${metrics}$$",
|
|
90
90
|
).has_dimensions(expected_rows=1, expected_cols=1).validate()
|
|
91
91
|
|
|
92
|
+
@telemetry.send_api_usage_telemetry(project=telemetry.TelemetryProject.EXPERIMENT_TRACKING.value)
|
|
92
93
|
def modify_run_add_params(
|
|
93
94
|
self,
|
|
94
95
|
*,
|
|
@@ -102,6 +103,7 @@ class ExperimentTrackingSQLClient(_base._BaseSQLClient):
|
|
|
102
103
|
f"ALTER EXPERIMENT {experiment_fqn} MODIFY RUN {run_name} ADD PARAMETERS=$${params}$$",
|
|
103
104
|
).has_dimensions(expected_rows=1, expected_cols=1).validate()
|
|
104
105
|
|
|
106
|
+
@telemetry.send_api_usage_telemetry(project=telemetry.TelemetryProject.EXPERIMENT_TRACKING.value)
|
|
105
107
|
def put_artifact(
|
|
106
108
|
self,
|
|
107
109
|
*,
|
|
@@ -118,6 +120,7 @@ class ExperimentTrackingSQLClient(_base._BaseSQLClient):
|
|
|
118
120
|
auto_compress=auto_compress,
|
|
119
121
|
)[0]
|
|
120
122
|
|
|
123
|
+
@telemetry.send_api_usage_telemetry(project=telemetry.TelemetryProject.EXPERIMENT_TRACKING.value)
|
|
121
124
|
def list_artifacts(
|
|
122
125
|
self,
|
|
123
126
|
*,
|
|
@@ -125,13 +128,7 @@ class ExperimentTrackingSQLClient(_base._BaseSQLClient):
|
|
|
125
128
|
run_name: sql_identifier.SqlIdentifier,
|
|
126
129
|
artifact_path: str,
|
|
127
130
|
) -> list[artifact.ArtifactInfo]:
|
|
128
|
-
results = (
|
|
129
|
-
query_result_checker.SqlResultValidator(
|
|
130
|
-
self._session, f"LIST {self._build_snow_uri(experiment_name, run_name, artifact_path)}"
|
|
131
|
-
)
|
|
132
|
-
.has_dimensions(expected_cols=4)
|
|
133
|
-
.validate()
|
|
134
|
-
)
|
|
131
|
+
results = self._session.sql(f"LIST {self._build_snow_uri(experiment_name, run_name, artifact_path)}").collect()
|
|
135
132
|
return [
|
|
136
133
|
artifact.ArtifactInfo(
|
|
137
134
|
name=str(result.name).removeprefix(f"/versions/{run_name}/"),
|
|
@@ -142,6 +139,7 @@ class ExperimentTrackingSQLClient(_base._BaseSQLClient):
|
|
|
142
139
|
for result in results
|
|
143
140
|
]
|
|
144
141
|
|
|
142
|
+
@telemetry.send_api_usage_telemetry(project=telemetry.TelemetryProject.EXPERIMENT_TRACKING.value)
|
|
145
143
|
def get_artifact(
|
|
146
144
|
self,
|
|
147
145
|
*,
|
|
@@ -155,6 +153,7 @@ class ExperimentTrackingSQLClient(_base._BaseSQLClient):
|
|
|
155
153
|
target_directory=target_path,
|
|
156
154
|
)[0]
|
|
157
155
|
|
|
156
|
+
@telemetry.send_api_usage_telemetry(project=telemetry.TelemetryProject.EXPERIMENT_TRACKING.value)
|
|
158
157
|
def show_runs_in_experiment(
|
|
159
158
|
self, *, experiment_name: sql_identifier.SqlIdentifier, like: Optional[str] = None
|
|
160
159
|
) -> list[row.Row]:
|
{snowflake_ml_python-1.17.0 → snowflake_ml_python-1.19.0}/snowflake/ml/experiment/callback/keras.py
RENAMED
|
@@ -20,6 +20,7 @@ class SnowflakeKerasCallback(keras.callbacks.Callback):
|
|
|
20
20
|
log_params: bool = True,
|
|
21
21
|
log_every_n_epochs: int = 1,
|
|
22
22
|
model_name: Optional[str] = None,
|
|
23
|
+
version_name: Optional[str] = None,
|
|
23
24
|
model_signature: Optional["ModelSignature"] = None,
|
|
24
25
|
) -> None:
|
|
25
26
|
self._experiment_tracking = experiment_tracking
|
|
@@ -30,6 +31,7 @@ class SnowflakeKerasCallback(keras.callbacks.Callback):
|
|
|
30
31
|
raise ValueError("`log_every_n_epochs` must be positive.")
|
|
31
32
|
self.log_every_n_epochs = log_every_n_epochs
|
|
32
33
|
self.model_name = model_name
|
|
34
|
+
self.version_name = version_name
|
|
33
35
|
self.model_signature = model_signature
|
|
34
36
|
|
|
35
37
|
def on_train_begin(self, logs: Optional[dict[str, Any]] = None) -> None:
|
|
@@ -59,5 +61,6 @@ class SnowflakeKerasCallback(keras.callbacks.Callback):
|
|
|
59
61
|
self._experiment_tracking.log_model( # type: ignore[call-arg]
|
|
60
62
|
model=self.model,
|
|
61
63
|
model_name=model_name,
|
|
64
|
+
version_name=self.version_name,
|
|
62
65
|
signatures={"predict": self.model_signature},
|
|
63
66
|
)
|
|
@@ -17,6 +17,7 @@ class SnowflakeLightgbmCallback(lgb.callback._RecordEvaluationCallback):
|
|
|
17
17
|
log_params: bool = True,
|
|
18
18
|
log_every_n_epochs: int = 1,
|
|
19
19
|
model_name: Optional[str] = None,
|
|
20
|
+
version_name: Optional[str] = None,
|
|
20
21
|
model_signature: Optional["ModelSignature"] = None,
|
|
21
22
|
) -> None:
|
|
22
23
|
self._experiment_tracking = experiment_tracking
|
|
@@ -27,6 +28,7 @@ class SnowflakeLightgbmCallback(lgb.callback._RecordEvaluationCallback):
|
|
|
27
28
|
raise ValueError("`log_every_n_epochs` must be positive.")
|
|
28
29
|
self.log_every_n_epochs = log_every_n_epochs
|
|
29
30
|
self.model_name = model_name
|
|
31
|
+
self.version_name = version_name
|
|
30
32
|
self.model_signature = model_signature
|
|
31
33
|
|
|
32
34
|
super().__init__(eval_result={})
|
|
@@ -50,6 +52,7 @@ class SnowflakeLightgbmCallback(lgb.callback._RecordEvaluationCallback):
|
|
|
50
52
|
self._experiment_tracking.log_model( # type: ignore[call-arg]
|
|
51
53
|
model=env.model,
|
|
52
54
|
model_name=model_name,
|
|
55
|
+
version_name=self.version_name,
|
|
53
56
|
signatures={"predict": self.model_signature},
|
|
54
57
|
)
|
|
55
58
|
else:
|
|
@@ -20,6 +20,7 @@ class SnowflakeXgboostCallback(xgb.callback.TrainingCallback):
|
|
|
20
20
|
log_params: bool = True,
|
|
21
21
|
log_every_n_epochs: int = 1,
|
|
22
22
|
model_name: Optional[str] = None,
|
|
23
|
+
version_name: Optional[str] = None,
|
|
23
24
|
model_signature: Optional["ModelSignature"] = None,
|
|
24
25
|
) -> None:
|
|
25
26
|
self._experiment_tracking = experiment_tracking
|
|
@@ -30,6 +31,7 @@ class SnowflakeXgboostCallback(xgb.callback.TrainingCallback):
|
|
|
30
31
|
raise ValueError("`log_every_n_epochs` must be positive.")
|
|
31
32
|
self.log_every_n_epochs = log_every_n_epochs
|
|
32
33
|
self.model_name = model_name
|
|
34
|
+
self.version_name = version_name
|
|
33
35
|
self.model_signature = model_signature
|
|
34
36
|
|
|
35
37
|
def before_training(self, model: xgb.Booster) -> xgb.Booster:
|
|
@@ -61,6 +63,7 @@ class SnowflakeXgboostCallback(xgb.callback.TrainingCallback):
|
|
|
61
63
|
self._experiment_tracking.log_model( # type: ignore[call-arg]
|
|
62
64
|
model=model,
|
|
63
65
|
model_name=model_name,
|
|
66
|
+
version_name=self.version_name,
|
|
64
67
|
signatures={"predict": self.model_signature},
|
|
65
68
|
)
|
|
66
69
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import functools
|
|
2
2
|
import json
|
|
3
3
|
import sys
|
|
4
|
-
from typing import Any,
|
|
4
|
+
from typing import Any, Optional, Union
|
|
5
5
|
from urllib.parse import quote
|
|
6
6
|
|
|
7
7
|
from snowflake import snowpark
|
|
8
8
|
from snowflake.ml import model as ml_model, registry
|
|
9
9
|
from snowflake.ml._internal.human_readable_id import hrid_generator
|
|
10
|
-
from snowflake.ml._internal.utils import
|
|
10
|
+
from snowflake.ml._internal.utils import connection_params, sql_identifier
|
|
11
11
|
from snowflake.ml.experiment import (
|
|
12
12
|
_entities as entities,
|
|
13
13
|
_experiment_info as experiment_info,
|
|
@@ -21,34 +21,12 @@ from snowflake.ml.utils import sql_client as sql_client_utils
|
|
|
21
21
|
|
|
22
22
|
DEFAULT_EXPERIMENT_NAME = sql_identifier.SqlIdentifier("DEFAULT")
|
|
23
23
|
|
|
24
|
-
P = ParamSpec("P")
|
|
25
|
-
T = TypeVar("T")
|
|
26
24
|
|
|
27
|
-
|
|
28
|
-
def _restore_session(
|
|
29
|
-
func: Callable[Concatenate["ExperimentTracking", P], T],
|
|
30
|
-
) -> Callable[Concatenate["ExperimentTracking", P], T]:
|
|
31
|
-
@functools.wraps(func)
|
|
32
|
-
def wrapper(self: "ExperimentTracking", /, *args: P.args, **kwargs: P.kwargs) -> T:
|
|
33
|
-
if self._session is None:
|
|
34
|
-
if self._session_state is None:
|
|
35
|
-
raise RuntimeError(
|
|
36
|
-
f"Session is not set before calling {func.__name__}, and there is no session state to restore from"
|
|
37
|
-
)
|
|
38
|
-
self._set_session(self._session_state)
|
|
39
|
-
if self._session is None:
|
|
40
|
-
raise RuntimeError(f"Failed to restore session before calling {func.__name__}")
|
|
41
|
-
return func(self, *args, **kwargs)
|
|
42
|
-
|
|
43
|
-
return wrapper
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
class ExperimentTracking(mixins.SerializableSessionMixin):
|
|
25
|
+
class ExperimentTracking:
|
|
47
26
|
"""
|
|
48
27
|
Class to manage experiments in Snowflake.
|
|
49
28
|
"""
|
|
50
29
|
|
|
51
|
-
@snowpark._internal.utils.private_preview(version="1.9.1")
|
|
52
30
|
def __init__(
|
|
53
31
|
self,
|
|
54
32
|
session: snowpark.Session,
|
|
@@ -93,10 +71,7 @@ class ExperimentTracking(mixins.SerializableSessionMixin):
|
|
|
93
71
|
database_name=self._database_name,
|
|
94
72
|
schema_name=self._schema_name,
|
|
95
73
|
)
|
|
96
|
-
self._session
|
|
97
|
-
# Used to store information about the session if the session could not be restored during unpickling
|
|
98
|
-
# _session_state is None if and only if _session is not None
|
|
99
|
-
self._session_state: Optional[mixins._SessionState] = None
|
|
74
|
+
self._session = session
|
|
100
75
|
|
|
101
76
|
# The experiment in context
|
|
102
77
|
self._experiment: Optional[entities.Experiment] = None
|
|
@@ -104,35 +79,40 @@ class ExperimentTracking(mixins.SerializableSessionMixin):
|
|
|
104
79
|
self._run: Optional[entities.Run] = None
|
|
105
80
|
|
|
106
81
|
def __getstate__(self) -> dict[str, Any]:
|
|
107
|
-
|
|
82
|
+
parent_state = (
|
|
83
|
+
super().__getstate__() # type: ignore[misc] # object.__getstate__ appears in 3.11
|
|
84
|
+
if hasattr(super(), "__getstate__")
|
|
85
|
+
else self.__dict__
|
|
86
|
+
)
|
|
87
|
+
state = dict(parent_state) # Create a copy so we can safely modify the state
|
|
88
|
+
|
|
108
89
|
# Remove unpicklable attributes
|
|
90
|
+
state["_session"] = None
|
|
109
91
|
state["_sql_client"] = None
|
|
110
92
|
state["_registry"] = None
|
|
111
93
|
return state
|
|
112
94
|
|
|
113
|
-
def
|
|
114
|
-
|
|
115
|
-
super().
|
|
116
|
-
assert self._session is not None
|
|
117
|
-
except (snowpark.exceptions.SnowparkSessionException, AssertionError):
|
|
118
|
-
# If session was not set, store the session state
|
|
119
|
-
self._session = None
|
|
120
|
-
self._session_state = session_state
|
|
95
|
+
def __setstate__(self, state: dict[str, Any]) -> None:
|
|
96
|
+
if hasattr(super(), "__setstate__"):
|
|
97
|
+
super().__setstate__(state) # type: ignore[misc]
|
|
121
98
|
else:
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
self.
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
99
|
+
self.__dict__.update(state)
|
|
100
|
+
|
|
101
|
+
# Restore unpicklable attributes
|
|
102
|
+
options: dict[str, Any] = connection_params.SnowflakeLoginOptions()
|
|
103
|
+
options["client_session_keep_alive"] = True # Needed for long-running training jobs
|
|
104
|
+
self._session = snowpark.Session.builder.configs(options).getOrCreate()
|
|
105
|
+
self._sql_client = sql_client.ExperimentTrackingSQLClient(
|
|
106
|
+
session=self._session,
|
|
107
|
+
database_name=self._database_name,
|
|
108
|
+
schema_name=self._schema_name,
|
|
109
|
+
)
|
|
110
|
+
self._registry = registry.Registry(
|
|
111
|
+
session=self._session,
|
|
112
|
+
database_name=self._database_name,
|
|
113
|
+
schema_name=self._schema_name,
|
|
114
|
+
)
|
|
134
115
|
|
|
135
|
-
@_restore_session
|
|
136
116
|
def set_experiment(
|
|
137
117
|
self,
|
|
138
118
|
experiment_name: str,
|
|
@@ -157,7 +137,6 @@ class ExperimentTracking(mixins.SerializableSessionMixin):
|
|
|
157
137
|
self._run = None
|
|
158
138
|
return self._experiment
|
|
159
139
|
|
|
160
|
-
@_restore_session
|
|
161
140
|
def delete_experiment(
|
|
162
141
|
self,
|
|
163
142
|
experiment_name: str,
|
|
@@ -174,10 +153,8 @@ class ExperimentTracking(mixins.SerializableSessionMixin):
|
|
|
174
153
|
self._run = None
|
|
175
154
|
|
|
176
155
|
@functools.wraps(registry.Registry.log_model)
|
|
177
|
-
@_restore_session
|
|
178
156
|
def log_model(
|
|
179
157
|
self,
|
|
180
|
-
/, # self needs to be a positional argument to stop mypy from complaining
|
|
181
158
|
model: Union[type_hints.SupportedModelType, ml_model.ModelVersion],
|
|
182
159
|
*,
|
|
183
160
|
model_name: str,
|
|
@@ -187,29 +164,40 @@ class ExperimentTracking(mixins.SerializableSessionMixin):
|
|
|
187
164
|
with experiment_info.ExperimentInfoPatcher(experiment_info=run._get_experiment_info()):
|
|
188
165
|
return self._registry.log_model(model, model_name=model_name, **kwargs)
|
|
189
166
|
|
|
190
|
-
@_restore_session
|
|
191
167
|
def start_run(
|
|
192
168
|
self,
|
|
193
169
|
run_name: Optional[str] = None,
|
|
194
170
|
) -> entities.Run:
|
|
195
171
|
"""
|
|
196
|
-
Start a new run.
|
|
172
|
+
Start a new run. If a run name of an existing run is provided, resumes the run if it is running.
|
|
197
173
|
|
|
198
174
|
Args:
|
|
199
175
|
run_name: The name of the run. If None, a default name will be generated.
|
|
200
176
|
|
|
201
177
|
Returns:
|
|
202
|
-
Run: The run that was started.
|
|
178
|
+
Run: The run that was started or resumed.
|
|
203
179
|
|
|
204
180
|
Raises:
|
|
205
|
-
RuntimeError: If a run is already active.
|
|
181
|
+
RuntimeError: If a run is already active. If a run with the same name exists but is not running.
|
|
206
182
|
"""
|
|
207
183
|
if self._run:
|
|
208
184
|
raise RuntimeError("A run is already active. Please end the current run before starting a new one.")
|
|
209
185
|
experiment = self._get_or_set_experiment()
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
186
|
+
|
|
187
|
+
if run_name is None:
|
|
188
|
+
run_name = self._generate_run_name(experiment)
|
|
189
|
+
elif runs := self._sql_client.show_runs_in_experiment(experiment_name=experiment.name, like=run_name):
|
|
190
|
+
if "RUNNING" != json.loads(runs[0][sql_client.RUN_METADATA_COL_NAME])["status"]:
|
|
191
|
+
raise RuntimeError(f"Run {run_name} exists but cannot be resumed as it is no longer running.")
|
|
192
|
+
else:
|
|
193
|
+
self._run = entities.Run(
|
|
194
|
+
experiment_tracking=self,
|
|
195
|
+
experiment_name=experiment.name,
|
|
196
|
+
run_name=sql_identifier.SqlIdentifier(run_name),
|
|
197
|
+
)
|
|
198
|
+
return self._run
|
|
199
|
+
|
|
200
|
+
run_name = sql_identifier.SqlIdentifier(run_name)
|
|
213
201
|
self._sql_client.add_run(
|
|
214
202
|
experiment_name=experiment.name,
|
|
215
203
|
run_name=run_name,
|
|
@@ -217,7 +205,6 @@ class ExperimentTracking(mixins.SerializableSessionMixin):
|
|
|
217
205
|
self._run = entities.Run(experiment_tracking=self, experiment_name=experiment.name, run_name=run_name)
|
|
218
206
|
return self._run
|
|
219
207
|
|
|
220
|
-
@_restore_session
|
|
221
208
|
def end_run(self, run_name: Optional[str] = None) -> None:
|
|
222
209
|
"""
|
|
223
210
|
End the current run if no run name is provided. Otherwise, the specified run is ended.
|
|
@@ -247,7 +234,6 @@ class ExperimentTracking(mixins.SerializableSessionMixin):
|
|
|
247
234
|
self._run = None
|
|
248
235
|
self._print_urls(experiment_name=experiment_name, run_name=run_name)
|
|
249
236
|
|
|
250
|
-
@_restore_session
|
|
251
237
|
def delete_run(
|
|
252
238
|
self,
|
|
253
239
|
run_name: str,
|
|
@@ -286,7 +272,6 @@ class ExperimentTracking(mixins.SerializableSessionMixin):
|
|
|
286
272
|
"""
|
|
287
273
|
self.log_metrics(metrics={key: value}, step=step)
|
|
288
274
|
|
|
289
|
-
@_restore_session
|
|
290
275
|
def log_metrics(
|
|
291
276
|
self,
|
|
292
277
|
metrics: dict[str, float],
|
|
@@ -323,7 +308,6 @@ class ExperimentTracking(mixins.SerializableSessionMixin):
|
|
|
323
308
|
"""
|
|
324
309
|
self.log_params({key: value})
|
|
325
310
|
|
|
326
|
-
@_restore_session
|
|
327
311
|
def log_params(
|
|
328
312
|
self,
|
|
329
313
|
params: dict[str, Any],
|
|
@@ -345,7 +329,6 @@ class ExperimentTracking(mixins.SerializableSessionMixin):
|
|
|
345
329
|
params=json.dumps([param.to_dict() for param in params_list]),
|
|
346
330
|
)
|
|
347
331
|
|
|
348
|
-
@_restore_session
|
|
349
332
|
def log_artifact(
|
|
350
333
|
self,
|
|
351
334
|
local_path: str,
|
|
@@ -369,7 +352,6 @@ class ExperimentTracking(mixins.SerializableSessionMixin):
|
|
|
369
352
|
file_path=file_path,
|
|
370
353
|
)
|
|
371
354
|
|
|
372
|
-
@_restore_session
|
|
373
355
|
def list_artifacts(
|
|
374
356
|
self,
|
|
375
357
|
run_name: str,
|
|
@@ -398,7 +380,6 @@ class ExperimentTracking(mixins.SerializableSessionMixin):
|
|
|
398
380
|
artifact_path=artifact_path or "",
|
|
399
381
|
)
|
|
400
382
|
|
|
401
|
-
@_restore_session
|
|
402
383
|
def download_artifacts(
|
|
403
384
|
self,
|
|
404
385
|
run_name: str,
|
|
@@ -440,11 +421,10 @@ class ExperimentTracking(mixins.SerializableSessionMixin):
|
|
|
440
421
|
return self._run
|
|
441
422
|
return self.start_run()
|
|
442
423
|
|
|
443
|
-
@_restore_session
|
|
444
424
|
def _generate_run_name(self, experiment: entities.Experiment) -> sql_identifier.SqlIdentifier:
|
|
445
425
|
generator = hrid_generator.HRID16()
|
|
446
426
|
existing_runs = self._sql_client.show_runs_in_experiment(experiment_name=experiment.name)
|
|
447
|
-
existing_run_names = [row[sql_client.
|
|
427
|
+
existing_run_names = [row[sql_client.RUN_NAME_COL_NAME] for row in existing_runs]
|
|
448
428
|
for _ in range(1000):
|
|
449
429
|
run_name = generator.generate()[1]
|
|
450
430
|
if run_name not in existing_run_names:
|