Skip to content

Commit 5e4d0d3

Browse files
committed
Markdown fix
1 parent 15361d3 commit 5e4d0d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/sql-database-edge/deploy-onnx.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ x = df.drop(['MEDV'], axis = 1)
5757
# y is what we are trying to predict - the median value
5858
y = df.iloc[:,-1]
5959

60-
6160
# Split the data frame into features and target
6261
x_train = df.drop(['MEDV'], axis = 1)
6362
y_train = df.iloc[:,-1]

0 commit comments

Comments
 (0)