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
Currently we have the ability to easily perform external validation of models developed using PLP across the OHDSI network. We added code to let users create GLM that are developed outside of the PLP framework via PatientLevelPrediction::createGlmModel. It would be nice to have a similar function that lets users implement scikit learn models developed outside the PLP framework, something like: createSciKitLearnModel
The text was updated successfully, but these errors were encountered:
Currently we have the ability to easily perform external validation of models developed using PLP across the OHDSI network. We added code to let users create GLM that are developed outside of the PLP framework via PatientLevelPrediction::createGlmModel. It would be nice to have a similar function that lets users implement scikit learn models developed outside the PLP framework, something like: createSciKitLearnModel
The text was updated successfully, but these errors were encountered: