Currently working on enhancing analytical skills.
Learning advanced algorithms and statistical methods.
Exploring new tools, libraries and techniques in the ML field.
Open to collaborating on cutting-edge data projects.
def main():
alive = True
while alive:
code()
preprocess_data()
build_models()
sleep()
repeat()