From ec394a42ed36cdd3f3ea8f4fb54c3bc094969b88 Mon Sep 17 00:00:00 2001 From: ecm9999 Date: Wed, 27 Nov 2024 11:55:26 -0300 Subject: [PATCH] Update train.py --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index f4ff478f6..32d0c2a53 100644 --- a/train.py +++ b/train.py @@ -2,7 +2,7 @@ from sklearn.model_selection import train_test_split from sklearn.ensemble import RandomForestRegressor import matplotlib.pyplot as plt -import seaborn as sns +import seaborn as sns import numpy as np # Set random seed seed = 42