Update 'create_dataset.py'

This commit is contained in:
Wojciech Mikołajski 2023-06-16 01:40:48 +02:00
parent a063eea17b
commit 683018409e

View File

@ -49,7 +49,7 @@ water_test, water_dev = train_test_split(water_test, train_size=0.66, random_sta
#water["is_safe"].value_counts().plot(kind="bar") #water["is_safe"].value_counts().plot(kind="bar")
import os
directory ='dane' directory ='dane'
if not os.path.exists(directory): if not os.path.exists(directory):