Skip to content
View whanyu1212's full-sized avatar
:octocat:
Grinding
:octocat:
Grinding
  • Singapore
  • 00:46 (UTC +08:00)

Highlights

  • Pro
Block or Report

Block or report whanyu1212

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
whanyu1212/README.md

 Hi there!

Linkedin Badge GitHub Gmail Badge LeetCode

Data Scientist at Micron Technology Singapore

Master of Science in DFinTech, B.S. in Statistics from National University of Singapore

A little more about me...

struct TechnophileProfile
    DigitalBrushes::Vector{String}
    PaletteOfSkills::Dict{String, Vector{String}}
    SeedsNurturing::Vector{String}
    BrainGym::Dict{String, String}
end
"""
Fields:
- `DigitalBrushes`: Programming languages as digital brushes.
- `PaletteOfSkills`: A dictionary of technology stacks as a palette of skills.
- `SeedsNurturing`: Current areas of interest, metaphorically the seeds being nurtured.
- `BrainGym`: Preferred platforms for coding challenges, seen as a daily brain gym.
"""

hyProfile = TechnophileProfile(
    ["Python", "Julia", "R", "SQL", "Typescript"], 
    Dict(
        "Weaving Magic" => ["Angular", "Node.js", "Typescript", "CSS", "HTML"], 
        "Sky's the Limit" => ["GCP", "BigQuery", "Vertex AI", "Dataproc", "Cloud Composer", "Google Cloud Storage"], 
        "Data Universe Navigation" => ["Pandas", "Numpy", "Tensorflow", "PyTorch", "Scikit-learn", "XGBoost", "Langchain", "Streamlit"], 
        "Data Symphonies" => ["Prefect", "Mage", "Kestra"] 
    ),
    ["Julia", "LLM", "Differentially private ML", "End-to-end Data Science"],
    Dict(
        "Python" => "Leetcode", 
        "Julia & Typescript" => "Codewars" 
    )
)

"There is no such thing as work-life balance. Everything worth fighting for unbalances your life." Alain de Botton

Popular repositories

  1. scouting_report_parser scouting_report_parser Public

    A streamlit app that incorporates LLM and langchain to parse pre-draft reports of basketball players

    Python 1

  2. asset_allocation_project asset_allocation_project Public

    Python 1

  3. prefect-workflow-example prefect-workflow-example Public

    HTML

  4. telco-customer-churn-end-to-end telco-customer-churn-end-to-end Public

    Python

  5. glicko_algo_example glicko_algo_example Public

    Test implementation of glicko-2 algorithm

  6. IT5001-stuff IT5001-stuff Public

    It's a work in progress that will be continuously updated when I have time

    Jupyter Notebook