fixed path
This commit is contained in:
parent
64669564bf
commit
bc4b2ca545
@ -4,7 +4,7 @@ import tensorflow as tf
|
||||
import numpy as np
|
||||
|
||||
# Wczytanie danych z pliku CSV
|
||||
data = pd.read_csv('winemag-data_first150k.csv')
|
||||
data = pd.read_csv('data/winemag-data_first150k.csv')
|
||||
|
||||
# Podział danych na zbiory treningowe, deweloperskie (validation) i testowe
|
||||
train_data, temp_data = train_test_split(data, test_size=0.2, random_state=42)
|
||||
|
Loading…
Reference in New Issue
Block a user