From 38d663e82d0d597103716b4d96cb4d4c9864e9a3 Mon Sep 17 00:00:00 2001 From: Sermet Pekin Date: Mon, 9 Dec 2024 22:37:19 +0300 Subject: [PATCH] test --- include/dataframe.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dataframe.hpp b/include/dataframe.hpp index 6d81a62..f8f6d96 100644 --- a/include/dataframe.hpp +++ b/include/dataframe.hpp @@ -397,6 +397,7 @@ namespace microgradCpp // Replace the original columns with shuffled columns columns = shuffled_columns; } + void normalize(const v_string &cols_given = {}) { v_string cols_to_normalize;