-
Hi, After fitting data by PySRRegressor, I only have two saved files, .csv and .bkup. However, I want to reload all equations after fitting, but I cannot apply Regards, Code is attached: model = PySRRegressor( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, I found I have a further question. I want to count free parameters of equations instead of directly use complexity. Is there any method to automatically get the number of free parameters? I have to manually count it for all equations after fitting data. Thanks! Regards, |
Beta Was this translation helpful? Give feedback.
Hi,
I found
from_file
could directly load equations from .csv file. Thus my problem is solved.I have a further question. I want to count free parameters of equations instead of directly use complexity. Is there any method to automatically get the number of free parameters? I have to manually count it for all equations after fitting data.
Thanks!
Regards,
Lu Li