@ -11,7 +11,7 @@ import tensorflow as tf
data = pd.read_csv('./data/train.csv')
data = data[['Sex', 'Age', 'BodyweightKg', 'TotalKg']].dropna()
data['Age'] = data['Age'].astype(int)
features = data[['Sex', 'Age', 'BodyweightKg']]
target = data['TotalKg']
The note is not visible to the blocked user.