You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example getting predictions from ModelfitResults doesn't reset the index. This is because many parts of the ModelfitResults can be passed back into functions and then index needs to be de-reset.
Further reset_index doesn't work for predictions. The ID column doesn't get properly converted.
The text was updated successfully, but these errors were encountered:
For example getting
predictions
fromModelfitResults
doesn't reset the index. This is because many parts of theModelfitResults
can be passed back into functions and then index needs to be de-reset.Further
reset_index
doesn't work forpredictions
. TheID
column doesn't get properly converted.The text was updated successfully, but these errors were encountered: