add missing newline

This commit is contained in:
Bogumił Kamiński 2022-03-08 17:31:34 +01:00
parent 1b89629698
commit 133e60e548

View File

@ -203,6 +203,7 @@ for type in [0, 1], col in ["deg_ml", "deg_web"]
end
gdf = groupby(classes_df, :ml_target)
combine(gdf,
:deg_ml => mean => :mean_deg_ml,
:deg_web => mean => :mean_deg_web)