Skip to content
Snippets Groups Projects
Commit 49243434 authored by Nikolai.Hartmann's avatar Nikolai.Hartmann
Browse files

data_loaded flag for ClassificationProjectDataFrame

parent 8f889d68
No related branches found
No related tags found
No related merge requests found
......@@ -1656,6 +1656,8 @@ class ClassificationProjectDataFrame(ClassificationProject):
self._w_test = None
self._w_train_tot = None
self.data_loaded = True
if not self.data_transformed:
self._transform_data()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment