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