Added
- Ability to supply features argument to new Datasets rather than wrapping in metadata dictionary
- data property to Phenonaut objects to return phe[-1].df[phe[-1].features].values
- weights argument to KNNImputer
Changed
- Percentile argument for percent_replicating and percent_compact is no longer required, and inferred to be 95th (if higher is better), or 5th if lower is better
Fixed
- Broken test caused by tempfile creation and phe.revert