#!/usr/bin/python
# -*- coding: utf-8 -*-
class Person:
def __init__(self):
self.name = "Szymon"
self.role = "Junior Machine Learning Engienner"
def info(self):
print("Explainable Artificial Intelligence - Find out about your AI model's decisions")
def fun(self):
print("Fun fact: the heads on Easter Island have bodies 🗿")
me = Person()
me.info()
me.fun()
Pinned Loading
-
BookWiseAIModel
BookWiseAIModel PublicSupporting Business Operations with Explainable Artificial Intelligence Methods: The Case of Hotel Reservation Analysis - Model
HTML
-
BookWiseAIApp
BookWiseAIApp PublicSupporting Business Operations with Explainable Artificial Intelligence Methods: The Case of Hotel Reservation Analysis - Django Application
JavaScript
-
MediOrange
MediOrange PublicAI assistant supports medical procedures and protocols. Ask about clinical guidelines, best practices, or procedural steps - Econverse Cup 2025
C++ 1
-
KaggleCompetitions
KaggleCompetitions PublicSolution notebooks from Kaggle competitions
Jupyter Notebook
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



