You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are stripping the ._data attribute of the FA model before saving. I think that makes sense, to save memory.
However, when reloading the model, we should be able to re-add data to still run downstream analysis, that user proeprties from self._data. Otherwise, we have to make sure that the important downstream functionalities work w/o self._data
This currently does not work, because add_data() throws an error. @ data expert @timtreis, maybe you can have a look at this?
Feel free to use the notebook in the current PR from branch feature/issue-x/example-notebook as an example. I already added the cell, but commented it out it.
The text was updated successfully, but these errors were encountered:
Currently we are stripping the
._data
attribute of the FA model before saving. I think that makes sense, to save memory.However, when reloading the model, we should be able to re-add data to still run downstream analysis, that user proeprties from
self._data
. Otherwise, we have to make sure that the important downstream functionalities work w/oself._data
This currently does not work, because
add_data()
throws an error. @ data expert @timtreis, maybe you can have a look at this?Feel free to use the notebook in the current PR from branch feature/issue-x/example-notebook as an example. I already added the cell, but commented it out it.
The text was updated successfully, but these errors were encountered: