Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Olivier REYNET
Embedded Machine Learning
Commits
957df7c0
Commit
957df7c0
authored
Nov 15, 2021
by
Olivier REYNET
Browse files
CART Python add
parent
33f3aba4
Changes
1
Hide whitespace changes
Inline
Side-by-side
CART/Python/CropRec_main.py
View file @
957df7c0
...
...
@@ -8,7 +8,7 @@ from CART import *
# Extract dataset
dataset
=
'croprec.csv'
dataset
=
'
../../DATASETS/
croprec.csv'
crop_df
=
pd
.
read_csv
(
dataset
,
header
=
0
)
Y
=
crop_df
.
label
.
values
features
=
crop_df
.
columns
.
values
[:
-
1
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment