Closed BSchilperoort closed 6 years ago
In a dataset without H2O data, the preprocessing step will fail, as it checks for an label which is not in the pandas dataframe. Perhaps add a check, or option to skip the H2O related processing steps?
Yes, that's probably a good way to go. I'll mark it as an enhancement.
Done via pull pull request/merge https://github.com/tomchor/pymicra/pull/6
Just for the sake of completeness, I pushed a fix to a bug that happened when skip_h2o was True and when there was a solute.
skip_h2o
In a dataset without H2O data, the preprocessing step will fail, as it checks for an label which is not in the pandas dataframe. Perhaps add a check, or option to skip the H2O related processing steps?