.gitignore
LICENSE
Makefile
Readme.md
requirements.txt
setup.cfg
setup.py
tox.ini
applications/artifact_viewer/artifact_viewer.py
applications/artifact_viewer/callbacks.py
applications/artifact_viewer/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
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/light_transform.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/feature_spider.py
src/sageworks/algorithms/table/light/row_tagger.py
src/sageworks/artifacts/Readme.md
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/feature_sets/__init__.py
src/sageworks/artifacts/feature_sets/feature_set.py
src/sageworks/artifacts/models/__init__.py
src/sageworks/aws_service_broker/aws_sageworks_role_manager.py
src/sageworks/aws_service_broker/aws_service_broker.py
src/sageworks/aws_service_broker/cache.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/s3_light_to_data_source.py
src/sageworks/transforms/data_to_data/__init__.py
src/sageworks/transforms/data_to_data/heavy/__init__.py
src/sageworks/transforms/data_to_data/light/__init__.py
src/sageworks/transforms/data_to_data/light/clean_data.py
src/sageworks/transforms/data_to_features/__init__.py
src/sageworks/transforms/data_to_features/heavy/__init__.py
src/sageworks/transforms/data_to_features/light/__init__.py
src/sageworks/transforms/features_to_features/__init__.py
src/sageworks/transforms/features_to_model/__init__.py
src/sageworks/transforms/model_to_endpoint/__init__.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_helpers.py
src/sageworks/transforms/pandas_transforms/pandas_to_data.py
src/sageworks/transforms/pandas_transforms/pandas_to_features.py
src/sageworks/utils/__init__.py
src/sageworks/utils/df_to_endpoint.py
src/sageworks/utils/logging.py
src/sageworks/views/artifacts_summary.py
src/sageworks/views/artifacts_summary_slow.py
src/sageworks/views/view.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/model_data.py
src/sageworks/web_components/model_details.py
src/sageworks/web_components/scatter_plot.py
src/sageworks/web_components/table.py