.gitignore
CONTRIBUTING.md
LICENSE
Makefile
Readme.md
SECURITY.md
requirements.txt
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
applications/aws_dashboard/aws_dashboard.py
applications/aws_dashboard/assets/custom.css
applications/aws_dashboard/assets/favicon.ico
applications/aws_dashboard/pages/data_sources.py
applications/aws_dashboard/pages/endpoints.py
applications/aws_dashboard/pages/feature_sets.py
applications/aws_dashboard/pages/main.py
applications/aws_dashboard/pages/models.py
applications/aws_dashboard/pages/callbacks/data_sources_callbacks.py
applications/aws_dashboard/pages/callbacks/endpoints_callbacks.py
applications/aws_dashboard/pages/callbacks/feature_sets_callbacks.py
applications/aws_dashboard/pages/callbacks/main_callbacks.py
applications/aws_dashboard/pages/callbacks/models_callbacks.py
applications/aws_dashboard/pages/data/toy_data.csv
applications/aws_dashboard/pages/data/toy_scores.json
applications/aws_dashboard/pages/layout/data_sources_layout.py
applications/aws_dashboard/pages/layout/endpoints_layout.py
applications/aws_dashboard/pages/layout/feature_sets_layout.py
applications/aws_dashboard/pages/layout/main_layout.py
applications/aws_dashboard/pages/layout/models_layout.py
applications/hello_world/callbacks.py
applications/hello_world/hello_world.py
applications/hello_world/layout.py
applications/model_viewer/callbacks.py
applications/model_viewer/layout.py
applications/model_viewer/model_viewer.py
applications/model_viewer/data/toy_data.csv
applications/model_viewer/data/toy_scores.json
applications/web_admin/flask_test.py
applications/web_admin/hello-world-http-test.ini
applications/web_admin/hello-world.ini
applications/web_admin/hello-world.service
applications/web_admin/nginx_conf/nginx.conf
data/abalone.csv
data/athletes.csv
data/test_data.csv
docs/admin_notes.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_example.py
scripts/data_source_tags.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/requires.txt
src/sageworks.egg-info/top_level.txt
src/sageworks/algorithms/__init__.py
src/sageworks/algorithms/graph/heavy/Readme.md
src/sageworks/algorithms/graph/light/Readme.md
src/sageworks/algorithms/table/heavy/Readme.md
src/sageworks/algorithms/table/light/Readme.md
src/sageworks/algorithms/table/light/data_source_eda.py
src/sageworks/algorithms/table/light/feature_spider.py
src/sageworks/algorithms/table/light/row_tagger.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/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/model_registry.py
src/sageworks/aws_service_broker/aws_service_connectors/s3_bucket.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/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/emr/Readme.md
src/sageworks/transforms/data_to_features/heavy/glue/Readme.md
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_utils.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/redis_cache.py
src/sageworks/utils/sageworks_event_bridge.py
src/sageworks/utils/sageworks_logging.py
src/sageworks/utils/sageworks_sqs.py
src/sageworks/views/artifacts_summary.py
src/sageworks/views/view.py
src/sageworks/web_components/box_plot.py
src/sageworks/web_components/confusion_matrix.py
src/sageworks/web_components/feature_details.py
src/sageworks/web_components/feature_importance.py
src/sageworks/web_components/histogram.py
src/sageworks/web_components/line_chart.py
src/sageworks/web_components/model_data.py
src/sageworks/web_components/model_details.py
src/sageworks/web_components/scatter_plot.py
src/sageworks/web_components/table.py
tests/create_sageworks_objs_for_tests.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