.gitignore
CONTRIBUTING.md
LICENSE
Makefile
Readme.md
SECURITY.md
requirements.txt
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
applications/aws_dashboard/Dockerfile
applications/aws_dashboard/Dockerfile_with_redis
applications/aws_dashboard/README.md
applications/aws_dashboard/app.py
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/toy_data.csv
applications/aws_dashboard/pages/data/toy_scores.json
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/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/stacks/__init__.py
aws_setup/sageworks_core/stacks/sageworks_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/docker_push.md
docs/pypi_release.md
docs/sageworks_classes_concepts.md
docs/scp_consulting.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
examples/data_to_data.py
examples/data_to_features.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/data_source_tags.py
scripts/dns_data_to_features.py
scripts/generate_jsonl_data.py
scripts/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/artifacts/Readme.md
src/sageworks/artifacts/__init__.py
src/sageworks/artifacts/artifact.py
src/sageworks/artifacts/data_sources/__init__.py
src/sageworks/artifacts/data_sources/athena_source.py
src/sageworks/artifacts/data_sources/data_source.py
src/sageworks/artifacts/data_sources/data_source_abstract.py
src/sageworks/artifacts/endpoints/__init__.py
src/sageworks/artifacts/endpoints/endpoint.py
src/sageworks/artifacts/feature_sets/__init__.py
src/sageworks/artifacts/feature_sets/feature_set.py
src/sageworks/artifacts/models/__init__.py
src/sageworks/artifacts/models/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/cli.py
src/sageworks/transforms/Readme.md
src/sageworks/transforms/__init__.py
src/sageworks/transforms/transform.py
src/sageworks/transforms/data_loaders/heavy/s3_heavy_to_data_source.py
src/sageworks/transforms/data_loaders/light/csv_to_data_source.py
src/sageworks/transforms/data_loaders/light/json_to_data_source.py
src/sageworks/transforms/data_loaders/light/s3_to_data_source_light.py
src/sageworks/transforms/data_to_data/__init__.py
src/sageworks/transforms/data_to_data/heavy/__init__.py
src/sageworks/transforms/data_to_data/heavy/emr/Readme.md
src/sageworks/transforms/data_to_data/heavy/glue/Readme.md
src/sageworks/transforms/data_to_data/light/__init__.py
src/sageworks/transforms/data_to_data/light/clean_data.py
src/sageworks/transforms/data_to_data/light/data_to_data_light.py
src/sageworks/transforms/data_to_features/__init__.py
src/sageworks/transforms/data_to_features/heavy/__init__.py
src/sageworks/transforms/data_to_features/heavy/chunk/data_to_features_chunk.py
src/sageworks/transforms/data_to_features/heavy/emr/Readme.md
src/sageworks/transforms/data_to_features/heavy/glue/Readme.md
src/sageworks/transforms/data_to_features/heavy/storage/data_to_features_heavy_old.py
src/sageworks/transforms/data_to_features/light/__init__.py
src/sageworks/transforms/data_to_features/light/data_to_features_light.py
src/sageworks/transforms/data_to_features/light/rdkit_descriptors.py
src/sageworks/transforms/features_to_features/__init__.py
src/sageworks/transforms/features_to_features/heavy/emr/Readme.md
src/sageworks/transforms/features_to_features/heavy/glue/Readme.md
src/sageworks/transforms/features_to_model/__init__.py
src/sageworks/transforms/features_to_model/features_to_model.py
src/sageworks/transforms/features_to_model/light_model_harness/requirements.txt
src/sageworks/transforms/features_to_model/light_model_harness/xgb_model.template
src/sageworks/transforms/model_to_endpoint/__init__.py
src/sageworks/transforms/model_to_endpoint/model_to_endpoint.py
src/sageworks/transforms/pandas_transforms/data_to_pandas.py
src/sageworks/transforms/pandas_transforms/features_to_pandas.py
src/sageworks/transforms/pandas_transforms/pandas_to_data.py
src/sageworks/transforms/pandas_transforms/pandas_to_features.py
src/sageworks/transforms/pandas_transforms/pandas_to_features_chunked.py
src/sageworks/utils/__init__.py
src/sageworks/utils/cache.py
src/sageworks/utils/df_to_endpoint.py
src/sageworks/utils/iso_8601.py
src/sageworks/utils/pandas_utils.py
src/sageworks/utils/redis_cache.py
src/sageworks/utils/sageworks_event_bridge.py
src/sageworks/utils/sageworks_logging.py
src/sageworks/utils/sageworks_sqs.py
src/sageworks/utils/test_data_generator.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/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/correlation_matrix.py
src/sageworks/web_components/data_details_markdown.py
src/sageworks/web_components/line_chart.py
src/sageworks/web_components/model_markdown.py
src/sageworks/web_components/plugin_interface.py
src/sageworks/web_components/plugin_loader.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/confusion_matrix.py
src/sageworks/web_components/experiments/histogram.py
src/sageworks/web_components/experiments/mock_feature_details.py
src/sageworks/web_components/experiments/mock_feature_importance.py
src/sageworks/web_components/experiments/mock_model_data.py
src/sageworks/web_components/experiments/mock_model_details.py
src/sageworks/web_components/experiments/outlier_plot.py
src/sageworks/web_components/experiments/scatter_plot.py
src/sageworks/web_components/sageworks_plugins/confusion_matrix.py
tests/create_basic_test_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