Skip to content
Snippets Groups Projects

Resolve "Visualization"

Merged Charly Lamothe requested to merge 13-visualization into master
2 files
+ 2
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -25,7 +25,7 @@ class ModelRawResults(object):
@property
def model_weights(self):
return self.model_weights
return self._model_weights
@property
def training_time(self):
Loading