Skip to content
View misterepsilon's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Montreal, Canada
  • 15:41 (UTC -05:00)

Highlights

  • Pro

Block or report misterepsilon

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

😎 About Me

#!/usr/bin/python
# -*- coding: utf-8 -*-

class MisterEpsilon :

    def __init__(self) :
        
        self.surname = "Epsilon"
        self.role = "PhD Student in Financial Engineering | Data Scientist"
        self.interests = ["Data Science", "Machine Learning", "Deep Learning", 
                          "Big Data", "Finance", "Economics", 
                          "Statistics", "Quantitative Analysis"]
        self.hobbies = ["Reading", "Writing", "Music", "Volleyball"]
        self.education = {
                            "degree": ["Master of Science in Data Science", 
                                        "PhD in Financial Engineering (in progress)"],
                            "university": ["University Paris 1 Panthéon-Sorbonne", 
                                          "HEC Montréal"],
                        }
        self.language_spoken = ["French", "English", "Wolof"]
        self.location = "Montreal, Canada"
        self.favorite_quote = "No weakness, strive for greatness"
        self.programming_languages = ["Python", "R", "SAS", "Scala", "pySPARK"]

    def say_hi(self) :
        print("Hello, World! This is Mister Epsilon. Welcome to my GitHub profile. \n"
              "I am a {} based in {}. \n"
              "I am currently pursuing a {} at {}. \n"
              "I am passionate about {} and {}.\n"
              "I speak {} and my favorite quote is: '{}'.\n"
              "I am proficient in {}.".format(self.role, 
                                              self.location, 
                                              self.education["degree"][1], 
                                              self.education["university"][1], 
                                              ', '.join(self.interests), 
                                              ', '.join(self.hobbies), 
                                              ', '.join(self.language_spoken), 
                                              self.favorite_quote, 
                                              ', '.join(self.programming_languages))
              )

me = MisterEpsilon()
me.say_hi()

🛠️ Tools & Technologies

📫 How to reach me

Twitter Badge

📊 GitHub stats

MisterEpsilon's GitHub stats

GitHub Streak

Top Langs

📈 Visitors Count

Visitor Count

Pinned Loading

  1. BrainAgePrediction BrainAgePrediction Public

    Jupyter Notebook

  2. nicolagnecco/erf nicolagnecco/erf Public

    An R package for extreme quantile regression with random forests

    R 10

  3. GARCH-from-scratch GARCH-from-scratch Public

    R