I build things, break things, and write what I learn.
Currently exploring:
program 5 - Random Forest Classification – Weather and Iris Dataset 1 2import pandas as pd import numpy as np 3import matplotlib.pyplot as plt import seaborn as sns 4from sklearn.model_selection …