β¨ About β’ π§ Projects β’ π¬ Contact
class Tadej:
def __init__(self):
self.username: 'lahovniktadej'
self.name = 'Tadej Lahovnik'
self.education = 'MSc in Informatics & Data Technologies'
self.code = {
'language': ['JavaScript', 'TypeScript', 'Python', 'Julia', 'Java', 'PHP'],
'frontend': ['React', 'HTML', 'CSS', 'MaterialUI', 'Tailwind', 'Bootstrap'],
'backend': ['Node', 'Express', 'FastAPI', 'Flask'],
'database': ['MongoDB', 'MySQL', 'Neo4j'],
'devops': ['Docker', 'GitHub Actions']
}
self.hobby = ['Music Production', 'Drum & Bass', 'Gaming', 'Volleyball', 'Football']
-
π§¬
GATree
GATree
is a Python library designed for implementing evolutionary decision trees using a standard genetic algorithm approach. The library provides functionalities for selection, mutation, and crossover operations within the decision tree structure, allowing users to evolve and optimise decision trees for various classification and clustering tasks. π²π§¬ -
π΅
Succulent
succulent
is a pure Python framework that simplifies the configuration, management, collection, and preprocessing of data collected via POST requests. This framework draws inspiration from real-world data collection challenges in smart agriculture, specifically plant monitoring using ESP32 devices. The main goal behind succulent is to streamline the process of configuring various data parameters and provide a range of useful functions for data transformations. π§ πΏ