2 Questions 2 Answers 0 Followers
Questions related from Platon Chebotaev
At first I ran regular MLR model and it's okay with R2 parameter from sklearn import linear_model #from sklearn.feature_selection import SelectFromModel lm =...
25 May 2024 6,214 1 View
I have a training set consisting of 39 compounds. Here is a short code to calculate LOO q2 to SVR: from sklearn.model_selection import GridSearchCV from sklearn.metrics import make_scorer,...
25 May 2024 8,847 1 View