MR-NBD / ML4N--Adversarial-Attacks-Polito-2023-24

Analysing Adversarial Attacks on Tabular Data Classifiers
MIT License
1 stars 0 forks source link

1.2 Data Preprocessing #2

Closed MR-NBD closed 10 months ago

MR-NBD commented 10 months ago

Data exploration and preprocessing

As a preprocessing step, convert categorical features to numerical features, e.g., by means of a one-hot encoding, and apply a normalization to map all features between [0, 1]. Assign labels to the dataset indicating the true loan attribution outcomes for supervised learning. Clearly define categories or classes representing loan approval or denial. Additionally, reserve 20% of the dataset for final testing and assessment of the robustness of the models.

Distii commented 10 months ago

Completato ma con forse qualche dettaglio in più che va aggiunto nel report