Replies: 1 comment 2 replies
-
Would you be able to clarify what you mean by "takes into account"? What kind of specialization would be used? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently attempting to compare predictions of clinical outcomes (dead vs alive (logistic) or number of hospitalizations days(linear)) using different paramters (age (continuous), sex (categorica), bmi(continuous)) using traditional (logistic or linear) regression to symbolic regression. I was wondering how I can ensure that the "PySRRegressor" function to develop the different equations takes into account the different types variables/predictors (continuous or categorical).
Beta Was this translation helpful? Give feedback.
All reactions