@@ -61,3 +61,4 @@ target/
/logs
/cache
*/image
+/venv
@@ -7,6 +7,8 @@
import abc
import pandas as pd
+import toad as td
+import seaborn as sn
from entitys import DataFeatureEntity, MetricTrainEntity, TrainConfigEntity