peng-lab / BaSiCPy

MIT License
66 stars 22 forks source link

Fix/fit #34

Closed Nicholas-Schaub closed 2 years ago

Nicholas-Schaub commented 2 years ago

This simply sets the BaSiC._score and BaSiC._reweight_score values during fitting.

One thing to consider in the future is making these class attributes that we force initialize to None when the object is created. This will let us dump the fit scores when we dump the models so we can tell how good/bad the fit was.