-----------------
- Providing sklearn-like features
- Added fit_transform method that acts like the `sklearn NMF fit_transform
method <https://scikit-learn.org/stable/modules/generated/sklearn.decomposition.NMF.html#sklearn.decomposition.NMF.fit>`_.
- Returns C_
- Added components_ attribute, which is synonymous with ST_
- Added fit_kwargs parameter to McrAR that will pass forward to the fit and fit_transform methods
- One can, e.g., set the ST or C guess from instantiation instead of calling fit or fit_transform