Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 

Repository files navigation

Hi there

#!/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()

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors