You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A project where I use matplotlib, pandas, numpy, and seaborn to analyze and prepare a dataset in order to create, train, and test a Random Tree Classifier model and a Logistic Regression model.
A project where I implement multiple classes and use inheritance and the factory design pattern and functions to simulate a game where a traveler, the user, travels through a map and encounters dif…