#!/usr/bin/python
# -*- coding: utf-8 -*-
class DataAnalyst:
def __init__(self):
self.name = "Novrizal Roynanda"
self.role = "Data Analyst"
self.language_spoken = ["in_ID", "en_US"]
def say_hi(self):
print("Thank you for stopping by. It’s been a pleasure getting to know you!")
me = DataAnalyst()
me.say_hi()
Pinned Loading
-
credit_risk_analytics
credit_risk_analytics PublicCredit risk analysis determines a borrower's ability to meet debt obligations and the lender's aim when advancing credit. The goal is to identify patterns that indicate if a person is unlikely to r…
Jupyter Notebook
-
credit_scoring
credit_scoring PublicCredit scoring is a statistical analysis performed by lenders and financial institutions to determine the creditworthiness of a person or a small owner-operated business. A higher score refers to a…
Jupyter Notebook
-
bike_sharing_analytics
bike_sharing_analytics PublicBike sharing systems are new generation of traditional bike rentals where whole process from membership, rental and return back has become automatic. The goal of this project is to identify the und…
Jupyter Notebook 1
-
image_recognition
image_recognition PublicImage recognition allows machines to identify objects, people, entities, and other variables in images. It is a sub-category of computer vision technology that deals with recognizing patterns and r…
Jupyter Notebook
If the problem persists, check the GitHub status page or contact support.