.gitignore
CONTRIBUTING.md
LICENSE
Makefile
README.md
SECURITY.md
mkdocs.yml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/deploy-docs.yml
.github/workflows/python-lint.yml
applications/aws_dashboard/Dockerfile
applications/aws_dashboard/Dockerfile_with_redis
applications/aws_dashboard/README.md
applications/aws_dashboard/app.py
applications/aws_dashboard/dashboard
applications/aws_dashboard/nginx.conf
applications/aws_dashboard/requirements.txt
applications/aws_dashboard/supervisord.conf
applications/aws_dashboard/supervisord_with_redis.conf
applications/aws_dashboard/assets/custom.css
applications/aws_dashboard/assets/favicon.ico
applications/aws_dashboard/assets/trash.png
applications/aws_dashboard/pages/data_sources/callbacks.py
applications/aws_dashboard/pages/data_sources/layout.py
applications/aws_dashboard/pages/data_sources/page.py
applications/aws_dashboard/pages/endpoints/callbacks.py
applications/aws_dashboard/pages/endpoints/layout.py
applications/aws_dashboard/pages/endpoints/page.py
applications/aws_dashboard/pages/feature_sets/callbacks.py
applications/aws_dashboard/pages/feature_sets/layout.py
applications/aws_dashboard/pages/feature_sets/page.py
applications/aws_dashboard/pages/main/callbacks.py
applications/aws_dashboard/pages/main/layout.py
applications/aws_dashboard/pages/main/page.py
applications/aws_dashboard/pages/models/callbacks.py
applications/aws_dashboard/pages/models/layout.py
applications/aws_dashboard/pages/models/page.py
applications/aws_dashboard/plugin_tests/crashing_plugin.py
applications/aws_dashboard/sageworks_plugins/endpoint_turbo.py
applications/aws_dashboard/sageworks_plugins/turbo.py
applications/experiments/compound_explorer/Dockerfile
applications/experiments/compound_explorer/README.md
applications/experiments/compound_explorer/app.py
applications/experiments/compound_explorer/callbacks.py
applications/experiments/compound_explorer/layout.py
applications/experiments/compound_explorer/requirements.txt
applications/experiments/compound_explorer/assets/custom.css
applications/experiments/compound_explorer/assets/favicon.ico
aws_setup/aws_account_check.py
aws_setup/aws_identity_check.py
aws_setup/build_ml_pipeline.py
aws_setup/event_bridge/Readme.md
aws_setup/event_bridge/dynamic_docker/Readme.md
aws_setup/event_bridge/dynamic_docker/app.py
aws_setup/event_bridge/dynamic_docker/cdk.json
aws_setup/event_bridge/dynamic_docker/sageworks_image_update_stack.py
aws_setup/event_bridge/dynamic_docker/lambda/lambda_replace_task.py
aws_setup/sageworks_core/.gitignore
aws_setup/sageworks_core/README.md
aws_setup/sageworks_core/app.py
aws_setup/sageworks_core/cdk.json
aws_setup/sageworks_core/requirements-dev.txt
aws_setup/sageworks_core/requirements.txt
aws_setup/sageworks_core/source.bat
aws_setup/sageworks_core/sageworks_core/__init__.py
aws_setup/sageworks_core/sageworks_core/sageworks_core_stack.py
aws_setup/sageworks_core/tests/__init__.py
aws_setup/sageworks_core/tests/unit/__init__.py
aws_setup/sageworks_core/tests/unit/test_sageworks_sandbox_stack.py
aws_setup/sageworks_dashboard_full/.gitignore
aws_setup/sageworks_dashboard_full/README.md
aws_setup/sageworks_dashboard_full/app.py
aws_setup/sageworks_dashboard_full/cdk.json
aws_setup/sageworks_dashboard_full/requirements-dev.txt
aws_setup/sageworks_dashboard_full/requirements.txt
aws_setup/sageworks_dashboard_full/source.bat
aws_setup/sageworks_dashboard_full/sageworks_dashboard_full/__init__.py
aws_setup/sageworks_dashboard_full/sageworks_dashboard_full/sageworks_dashboard_stack.py
aws_setup/sageworks_dashboard_full/tests/__init__.py
aws_setup/sageworks_dashboard_full/tests/unit/__init__.py
aws_setup/sageworks_dashboard_full/tests/unit/test_sageworks_dashboard_stack.py
data/abalone.csv
data/test_data.csv
data/test_data.json
data/wine_dataset.csv
docs/index.md
docs/admin/docker_push.md
docs/admin/pypi_release.md
docs/api_classes/data_source.md
docs/api_classes/endpoint.md
docs/api_classes/feature_set.md
docs/api_classes/model.md
docs/api_classes/overview.md
docs/aws_setup/initial_setup.md
docs/core_classes/overview.md
docs/core_classes/artifacts/artifacts.md
docs/core_classes/transforms/data_loaders.md
docs/core_classes/transforms/data_to_features.md
docs/core_classes/transforms/features_to_model.md
docs/core_classes/transforms/model_to_endpoint.md
docs/core_classes/transforms/overview.md
docs/core_classes/transforms/pandas_transforms.md
docs/images/big_spider.png
docs/images/graph_representation.png
docs/images/powered_aws_dark_blue.png
docs/images/powered_aws_transparent.png
docs/images/powered_aws_white.png
docs/images/powered_aws_with_tm_grey.png
docs/images/sageworks.png
docs/images/sageworks_concepts.png
docs/images/scp.png
docs/images/scp_labs.png
docs/images/small_spider.png
docs/misc/general_info.md
docs/misc/sageworks_classes_concepts.md
docs/misc/scp_consulting.md
examples/datasource_from_df.py
examples/datasource_from_s3.py
examples/datasource_stats.py
examples/datasource_to_featureset.py
examples/featureset_eda.py
examples/featureset_to_model.py
examples/full_ml_pipeline.py
examples/storage/data_to_data.py
examples/storage/data_to_features.py
examples/storage/endpoint_inference.py
examples/storage/hello_world_pipeline.py
notebooks/ML_Pipeline_with_SageWorks.ipynb
notebooks/ML_Pipeline_with_SageWorks_2.ipynb
notebooks/Outliers_in_SageWorks.ipynb
notebooks/images/athena_query_aqsol.png
notebooks/images/aws_dashboard_aqsol.png
notebooks/images/dashboard_aqsol_features.png
notebooks/images/model_screenshot.png
notebooks/images/sageworks_concepts.png
notebooks/images/scp_labs.png
scripts/capture_inference_metrics.py
scripts/copy_data_catalog_db.py
scripts/delete_redis_keys.py
scripts/endpoints_ready.py
scripts/model_endpoint_refresh.py
scripts/model_endpoint_sanity_check.py
scripts/models_ready.py
scripts/storage/data_source_tags.py
scripts/storage/dns_data_to_features.py
scripts/storage/generate_jsonl_data.py
scripts/storage/list_data_sources.py
src/sageworks/__init__.py
src/sageworks.egg-info/PKG-INFO
src/sageworks.egg-info/SOURCES.txt
src/sageworks.egg-info/dependency_links.txt
src/sageworks.egg-info/entry_points.txt
src/sageworks.egg-info/requires.txt
src/sageworks.egg-info/top_level.txt
src/sageworks/algorithms/__init__.py
src/sageworks/algorithms/dataframe/Readme.md
src/sageworks/algorithms/dataframe/aggregation.py
src/sageworks/algorithms/dataframe/data_source_eda.py
src/sageworks/algorithms/dataframe/dimensionality_reduction.py
src/sageworks/algorithms/dataframe/feature_spider.py
src/sageworks/algorithms/dataframe/row_tagger.py
src/sageworks/algorithms/graph/heavy/Readme.md
src/sageworks/algorithms/graph/light/Readme.md
src/sageworks/algorithms/spark/Readme.md
src/sageworks/algorithms/sql/Readme.md
src/sageworks/algorithms/sql/column_stats.py
src/sageworks/algorithms/sql/correlations.py
src/sageworks/algorithms/sql/descriptive_stats.py
src/sageworks/algorithms/sql/outliers.py
src/sageworks/algorithms/sql/sample_rows.py
src/sageworks/algorithms/sql/value_counts.py
src/sageworks/api/__init__.py
src/sageworks/api/data_source.py
src/sageworks/api/endpoint.py
src/sageworks/api/feature_set.py
src/sageworks/api/model.py
src/sageworks/aws_service_broker/aws_account_clamp.py
src/sageworks/aws_service_broker/aws_service_broker.py
src/sageworks/aws_service_broker/aws_service_connectors/__init__.py
src/sageworks/aws_service_broker/aws_service_connectors/connector.py
src/sageworks/aws_service_broker/aws_service_connectors/data_catalog.py
src/sageworks/aws_service_broker/aws_service_connectors/endpoints.py
src/sageworks/aws_service_broker/aws_service_connectors/feature_store.py
src/sageworks/aws_service_broker/aws_service_connectors/glue_jobs.py
src/sageworks/aws_service_broker/aws_service_connectors/model_registry.py
src/sageworks/aws_service_broker/aws_service_connectors/s3_bucket.py
src/sageworks/cli/__init__.py
src/sageworks/cli/repl.py
src/sageworks/core/__init__.py
src/sageworks/core/artifacts/__init__.py
src/sageworks/core/artifacts/artifact.py
src/sageworks/core/artifacts/athena_source.py
src/sageworks/core/artifacts/data_source_abstract.py
src/sageworks/core/artifacts/data_source_factory.py
src/sageworks/core/artifacts/endpoint_core.py
src/sageworks/core/artifacts/feature_set_core.py
src/sageworks/core/artifacts/model_core.py
src/sageworks/core/transforms/Readme.md
src/sageworks/core/transforms/__init__.py
src/sageworks/core/transforms/transform.py
src/sageworks/core/transforms/data_loaders/__init__.py
src/sageworks/core/transforms/data_loaders/heavy/__init__.py
src/sageworks/core/transforms/data_loaders/heavy/s3_heavy_to_data_source.py
src/sageworks/core/transforms/data_loaders/light/__init__.py
src/sageworks/core/transforms/data_loaders/light/csv_to_data_source.py
src/sageworks/core/transforms/data_loaders/light/json_to_data_source.py
src/sageworks/core/transforms/data_loaders/light/s3_to_data_source_light.py
src/sageworks/core/transforms/data_to_data/__init__.py
src/sageworks/core/transforms/data_to_data/heavy/__init__.py
src/sageworks/core/transforms/data_to_data/heavy/emr/Readme.md
src/sageworks/core/transforms/data_to_data/heavy/glue/Readme.md
src/sageworks/core/transforms/data_to_data/light/__init__.py
src/sageworks/core/transforms/data_to_data/light/clean_data.py
src/sageworks/core/transforms/data_to_data/light/data_to_data_light.py
src/sageworks/core/transforms/data_to_features/__init__.py
src/sageworks/core/transforms/data_to_features/heavy/__init__.py
src/sageworks/core/transforms/data_to_features/heavy/chunk/__init__.py
src/sageworks/core/transforms/data_to_features/heavy/chunk/data_to_features_chunk.py
src/sageworks/core/transforms/data_to_features/heavy/emr/Readme.md
src/sageworks/core/transforms/data_to_features/heavy/glue/Readme.md
src/sageworks/core/transforms/data_to_features/heavy/storage/data_to_features_heavy_old.py
src/sageworks/core/transforms/data_to_features/light/__init__.py
src/sageworks/core/transforms/data_to_features/light/data_to_features_light.py
src/sageworks/core/transforms/data_to_features/light/rdkit_descriptors.py
src/sageworks/core/transforms/features_to_features/__init__.py
src/sageworks/core/transforms/features_to_features/heavy/emr/Readme.md
src/sageworks/core/transforms/features_to_features/heavy/glue/Readme.md
src/sageworks/core/transforms/features_to_model/__init__.py
src/sageworks/core/transforms/features_to_model/features_to_model.py
src/sageworks/core/transforms/features_to_model/light_model_harness/requirements.txt
src/sageworks/core/transforms/features_to_model/light_model_harness/xgb_model.template
src/sageworks/core/transforms/model_to_endpoint/__init__.py
src/sageworks/core/transforms/model_to_endpoint/model_to_endpoint.py
src/sageworks/core/transforms/pandas_transforms/__init__.py
src/sageworks/core/transforms/pandas_transforms/data_to_pandas.py
src/sageworks/core/transforms/pandas_transforms/features_to_pandas.py
src/sageworks/core/transforms/pandas_transforms/pandas_to_data.py
src/sageworks/core/transforms/pandas_transforms/pandas_to_features.py
src/sageworks/core/transforms/pandas_transforms/pandas_to_features_chunked.py
src/sageworks/experiments/view_manager.py
src/sageworks/resources/open_source_api.key
src/sageworks/resources/signature_verify_pub.pem
src/sageworks/utils/__init__.py
src/sageworks/utils/aws_utils.py
src/sageworks/utils/cache.py
src/sageworks/utils/dashboard_metrics.py
src/sageworks/utils/df_to_endpoint.py
src/sageworks/utils/ecs_info.py
src/sageworks/utils/endpoint_metrics.py
src/sageworks/utils/extract_model_artifact.py
src/sageworks/utils/iso_8601.py
src/sageworks/utils/license_manager.py
src/sageworks/utils/model_monitoring.py
src/sageworks/utils/pandas_utils.py
src/sageworks/utils/redis_cache.py
src/sageworks/utils/s3_utils.py
src/sageworks/utils/sageworks_cache.py
src/sageworks/utils/sageworks_event_bridge.py
src/sageworks/utils/sageworks_logging.py
src/sageworks/utils/sageworks_sqs.py
src/sageworks/utils/symbols.py
src/sageworks/utils/test_data_generator.py
src/sageworks/utils/trace_calls.py
src/sageworks/utils/type_abbrev.py
src/sageworks/views/artifacts_text_view.py
src/sageworks/views/artifacts_web_view.py
src/sageworks/views/data_source_web_view.py
src/sageworks/views/endpoint_web_view.py
src/sageworks/views/feature_set_web_view.py
src/sageworks/views/model_web_view.py
src/sageworks/views/view.py
src/sageworks/web_components/color_maps.py
src/sageworks/web_components/component_interface.py
src/sageworks/web_components/confusion_matrix.py
src/sageworks/web_components/correlation_matrix.py
src/sageworks/web_components/dashboard_metric_plots.py
src/sageworks/web_components/data_details_markdown.py
src/sageworks/web_components/endpoint_metric_plots.py
src/sageworks/web_components/line_chart.py
src/sageworks/web_components/model_markdown.py
src/sageworks/web_components/model_metrics.py
src/sageworks/web_components/plugin_interface.py
src/sageworks/web_components/plugin_loader.py
src/sageworks/web_components/regression_plot.py
src/sageworks/web_components/table.py
src/sageworks/web_components/violin_plots.py
src/sageworks/web_components/experiments/compound_details.py
src/sageworks/web_components/experiments/histogram.py
src/sageworks/web_components/experiments/outlier_plot.py
src/sageworks/web_components/experiments/scatter_plot.py
tests/create_aqsol_artifacts.py
tests/create_basic_test_artifacts.py
tests/create_realtime_endpoint.py
tests/create_training_adjusted_artifacts.py
tests/create_wine_artifacts.py
tests/delete_test_artifacts.py
tests/artifacts/data_source_tests.py
tests/artifacts/endpoint_tests.py
tests/artifacts/feature_set_tests.py
tests/artifacts/model_tests.py
tests/aws_account/aws_account_clamp_tests.py
tests/aws_account/aws_service_broker_tests.py
tests/transforms/data_to_data_tests.py
tests/transforms/data_to_features_tests.py
tests/transforms/features_to_model_tests.py
tests/transforms/model_to_endpoint_tests.py
tests/transforms/pandas_to_data_tests.py
tests/web_components/markdown_test.py
tests/web_components/plugin_interface_test.py