fix
This commit is contained in:
parent
a860f43d29
commit
fb48e4e5f5
4
model.py
4
model.py
@ -8,9 +8,7 @@ from tensorflow.keras.models import Sequential
|
||||
from tensorflow.keras.layers import Dense
|
||||
import tensorflow as tf
|
||||
|
||||
# data = pd.read_csv('./data/train.csv')
|
||||
data = pd.read_csv('./openpowerlifting.csv')
|
||||
print(data)
|
||||
data = pd.read_csv('./data/train.csv')
|
||||
|
||||
data = data[['Sex', 'Age', 'BodyweightKg', 'TotalKg']].dropna()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user