Update 'simple_regression.py'
Some checks failed
s449288-training/pipeline/head There was a failure building this commit
Some checks failed
s449288-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
c85e4e4f47
commit
76657a9957
@ -56,14 +56,6 @@ model.save('lego_reg_model')
|
||||
|
||||
# Opcjonalne statystyki, wykresy
|
||||
'''
|
||||
# Prosta ewaluacja
|
||||
test_results = {'model': model.evaluate(
|
||||
test_piece_counts,
|
||||
test_prices, verbose=0)
|
||||
}
|
||||
|
||||
print(test_results)
|
||||
|
||||
hist = pd.DataFrame(history.history)
|
||||
hist['epoch'] = history.epoch
|
||||
print(hist.tail())
|
||||
|
Loading…
Reference in New Issue
Block a user