Datasets:
Upload magic.py
Browse files
magic.py
CHANGED
@@ -10,16 +10,16 @@ import pandas
|
|
10 |
|
11 |
VERSION = datasets.Version("1.0.0")
|
12 |
_BASE_FEATURE_NAMES = [
|
13 |
-
"major_axis_length"
|
14 |
-
"minor_axis_length"
|
15 |
-
"log_of_sum_of_content"
|
16 |
-
"ratio_of_sum_of_highest_pixels_and_size"
|
17 |
-
"ratio_of_highest_pixel_and_size"
|
18 |
-
"projected_distance_highest_to_center_pixel"
|
19 |
-
"third_root_of_third_moment_along_major_axis"
|
20 |
-
"third_root_of_third_moment_along_minor_axis"
|
21 |
-
"angle_major_axis_to_origin"
|
22 |
-
"distance_origin_to_center"
|
23 |
"class"
|
24 |
]
|
25 |
|
|
|
10 |
|
11 |
VERSION = datasets.Version("1.0.0")
|
12 |
_BASE_FEATURE_NAMES = [
|
13 |
+
"major_axis_length",
|
14 |
+
"minor_axis_length",
|
15 |
+
"log_of_sum_of_content",
|
16 |
+
"ratio_of_sum_of_highest_pixels_and_size",
|
17 |
+
"ratio_of_highest_pixel_and_size",
|
18 |
+
"projected_distance_highest_to_center_pixel",
|
19 |
+
"third_root_of_third_moment_along_major_axis",
|
20 |
+
"third_root_of_third_moment_along_minor_axis",
|
21 |
+
"angle_major_axis_to_origin",
|
22 |
+
"distance_origin_to_center",
|
23 |
"class"
|
24 |
]
|
25 |
|