Skip to content

Commit

Permalink
Fix missing feature in parkinsons
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDunnNZ committed Aug 1, 2022
1 parent e0d8afa commit 19708c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/data/classification/parkinsons.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ register(DataDep(
post_fetch_method=(path -> begin
UCIData.process_dataset(path,
target_index=18,
feature_indices=[2:17; 19:23],
feature_indices=[2:17; 19:24],
id_indices=1,
skipto=2,
)
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ expected_sizes = Dict(
"optical-recognition-handwritten-digits" => (3823, 66, 0, 0),
"ozone-level-detection-eight" => (2534, 74, 0, 14937),
"ozone-level-detection-one" => (2536, 74, 0, 14938),
"parkinsons" => (195, 23, 0, 0),
"parkinsons" => (195, 24, 0, 0),
"pen-based-recognition-handwritten-digits" => (7494, 18, 0, 0),
"planning-relax" => (182, 14, 0, 0),
"poker-hand" => (25010, 12, 0, 0),
Expand Down

0 comments on commit 19708c2

Please sign in to comment.