Currently some issues with classifiers (tested on v1.2.3) which don't drop unclassified data in this case. Working OK on v1.0.1. To do: - [ ] Update testing envs. - [ ] Test and debug - likely change in merge or pivot_table routines in [_setWide](https://github.com/phockett/PEMtk/blob/c36dc94406ad5b7bab6e49805c725fc50a058ae8/pemtk/fit/_analysis.py#L140) or [classifyFits](https://github.com/phockett/PEMtk/blob/c36dc94406ad5b7bab6e49805c725fc50a058ae8/pemtk/fit/_analysis.py#L234)? May be able to fix with dropna() prior to reformatting.
Currently some issues with classifiers (tested on v1.2.3) which don't drop unclassified data in this case. Working OK on v1.0.1.
To do: