Arx Data Classification #43
Replies: 3 comments
-
|
Classification as an information loss metric: The folder metric contains different metrics to find the best transformation. By tracing classification metric:
|
Beta Was this translation helpful? Give feedback.
-
|
Classification as a Data analysis: All classifier implementations and data preparation can be found in arx/aggregates/classification. An example is the Linear Regression classifier. The functions encodeFeatures and encodeClass do the data preparations. Currently, there are only 3 classifiers supported:
Note: SVM was integrated in the past using SMILE but removed due to lack of performance. How Arx classification works:
|
Beta Was this translation helpful? Give feedback.
-
|
Data pre-processing for classification: In encodeFeatures and encodeClass:
Check what is the input and the output at each row for inputdata Check other classifiers preprocessing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Arx uses the classification for two goals:
To use the classification as a metric, select the Utility measure tab then Classification accuracy measure, and select one or more Target variables from Attribute metadata.
To evaluate the anonymized data using classification, select Analyze utility, Classification performance, Classification model then select one or more Target variables:
Beta Was this translation helpful? Give feedback.
All reactions