Skip to content
View andrewwint's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
  • New York

Highlights

  • Pro

Block or report andrewwint

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ml-pipeline ml-pipeline Public

    Auto-scaling ML pipeline for customer segmentation + GenAI insights. One-command AWS deployment with cost optimization.

    Jupyter Notebook

  2. Example-FX-Trading-System-SQLDataModel Example-FX-Trading-System-SQLDataModel Public

    Data model and stored produced used for complex FX trading platform. Note critical tables are intentionally missing, this just for learning.

    8 3

  3. AWS-CDK-Fargate-CI-CD-Example AWS-CDK-Fargate-CI-CD-Example Public

    Example: developer self-service interface Infrastructure as code to manage AWS resources using AWS Cloud Development Kit (AWS CDK)

    TypeScript 1

  4. cdk-compliant-aurora-nextjs cdk-compliant-aurora-nextjs Public

    AWS CDK project for RDS Aurora MySQL, Amplify CI/CD for Next.js web app, and Pinpoint. This project aims to pass SOC 2, GDPR, and HIPAA controls by applying good practices, including VPC creation, …

    TypeScript 6 1

  5. aws-samples/amplify-ai-examples aws-samples/amplify-ai-examples Public

    TypeScript 56 67

  6. Example of using scikit-learn for li... Example of using scikit-learn for linear regression with financial data
    1
    '''
    2
    https://www.datacamp.com/tutorial/sklearn-linear-regression
    3
    See: Summarizing model results
    4
    https://github.com/aws-samples/sagemaker-hosting/blob/main/Advanced-Model-Deployment/MME-DJL/sklearn-djl-mme.ipynb
    5
    https://towardsdatascience.com/deploying-a-pre-trained-sklearn-model-on-amazon-sagemaker-826a2b5ac0b6/