Update 'evaluate.py'
This commit is contained in:
parent
73eb538317
commit
f8fa8f2d39
@ -8,6 +8,7 @@ import numpy as np
|
||||
model = keras.models.load_model('lego_reg_model')
|
||||
|
||||
# Załadowanie zbioru testowego
|
||||
data_test = pd.read_csv('lego_sets_clean_test.csv')
|
||||
test_piece_counts = np.array(data_test['piece_count'])
|
||||
test_prices = np.array(data_test['list_price'])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user