Update ucf_crime.py
Browse files- ucf_crime.py +1 -1
ucf_crime.py
CHANGED
@@ -78,11 +78,11 @@ _SPLIT_FILES = {
|
|
78 |
}
|
79 |
|
80 |
_NAMES = [
|
|
|
81 |
"Abuse", "Arrest", "Arson", "Assault",
|
82 |
"Burglary", "Explosion", "Fighting",
|
83 |
"RoadAccidents", "Robbery", "Shooting",
|
84 |
"Shoplifting", "Stealing", "Vandalism",
|
85 |
-
"Normal",
|
86 |
]
|
87 |
_ANOMALIES = ["Normal", "Abnormal"]
|
88 |
|
|
|
78 |
}
|
79 |
|
80 |
_NAMES = [
|
81 |
+
"Normal",
|
82 |
"Abuse", "Arrest", "Arson", "Assault",
|
83 |
"Burglary", "Explosion", "Fighting",
|
84 |
"RoadAccidents", "Robbery", "Shooting",
|
85 |
"Shoplifting", "Stealing", "Vandalism",
|
|
|
86 |
]
|
87 |
_ANOMALIES = ["Normal", "Abnormal"]
|
88 |
|