Skip to content
View couyang24's full-sized avatar
:atom:
:atom:
Block or Report

Block or report couyang24

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
couyang24/README.md
from typing import List, Dict

class COuyang24:

  def __init__(self):
    self.username: str = "couyang24"
    self.full_name: str = "Chengran (Owen) Ouyang"
    self.languages: List[str] = ["Mandarin", "English", "Python", "SQL"]
    self.company: str = "Lyft"
    self.job: str = "Data Scientist"
    self.motto: str = "The opposit of success is not failure. It is ........ you never try"
    self.connect: Dict[str, str] = {
                          "Kaggle": "https://www.kaggle.com/couyang", 
                          "LinkedIn": "https://www.linkedin.com/in/owenouyang/",
                          "Website": "https://couyang24.github.io/"
                          }
    
  def __str__(self):
    return f"Hello there. I'm {self.full_name} 👋"


if __name__ == "__main__":
  me = COuyang24()
from . import COuyang24
Display(COuyang24().motto)

loading

Pinned

  1. Firelink Firelink Public

    Firelink is based on scikit-learn pipeline and adding the functionality to store the pipeline in `.yaml` or `.ember` file for production.

    Python 8 1

  2. Neuralink Neuralink Public

    Neuralink provides deeplearning modelling tools and is based on the methods from deeplearning.AI at Coursera.

    Python 4

  3. DataCamp-Projects DataCamp-Projects Public

    Data Camp Project Solutions

    Jupyter Notebook 13 12