Update 'simple_regression.py'
Some checks failed
s449288-training/pipeline/head There was a failure building this commit

This commit is contained in:
Kacper Dudzic 2022-04-24 17:13:01 +02:00
parent 536d52d1c9
commit 48e740fa58

View File

@ -1,6 +1,6 @@
import tensorflow as tf
from keras import layers
from keras import save_model
from keras.models import save_model
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt