Skip to content
View Renien's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report Renien

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

Hi there πŸ‘‹

  • πŸ”­ I’m currently working on big data and data science use cases in telco domain
  • 🌱 I’m currently learning cloud engineering on AWS, GCP, Azure and more
  • πŸ‘― I’m looking to collaborate on data engineering and data science engineering projects
  • πŸ€” I’m looking for help with data engineering projects
  • πŸ’¬ Ask me about big data architecture and implementing production ready data science algorithms
  • πŸ“« How to reach me: renien.com
  • πŸ˜„ Pronouns: Renien
  • ⚑ Fun fact: Dad to a πŸ‘Ό, Traveler 🌎, Water Garden 🌻, Fishkeeping 🐑, teacher and many other stuffs

Pinned

  1. ETL-Starter-Kit ETL-Starter-Kit Public

    πŸ“ Extract, Transform, Load (ETL) πŸ‘· refers to a process in database usage and especially in data warehousing. This repository contains a starter kit featuring ETL related work.

    Scala 21 9

  2. doc-diff doc-diff Public

    🐍 Support app to get a diff results from two document πŸ“—

    Python 5 2

  3. Jaccard Similarity: The Jaccard simi... Jaccard Similarity: The Jaccard similarity of sets is the ratio of the size of the intersection of the sets to the size of the union. This measure of similarity is suitable for many applications, including textual similarity of documents and similarity of buying habits of customers.
    1
    __author__ = 'renienj'
    2
    
                  
    3
    import numpy as np
    4
    
                  
    5
    def compute_jaccard_similarity_score(x, y):
  4. docker-spark-livy docker-spark-livy Public

    Spark Standalone & Livy

    Dockerfile 12 8

  5. trino-poc trino-poc Public

    trino testing environment

    Dockerfile 1