Skip to content
View koettbullarr's full-sized avatar
🐢
🐢

Highlights

  • Pro
Block or Report

Block or report koettbullarr

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

Hi there πŸ˜€βœŒοΈ

"""
Short info about me:
"""
class Me:
    def __init__(self):
        self.name = "Nurzhanat Zhussup"
        
class About(Me):
    def __init__(self):
        super().__init__()
        
        self.university = "Vienna University of Economics and Business"
        self.degree = "BSc. Business, Economics and Social Sciences"
        self.specialization = "Data Science"
        self.city = "Vienna"
 
    def get_contact(self) -> dict:
        return {
            "LinkedIn": "https://www.linkedin.com/in/nurzhanat-zhussup/",
            "E-Mail": "zhussup.nb@gmail.com"
        }
    def get_hobbies(self) -> list:
        return ["Skiing", "Playing Tennis", "Gaming", "Programming",
                "Learning something new in Data Science and Web/Software Development"]

🌟 My Current Highlight Project

Clustering-Based-SVDpp

πŸ’» Skills

πŸ–₯️ (Programming) Languages

Python Java R

SQL HTML5 CSS3

🧰 (Common) Libraries & Frameworks

Scikit-learn Tensorflow Keras NumPy SciPy Hugging Face XGBoost SparkML

Matplotlib Seaborn Shiny Ggplot2 Plotly

Pandas PySpark Apache Kafka

and more :)

πŸ’Ύ Databases

PostgreSQL MySQL

πŸ”§ Tools

Git PowerBI Jira Confluence

πŸ“¬ Connect with Me

LinkedIn Email

Pinned

  1. Big-Data-Yelp-Recommender-Project Big-Data-Yelp-Recommender-Project Public

    University big data project. Analysing Yelp dataset and developing recommendation algorithms

    Python

  2. Bike-Demand-Analysis-ML Bike-Demand-Analysis-ML Public

    Bike Demand Regression Analysis

    R

  3. Clustering-Based-SVDpp Clustering-Based-SVDpp Public

    Extension of a Singular Value Decomposition ++ recommendation algorithm according to a research paper.

    Python