Skip to content
View victorlifan's full-sized avatar
🤯
🤯

Block or report victorlifan

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
victorlifan/README.md



LinkedIn website Stack Overflow HackerRank

Hey there, I'm Fan, a machine learning engineer and data scientist 🕺

from datascience.datascientist import Fan

...

class Bio(metaclass=Meta):
    name        : str = "Fan Li"
    designation : str = "Data Scientist"
    base        : str = "San Francisco, CA"
    website     : str = "https://victorlifan.wixsite.com/victorlifan"
    company     : str = "Capgemini"

class Stack(metaclass=Meta):
    languages   : Tuple[str, ...] = ("Python", "SQL", "HTML", "Bash")
    databases   : Tuple[str, ...] = ("MySQL", "PostgreSQL", "Oracle", "MongoDB")
    misc        : Tuple[str, ...] = ("AWS", "Spark", "Docker")
    ongoing     : Tuple[str, ...] = ("Reinforcement Learning")

class Social(metaclass=Meta):
    linkedin    : str = "victorlifan"
    twitter     : str = "fanli54296660"
    wechat      : str = "victorlifan"

💻 Some stats 💻

watching_count

Fan's GitHub stats

Pinned Loading

  1. feature_importance feature_importance Public

    feature importance and selection

    Jupyter Notebook 1

  2. kmeans kmeans Public

    kmeans, kmeans++, SpectralClustering from scratch

    Jupyter Notebook

  3. Recommendations_with_IBM Recommendations_with_IBM Public

    analyze the interactions that users have with articles on the IBM Watson Studio platform, and make recommendations to them about new articles they will like

    HTML

  4. text_parsing_and_data_viz_-enron_case- text_parsing_and_data_viz_-enron_case- Public

    The goal of this project is to learn how to collect, filter, aggregate, explore, and visualize data from a large collection of files

    Jupyter Notebook

  5. Sparkify--Pyspark-Big-Data-Project Sparkify--Pyspark-Big-Data-Project Public

    This project performed data wrangling, analysis, visualization as well as machine learning prediction on a hypothetical music app's user churn with pyspark.

    Jupyter Notebook 1

  6. Reinforcement-Learning-Specialization Reinforcement-Learning-Specialization Public

    Jupyter Notebook