abacusai 0.52.1__tar.gz → 0.61.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.
Potentially problematic release.
This version of abacusai might be problematic. Click here for more details.
- {abacusai-0.52.1/abacusai.egg-info → abacusai-0.61.0}/PKG-INFO +1 -1
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/__init__.py +2 -1
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/api_class/__init__.py +1 -0
- abacusai-0.61.0/abacusai/api_class/abstract.py +106 -0
- abacusai-0.61.0/abacusai/api_class/enums.py +158 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/api_class/feature_group.py +2 -2
- abacusai-0.61.0/abacusai/api_class/model.py +156 -0
- abacusai-0.61.0/abacusai/api_endpoint.py +29 -0
- abacusai-0.61.0/abacusai/chat_bot_response.py +29 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/client.py +293 -88
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/dataset.py +5 -3
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/embedding_feature_drift_distribution.py +5 -3
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/feature_group.py +31 -3
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/feature_group_version.py +18 -3
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/model.py +7 -4
- abacusai-0.61.0/abacusai/natural_language_explanation.py +31 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/prediction_client.py +126 -43
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/project.py +32 -11
- abacusai-0.61.0/abacusai/public.pem +5 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/python_function.py +17 -0
- abacusai-0.61.0/abacusai/python_function_validator.py +71 -0
- abacusai-0.61.0/abacusai/streaming_client.py +97 -0
- {abacusai-0.52.1 → abacusai-0.61.0/abacusai.egg-info}/PKG-INFO +1 -1
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai.egg-info/SOURCES.txt +6 -1
- {abacusai-0.52.1 → abacusai-0.61.0}/setup.py +1 -1
- abacusai-0.52.1/abacusai/api_class/abstract.py +0 -71
- abacusai-0.52.1/abacusai/api_class/enums.py +0 -22
- abacusai-0.52.1/abacusai/pretrained_use_case.py +0 -37
- abacusai-0.52.1/abacusai/public.pem +0 -5
- {abacusai-0.52.1 → abacusai-0.61.0}/.gitignore +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/LICENSE +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/README.md +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/algorithm.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/annotation.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/annotation_entry.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/annotations_status.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/api_class/dataset.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/api_client_utils.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/api_key.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/application_connector.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/batch_prediction.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/batch_prediction_version.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/code_source.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/concatenation_config.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/cryptography.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/custom_loss_function.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/custom_metric.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/custom_metric_version.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/data_prep_logs.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/data_quality_results.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/database_connector.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/dataset_column.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/dataset_version.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/deployment.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/document.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/document_annotation.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/document_store.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/document_store_import.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/drift_distribution.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/drift_distributions.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/eda.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/eda_chart_description.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/eda_collinearity.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/eda_feature_association.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/eda_version.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/feature.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/feature_group_export.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/feature_group_template.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/feature_importance.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/feature_record.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/file_connector.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/file_connector_verification.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/function_logs.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/graph_dashboard.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/indexing_config.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/item_statistics.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/model_artifacts_export.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/model_location.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/model_metrics.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/model_monitor.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/model_monitor_version.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/model_upload.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/model_version.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/modification_lock_info.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/module.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/monitor_alert.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/nested_feature.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/notebook_completion.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/null_violation.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/organization_group.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/point_in_time_group.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/prediction_dataset.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/prediction_input.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/prediction_metric.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/prediction_metric_version.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/problem_type.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/project_dataset.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/project_validation.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/python_plot_function.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/range_violation.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/refresh_policy.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/refresh_schedule.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/requirements.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/return_class.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/schema.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/streaming_connector.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/training_config_options.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/type_violation.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/upload.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/upload_part.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/use_case.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/use_case_requirements.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/user.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/user_exception.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai/webhook.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/.buildinfo +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/.nojekyll +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/client/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_sources/index.rst.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/basic.css +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/css/badge_only.css +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/css/theme.css +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/doctools.js +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/documentation_options.js +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/file.png +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/graphviz.css +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/jquery.js +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/js/badge_only.js +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/js/theme.js +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/language_data.js +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/minus.png +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/plus.png +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/pygments.css +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/searchtools.js +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/_static/underscore.js +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/algorithm/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/annotation/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/api_class/enums/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/api_class/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/api_client_utils/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/api_key/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/application_connector/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/client/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/code_source/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/cryptography/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/database_connector/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/dataset/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/deployment/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/document/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/document_store/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/eda/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/eda_version/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/feature/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/feature_group/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/feature_record/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/file_connector/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/function_logs/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/model/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/model_location/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/model_upload/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/model_version/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/module/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/null_violation/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/organization_group/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/prediction_client/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/problem_type/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/project/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/project_validation/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/python_function/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/range_violation/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/return_class/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/schema/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/type_violation/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/upload/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/upload_part/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/use_case/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/user/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/user_exception/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/autoapi/abacusai/webhook/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/genindex.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/index.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/objects.inv +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/py-modindex.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/search.html +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/docs/searchindex.js +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/examples/fullscript.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/featurestore.md +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/requirements.txt +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/setup.cfg +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/sphinx/build_docs +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/sphinx/conf.py +0 -0
- {abacusai-0.52.1 → abacusai-0.61.0}/sphinx/index.rst +0 -0
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import dataclasses
|
|
2
|
+
import datetime
|
|
3
|
+
import inspect
|
|
4
|
+
import re
|
|
5
|
+
from abc import ABC
|
|
6
|
+
|
|
7
|
+
from .enums import ApiEnum
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
FIRST_CAP_RE = re.compile('(.)([A-Z][a-z]+)')
|
|
11
|
+
ALL_CAP_RE = re.compile('([a-z0-9])([A-Z])')
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
def camel_case(value):
|
|
15
|
+
if value:
|
|
16
|
+
components = value.split('_')
|
|
17
|
+
return components[0] + ''.join(x.title() for x in components[1:])
|
|
18
|
+
return value
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
def upper_snake_case(value):
|
|
22
|
+
if value:
|
|
23
|
+
s1 = FIRST_CAP_RE.sub(r'\1_\2', value)
|
|
24
|
+
return ALL_CAP_RE.sub(r'\1_\2', s1).upper()
|
|
25
|
+
return value
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
def snake_case(value):
|
|
29
|
+
if value:
|
|
30
|
+
s1 = FIRST_CAP_RE.sub(r'\1_\2', value)
|
|
31
|
+
return ALL_CAP_RE.sub(r'\1_\2', s1).lower()
|
|
32
|
+
return value
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
@dataclasses.dataclass
|
|
36
|
+
class ApiClass(ABC):
|
|
37
|
+
_upper_snake_case_keys: bool = dataclasses.field(default=False, repr=False, init=False)
|
|
38
|
+
_support_kwargs: bool = dataclasses.field(default=False, repr=False, init=False)
|
|
39
|
+
|
|
40
|
+
def __post_init__(self):
|
|
41
|
+
if inspect.isabstract(self):
|
|
42
|
+
raise ValueError(f'Cannot instantiate abstract class {self.__class__.__name__}')
|
|
43
|
+
|
|
44
|
+
def to_dict(self):
|
|
45
|
+
"""
|
|
46
|
+
Standardizes converting an ApiClass to dictionary.
|
|
47
|
+
Keys of response dictionary are converted to camel case.
|
|
48
|
+
This also validates the fields ( type, value, etc ) received in the dictionary.
|
|
49
|
+
"""
|
|
50
|
+
def to_dict_helper(api_class_obj):
|
|
51
|
+
res = {}
|
|
52
|
+
api_class_dict = vars(api_class_obj)
|
|
53
|
+
if self._support_kwargs:
|
|
54
|
+
kwargs = api_class_dict.pop('kwargs', None)
|
|
55
|
+
api_class_dict.update(kwargs or {})
|
|
56
|
+
for k, v in api_class_dict.items():
|
|
57
|
+
if not k.startswith('__'):
|
|
58
|
+
k = upper_snake_case(k) if self._upper_snake_case_keys else camel_case(k)
|
|
59
|
+
if v is not None:
|
|
60
|
+
if isinstance(v, ApiClass):
|
|
61
|
+
res[k] = to_dict_helper(v)
|
|
62
|
+
elif isinstance(v, list):
|
|
63
|
+
res[k] = [to_dict_helper(val) if isinstance(val, ApiClass) else val for val in v]
|
|
64
|
+
elif isinstance(v, dict):
|
|
65
|
+
res[k] = {key: to_dict_helper(val) if isinstance(val, ApiClass) else val for key, val in v.items()}
|
|
66
|
+
elif isinstance(v, datetime.datetime) or isinstance(v, datetime.date):
|
|
67
|
+
res[k] = v.isoformat() if v else v
|
|
68
|
+
else:
|
|
69
|
+
if isinstance(v, ApiEnum):
|
|
70
|
+
res[k] = v.value
|
|
71
|
+
else:
|
|
72
|
+
res[k] = v
|
|
73
|
+
return res
|
|
74
|
+
|
|
75
|
+
return to_dict_helper(self)
|
|
76
|
+
|
|
77
|
+
@classmethod
|
|
78
|
+
def from_dict(cls, input_dict: dict):
|
|
79
|
+
if not cls._upper_snake_case_keys:
|
|
80
|
+
input_dict = {snake_case(k): v for k, v in input_dict.items()}
|
|
81
|
+
return cls(**input_dict)
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
@dataclasses.dataclass
|
|
85
|
+
class _ApiClassFactory(ABC):
|
|
86
|
+
config_abstract_class = None
|
|
87
|
+
config_class_key = None
|
|
88
|
+
config_class_map = {}
|
|
89
|
+
|
|
90
|
+
@classmethod
|
|
91
|
+
def from_dict(cls, config: dict) -> ApiClass:
|
|
92
|
+
support_kwargs = cls.config_abstract_class and cls.config_abstract_class._support_kwargs
|
|
93
|
+
config_class_key = cls.config_class_key if (cls.config_abstract_class and not cls.config_abstract_class._upper_snake_case_keys) else camel_case(cls.config_class_key)
|
|
94
|
+
if not support_kwargs and config_class_key not in (config or {}):
|
|
95
|
+
raise KeyError(f'Could not find {config_class_key} in {config}')
|
|
96
|
+
config_class_type = config.get(config_class_key, None)
|
|
97
|
+
if isinstance(config_class_type, str):
|
|
98
|
+
config_class_type = config_class_type.upper()
|
|
99
|
+
config_class = cls.config_class_map.get(config_class_type)
|
|
100
|
+
if config_class is None and support_kwargs:
|
|
101
|
+
config = {'kwargs': config}
|
|
102
|
+
config_class = cls.config_abstract_class
|
|
103
|
+
if config_class is None:
|
|
104
|
+
raise ValueError(f'Invalid type {config_class_type}')
|
|
105
|
+
|
|
106
|
+
return config_class.from_dict(config)
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class ApiEnum(Enum):
|
|
5
|
+
def __eq__(self, other):
|
|
6
|
+
if isinstance(other, str):
|
|
7
|
+
return self.value.upper() == other.upper()
|
|
8
|
+
elif isinstance(other, int):
|
|
9
|
+
return self.value == other
|
|
10
|
+
elif other is None:
|
|
11
|
+
return self.value == ''
|
|
12
|
+
return super().__eq__(other)
|
|
13
|
+
|
|
14
|
+
def __hash__(self):
|
|
15
|
+
if isinstance(self.value, str):
|
|
16
|
+
return hash(self.value.upper())
|
|
17
|
+
return hash(self.value)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
class ProblemType(ApiEnum):
|
|
21
|
+
USER_ITEM_SCORING = 'affinity'
|
|
22
|
+
ANOMALY_DETECTION = 'anomaly_new'
|
|
23
|
+
ANOMALY_OUTLIERS = 'anomaly'
|
|
24
|
+
CLUSTERING = 'clustering'
|
|
25
|
+
CLUSTERING_TIMESERIES = 'clustering_timeseries'
|
|
26
|
+
CUMULATIVE_FORECASTING = 'cumulative_forecasting'
|
|
27
|
+
NAMED_ENTITY_EXTRACTION = 'nlp_ner'
|
|
28
|
+
NATURAL_LANGUAGE_SEARCH = 'nlp_search'
|
|
29
|
+
SENTENCE_BOUNDARY_DETECTION = 'nlp_sentence_boundary_detection'
|
|
30
|
+
SENTIMENT_DETECTION = 'nlp_sentiment'
|
|
31
|
+
DOCUMENT_CLASSIFICATION = 'nlp_classification'
|
|
32
|
+
DOCUMENT_SUMMARIZATION = 'nlp_summarization'
|
|
33
|
+
DOCUMENT_VISUALIZATION = 'nlp_document_visualization'
|
|
34
|
+
PERSONALIZATION = 'personalization'
|
|
35
|
+
PREDICTIVE_MODELING = 'regression'
|
|
36
|
+
FORECASTING = 'forecasting'
|
|
37
|
+
CUSTOM_TRAINED_MODEL = 'plug_and_play'
|
|
38
|
+
FEATURE_STORE = 'feature_store'
|
|
39
|
+
IMAGE_CLASSIFICATION = 'vision_classification'
|
|
40
|
+
OBJECT_DETECTION = 'vision_object_detection'
|
|
41
|
+
IMAGE_VALUE_PREDICTION = 'vision_regression'
|
|
42
|
+
MODEL_MONITORING = 'model_monitoring'
|
|
43
|
+
LANGUAGE_DETECTION = 'language_detection'
|
|
44
|
+
OPTIMIZATION = 'optimization'
|
|
45
|
+
PRETRAINED_MODELS = 'pretrained'
|
|
46
|
+
THEME_ANALYSIS = 'theme_analysis'
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
class SamplingMethodType(ApiEnum):
|
|
50
|
+
N_SAMPLING = 'N_SAMPLING'
|
|
51
|
+
PERCENT_SAMPLING = 'PERCENT_SAMPLING'
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
class FillLogic(ApiEnum):
|
|
55
|
+
# back / future
|
|
56
|
+
AVERAGE = 'average'
|
|
57
|
+
MAX = 'max'
|
|
58
|
+
MEDIAN = 'median'
|
|
59
|
+
MIN = 'min'
|
|
60
|
+
CUSTOM = 'custom'
|
|
61
|
+
# middle
|
|
62
|
+
BACKFILL = 'bfill'
|
|
63
|
+
FORWARDFILL = 'ffill'
|
|
64
|
+
LINEAR = 'linear'
|
|
65
|
+
NEAREST = 'nearest'
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
class BatchSize(ApiEnum):
|
|
69
|
+
BATCH_8 = 8
|
|
70
|
+
BATCH_16 = 16
|
|
71
|
+
BATCH_32 = 32
|
|
72
|
+
BATCH_64 = 64
|
|
73
|
+
BATCH_128 = 128
|
|
74
|
+
BATCH_256 = 256
|
|
75
|
+
BATCH_384 = 384
|
|
76
|
+
BATCH_512 = 512
|
|
77
|
+
BATCH_740 = 740
|
|
78
|
+
BATCH_1024 = 1024
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
class HolidayCalendars(ApiEnum):
|
|
82
|
+
AU = 'AU'
|
|
83
|
+
UK = 'UK'
|
|
84
|
+
US = 'US'
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
# Forecasting
|
|
88
|
+
class ForecastingObjective(ApiEnum):
|
|
89
|
+
ACCURACY = 'w_c_accuracy'
|
|
90
|
+
WAPE = 'wape'
|
|
91
|
+
MAPE = 'mape'
|
|
92
|
+
CMAPE = 'cmape'
|
|
93
|
+
RMSE = 'rmse'
|
|
94
|
+
CV = 'coefficient_of_variation'
|
|
95
|
+
BIAS = 'bias'
|
|
96
|
+
SRMSE = 'srmse'
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
class ForecastingFrequency(ApiEnum):
|
|
100
|
+
HOURLY = '1H'
|
|
101
|
+
DAILY = '1D'
|
|
102
|
+
WEEKLY_SUNDAY_START = '1W'
|
|
103
|
+
WEEKLY_MONDAY_START = 'W-MON'
|
|
104
|
+
WEEKLY_SATURDAY_START = 'W-SAT'
|
|
105
|
+
MONTH_START = 'MS'
|
|
106
|
+
MONTH_END = '1M'
|
|
107
|
+
QUARTER_START = 'QS'
|
|
108
|
+
QUARTER_END = '1Q'
|
|
109
|
+
YEARLY = '1Y'
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
class ForecastingDataSplitType(ApiEnum):
|
|
113
|
+
AUTO = 'Automatic Time Based'
|
|
114
|
+
TIMESTAMP = 'Timestamp Based'
|
|
115
|
+
ITEM = 'Item Based'
|
|
116
|
+
PREDICTION_LENGTH = 'Force Prediction Length'
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
class ForecastingLossFunction(ApiEnum):
|
|
120
|
+
CUSTOM = 'Custom'
|
|
121
|
+
MEAN_ABSOLUTE_ERROR = 'mae'
|
|
122
|
+
NORMALIZED_MEAN_ABSOLUTE_ERROR = 'nmae'
|
|
123
|
+
PEAKS_MEAN_ABSOLUTE_ERROR = 'peaks_mae'
|
|
124
|
+
MEAN_ABSOLUTE_PERCENTAGE_ERROR = 'stable_mape'
|
|
125
|
+
POINTWISE_ACCURACY = 'accuracy'
|
|
126
|
+
ROOT_MEAN_SQUARE_ERROR = 'rmse'
|
|
127
|
+
NORMALIZED_ROOT_MEAN_SQUARE_ERROR = 'nrmse'
|
|
128
|
+
ASYMMETRIC_MEAN_ABSOLUTE_PERCENTAGE_ERROR = 'asymmetric_mape'
|
|
129
|
+
STABLE_STANDARDIZED_MEAN_ABSOLUTE_PERCENTAGE_ERROR = 'stable_standardized_mape_with_cmape'
|
|
130
|
+
GAUSSIAN = 'mle_gaussian_local'
|
|
131
|
+
GAUSSIAN_FULL_COVARIANCE = 'mle_gaussfullcov'
|
|
132
|
+
GUASSIAN_EXPONENTIAL = 'mle_gaussexp'
|
|
133
|
+
MIX_GAUSSIANS = 'mle_gaussmix'
|
|
134
|
+
WEIBULL = 'mle_weibull'
|
|
135
|
+
NEGATIVE_BINOMIAL = 'mle_negbinom'
|
|
136
|
+
LOG_ROOT_MEAN_SQUARE_ERROR = 'log_rmse'
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
class ForecastingLocalScaling(ApiEnum):
|
|
140
|
+
ZSCORE = 'zscore'
|
|
141
|
+
SLIDING_ZSCORE = 'sliding_zscore'
|
|
142
|
+
LAST_POINT = 'lastpoint'
|
|
143
|
+
MIN_MAX = 'minmax'
|
|
144
|
+
MIN_STD = 'minstd'
|
|
145
|
+
ROBUST = 'robust'
|
|
146
|
+
ITEM = 'item'
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
class ForecastingFillMethod(ApiEnum):
|
|
150
|
+
BACK = 'BACK'
|
|
151
|
+
MIDDLE = 'MIDDLE'
|
|
152
|
+
FUTURE = 'FUTURE'
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
class ForecastingQuanitlesExtensionMethod(ApiEnum):
|
|
156
|
+
DIRECT = 'direct'
|
|
157
|
+
QUADRATIC = 'quadratic'
|
|
158
|
+
ANCESTRAL_SIMULATION = 'simulation'
|
|
@@ -26,8 +26,8 @@ class NSamplingConfig(SamplingConfig):
|
|
|
26
26
|
key_columns (list[str]): The feature(s) to use as the key(s) when sampling
|
|
27
27
|
"""
|
|
28
28
|
sample_count: int
|
|
29
|
-
sampling_method: enums.SamplingMethodType = dataclasses.field(default=enums.SamplingMethodType.N_SAMPLING)
|
|
30
29
|
key_columns: List[str] = dataclasses.field(default_factory=list)
|
|
30
|
+
sampling_method: enums.SamplingMethodType = enums.SamplingMethodType.N_SAMPLING
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
@dataclasses.dataclass
|
|
@@ -41,8 +41,8 @@ class PercentSamplingConfig(SamplingConfig):
|
|
|
41
41
|
key_columns (list[str]): The feature(s) to use as the key(s) when sampling
|
|
42
42
|
"""
|
|
43
43
|
sample_percent: float
|
|
44
|
-
sampling_method: enums.SamplingMethodType = dataclasses.field(default=enums.SamplingMethodType.PERCENT_SAMPLING)
|
|
45
44
|
key_columns: List[str] = dataclasses.field(default_factory=list)
|
|
45
|
+
sampling_method: enums.SamplingMethodType = enums.SamplingMethodType.PERCENT_SAMPLING
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
@dataclasses.dataclass
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import dataclasses
|
|
2
|
+
from datetime import datetime
|
|
3
|
+
from typing import List
|
|
4
|
+
|
|
5
|
+
from . import enums
|
|
6
|
+
from .abstract import ApiClass, _ApiClassFactory
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
@dataclasses.dataclass
|
|
10
|
+
class TrainingConfig(ApiClass):
|
|
11
|
+
_upper_snake_case_keys: bool = dataclasses.field(default=True, repr=False, init=False)
|
|
12
|
+
_support_kwargs: bool = dataclasses.field(default=True, repr=False, init=False)
|
|
13
|
+
|
|
14
|
+
kwargs: dict = dataclasses.field(default_factory=dict)
|
|
15
|
+
problem_type: enums.ProblemType = dataclasses.field(default=None)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
@dataclasses.dataclass
|
|
19
|
+
class ForecastingTrainingConfig(TrainingConfig):
|
|
20
|
+
"""
|
|
21
|
+
Training config for the FORECASTING problem type
|
|
22
|
+
Args:
|
|
23
|
+
problem_type (ProblemType): FORECASTING
|
|
24
|
+
prediction_length (int): How many timesteps in the future to predict.
|
|
25
|
+
objective (ForecastingObjective): Ranking scheme used to select final best model.
|
|
26
|
+
sort_objective (ForecastingObjective): Ranking scheme used to sort models on the metrics page.
|
|
27
|
+
forecast_frequency (ForecastingFrequency): Forecast frequency.
|
|
28
|
+
probability_quantiles (list[float]): Prediction quantiles.
|
|
29
|
+
no_validation_set (bool): Do not generate validation set, test set will be used instead.
|
|
30
|
+
force_prediction_length (int): Force length of test window to be the same as prediction length.
|
|
31
|
+
filter_items (bool): Filter items with small history and volume.
|
|
32
|
+
enable_cold_start (bool): Enable cold start forecasting by training/predicting for zero history items.
|
|
33
|
+
enable_multiple_backtests (bool): Whether to enable multiple backtesting or not.
|
|
34
|
+
total_backtesting_windows (int): Total backtesting windows to use for the training.
|
|
35
|
+
backtest_window_step_size (int): Use this step size to shift backtesting windows for model training.
|
|
36
|
+
full_data_retraining (bool): Train models separately with all the data.
|
|
37
|
+
type_of_split (ForecastingDataSplitType): Type of data splitting into train/test.
|
|
38
|
+
test_by_item (bool): Partition train/test data by item rather than time if true.
|
|
39
|
+
test_start (datetime): Limit training data to dates before the given test start.
|
|
40
|
+
test_split (int): Percent of dataset to use for test data. We support using a range between 5% to 20% of your dataset to use as test data.
|
|
41
|
+
loss_function (ForecastingLossFunction): Loss function for training neural network.
|
|
42
|
+
underprediction_weight (float): Weight for underpredictions
|
|
43
|
+
disable_networks_without_analytic_quantiles (bool): Disable neural networks, which quantile functions do not have analytic expressions (e.g, mixture models)
|
|
44
|
+
initial_learning_rate (float): Initial learning rate.
|
|
45
|
+
l2_regularization_factor (float): L2 regularization factor.
|
|
46
|
+
dropout_rate (int): Dropout percentage rate.
|
|
47
|
+
recurrent_layers (int): Number of recurrent layers to stack in network.
|
|
48
|
+
recurrent_units (int): Number of units in each recurrent layer.
|
|
49
|
+
convolutional_layers (int): Number of convolutional layers to stack on top of recurrent layers in network.
|
|
50
|
+
convolution_filters (int): Number of filters in each convolution.
|
|
51
|
+
local_scaling_mode (ForecastingLocalScaling): Options to make NN inputs stationary in high dynamic range datasets.
|
|
52
|
+
zero_predictor (bool): Include subnetwork to classify points where target equals zero.
|
|
53
|
+
skip_missing (bool): Make the RNN ignore missing entries rather instead of processing them.
|
|
54
|
+
batch_size (ForecastingBatchSize): Batch size.
|
|
55
|
+
batch_renormalization (bool): Enable batch renormalization between layers.
|
|
56
|
+
history_length (int): While training, how much history to consider.
|
|
57
|
+
prediction_step_size (int): Number of future periods to include in objective for each training sample.
|
|
58
|
+
training_point_overlap (float): Amount of overlap to allow between training samples.
|
|
59
|
+
max_scale_context (int): Maximum context to use for local scaling.
|
|
60
|
+
quantiles_extension_method (ForecastingQuanitlesExtensionMethod): Quantile extension method
|
|
61
|
+
number_of_samples (int): Number of samples for ancestral simulation
|
|
62
|
+
symmetrize_quantiles (bool): Force symmetric quantiles (like in Gaussian distribution)
|
|
63
|
+
use_log_transforms (bool): Apply logarithmic transformations to input data.
|
|
64
|
+
smooth_history (float): Smooth (low pass filter) the timeseries.
|
|
65
|
+
prediction_offset (int): Offset for prediction.
|
|
66
|
+
skip_local_scale_target (bool): Skip using per training/prediction window target scaling.
|
|
67
|
+
timeseries_weight_column (str): If set, we use the values in this column from timeseries data to assign time dependent item weights during training and evaluation.
|
|
68
|
+
item_attributes_weight_column (str): If set, we use the values in this column from item attributes data to assign weights to items during training and evaluation.
|
|
69
|
+
use_timeseries_weights_in_objective (bool): If True, we include weights from column set as "TIMESERIES WEIGHT COLUMN" in objective functions.
|
|
70
|
+
use_item_weights_in_objective (bool): If True, we include weights from column set as "ITEM ATTRIBUTES WEIGHT COLUMN" in objective functions.
|
|
71
|
+
skip_timeseries_weight_scaling (bool): If True, we will avoid normalizing the weights.
|
|
72
|
+
timeseries_loss_weight_column (str): Use value in this column to weight the loss while training.
|
|
73
|
+
use_item_id (bool): Include a feature to indicate the item being forecast.
|
|
74
|
+
use_all_item_totals (bool): Include as input total target across items.
|
|
75
|
+
handle_zeros_as_missing (bool): If True, handle zero values in demand as missing data.
|
|
76
|
+
datetime_holiday_calendars (list[HolidayCalendars]): Holiday calendars to augment training with.
|
|
77
|
+
fill_missing_values (list[dict]): Strategy for filling in missing values.
|
|
78
|
+
enable_clustering (bool): Enable clustering in forecasting.
|
|
79
|
+
data_split_feature_group_table_name (str): Specify the table name of the feature group to export training data with the fold column.
|
|
80
|
+
custom_loss_functions (list[str]): Registered custom losses available for selection.
|
|
81
|
+
custom_metrics (list[str]): Registered custom metrics available for selection.
|
|
82
|
+
"""
|
|
83
|
+
problem_type: enums.ProblemType = dataclasses.field(default=enums.ProblemType.FORECASTING, repr=False, init=False)
|
|
84
|
+
prediction_length: int = dataclasses.field(default=None)
|
|
85
|
+
objective: enums.ForecastingObjective = dataclasses.field(default=None)
|
|
86
|
+
sort_objective: enums.ForecastingObjective = dataclasses.field(default=None)
|
|
87
|
+
forecast_frequency: enums.ForecastingFrequency = dataclasses.field(default=None)
|
|
88
|
+
probability_quantiles: List[float] = dataclasses.field(default=None)
|
|
89
|
+
no_validation_set: bool = dataclasses.field(default=None)
|
|
90
|
+
force_prediction_length: bool = dataclasses.field(default=None)
|
|
91
|
+
filter_items: bool = dataclasses.field(default=None)
|
|
92
|
+
enable_cold_start: bool = dataclasses.field(default=None)
|
|
93
|
+
enable_multiple_backtests: bool = dataclasses.field(default=None)
|
|
94
|
+
total_backtesting_windows: int = dataclasses.field(default=None)
|
|
95
|
+
backtest_window_step_size: int = dataclasses.field(default=None)
|
|
96
|
+
full_data_retraining: bool = dataclasses.field(default=None)
|
|
97
|
+
# Data split params
|
|
98
|
+
type_of_split: enums.ForecastingDataSplitType = dataclasses.field(default=enums.ForecastingDataSplitType.AUTO)
|
|
99
|
+
test_by_item: bool = dataclasses.field(default=None)
|
|
100
|
+
test_start: datetime = dataclasses.field(default=None)
|
|
101
|
+
test_split: int = dataclasses.field(default=None)
|
|
102
|
+
# Neural network
|
|
103
|
+
loss_function: enums.ForecastingLossFunction = dataclasses.field(default=None)
|
|
104
|
+
underprediction_weight: float = dataclasses.field(default=None)
|
|
105
|
+
disable_networks_without_analytic_quantiles: bool = dataclasses.field(default=None)
|
|
106
|
+
initial_learning_rate: float = dataclasses.field(default=None)
|
|
107
|
+
l2_regularization_factor: float = dataclasses.field(default=None)
|
|
108
|
+
dropout_rate: int = dataclasses.field(default=None)
|
|
109
|
+
recurrent_layers: int = dataclasses.field(default=None)
|
|
110
|
+
recurrent_units: int = dataclasses.field(default=None)
|
|
111
|
+
convolutional_layers: int = dataclasses.field(default=None)
|
|
112
|
+
convolution_filters: int = dataclasses.field(default=None)
|
|
113
|
+
local_scaling_mode: enums.ForecastingLocalScaling = dataclasses.field(default=None)
|
|
114
|
+
zero_predictor: bool = dataclasses.field(default=None)
|
|
115
|
+
skip_missing: bool = dataclasses.field(default=None)
|
|
116
|
+
batch_size: enums.BatchSize = dataclasses.field(default=None)
|
|
117
|
+
batch_renormalization: bool = dataclasses.field(default=None)
|
|
118
|
+
# Timeseries
|
|
119
|
+
history_length: int = dataclasses.field(default=None)
|
|
120
|
+
prediction_step_size: int = dataclasses.field(default=None)
|
|
121
|
+
training_point_overlap: float = dataclasses.field(default=None)
|
|
122
|
+
max_scale_context: int = dataclasses.field(default=None)
|
|
123
|
+
quantiles_extension_method: enums.ForecastingQuanitlesExtensionMethod = dataclasses.field(default=None)
|
|
124
|
+
number_of_samples: int = dataclasses.field(default=None)
|
|
125
|
+
symmetrize_quantiles: bool = dataclasses.field(default=None)
|
|
126
|
+
use_log_transforms: bool = dataclasses.field(default=None)
|
|
127
|
+
smooth_history: float = dataclasses.field(default=None)
|
|
128
|
+
prediction_offset: int = dataclasses.field(default=None)
|
|
129
|
+
skip_local_scale_target: bool = dataclasses.field(default=None)
|
|
130
|
+
# Item weights
|
|
131
|
+
timeseries_weight_column: str = dataclasses.field(default=None)
|
|
132
|
+
item_attributes_weight_column: str = dataclasses.field(default=None)
|
|
133
|
+
use_timeseries_weights_in_objective: bool = dataclasses.field(default=None)
|
|
134
|
+
use_item_weights_in_objective: bool = dataclasses.field(default=None)
|
|
135
|
+
skip_timeseries_weight_scaling: bool = dataclasses.field(default=None)
|
|
136
|
+
timeseries_loss_weight_column: str = dataclasses.field(default=None)
|
|
137
|
+
# Data Augmentation
|
|
138
|
+
use_item_id: bool = dataclasses.field(default=None)
|
|
139
|
+
use_all_item_totals: bool = dataclasses.field(default=None)
|
|
140
|
+
handle_zeros_as_missing: bool = dataclasses.field(default=None)
|
|
141
|
+
datetime_holiday_calendars: List[enums.HolidayCalendars] = dataclasses.field(default=None)
|
|
142
|
+
fill_missing_values: List[dict] = dataclasses.field(default=None)
|
|
143
|
+
enable_clustering: bool = dataclasses.field(default=None)
|
|
144
|
+
# Others
|
|
145
|
+
data_split_feature_group_table_name: str = dataclasses.field(default=None)
|
|
146
|
+
custom_loss_functions: List[str] = dataclasses.field(default=None)
|
|
147
|
+
custom_metrics: List[str] = dataclasses.field(default=None)
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
@dataclasses.dataclass
|
|
151
|
+
class _TrainingConfigFactory(_ApiClassFactory):
|
|
152
|
+
config_abstract_class = TrainingConfig
|
|
153
|
+
config_class_key = 'problem_type'
|
|
154
|
+
config_class_map = {
|
|
155
|
+
enums.ProblemType.FORECASTING: ForecastingTrainingConfig
|
|
156
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
from .return_class import AbstractApiClass
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class ApiEndpoint(AbstractApiClass):
|
|
5
|
+
"""
|
|
6
|
+
An collection of endpoints which can be used to make requests to, such as api calls or predict calls
|
|
7
|
+
|
|
8
|
+
Args:
|
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
|
10
|
+
apiEndpoint (str): The URI that can be used to make API calls
|
|
11
|
+
predictEndpoint (str): The URI that can be used to make predict calls against Deployments
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
def __init__(self, client, apiEndpoint=None, predictEndpoint=None):
|
|
15
|
+
super().__init__(client, None)
|
|
16
|
+
self.api_endpoint = apiEndpoint
|
|
17
|
+
self.predict_endpoint = predictEndpoint
|
|
18
|
+
|
|
19
|
+
def __repr__(self):
|
|
20
|
+
return f"ApiEndpoint(api_endpoint={repr(self.api_endpoint)},\n predict_endpoint={repr(self.predict_endpoint)})"
|
|
21
|
+
|
|
22
|
+
def to_dict(self):
|
|
23
|
+
"""
|
|
24
|
+
Get a dict representation of the parameters in this class
|
|
25
|
+
|
|
26
|
+
Returns:
|
|
27
|
+
dict: The dict value representation of the class parameters
|
|
28
|
+
"""
|
|
29
|
+
return {'api_endpoint': self.api_endpoint, 'predict_endpoint': self.predict_endpoint}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
from .return_class import AbstractApiClass
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class ChatBotResponse(AbstractApiClass):
|
|
5
|
+
"""
|
|
6
|
+
A response from the chat bot
|
|
7
|
+
|
|
8
|
+
Args:
|
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
|
10
|
+
answer (str): The response from the chat bot
|
|
11
|
+
chatHistory (list): The chat history as a list of dicts with is_user and text entries
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
def __init__(self, client, answer=None, chatHistory=None):
|
|
15
|
+
super().__init__(client, None)
|
|
16
|
+
self.answer = answer
|
|
17
|
+
self.chat_history = chatHistory
|
|
18
|
+
|
|
19
|
+
def __repr__(self):
|
|
20
|
+
return f"ChatBotResponse(answer={repr(self.answer)},\n chat_history={repr(self.chat_history)})"
|
|
21
|
+
|
|
22
|
+
def to_dict(self):
|
|
23
|
+
"""
|
|
24
|
+
Get a dict representation of the parameters in this class
|
|
25
|
+
|
|
26
|
+
Returns:
|
|
27
|
+
dict: The dict value representation of the class parameters
|
|
28
|
+
"""
|
|
29
|
+
return {'answer': self.answer, 'chat_history': self.chat_history}
|