OHDSI / DeepPatientLevelPrediction

An R package for performing patient level prediction using deep learning in an observational database in the OMOP Common Data Model.
https://ohdsi.github.io/DeepPatientLevelPrediction
10 stars 4 forks source link

bug: pl.count(Series) doesn't work in newest polars (0.20.x) #106

Closed egillax closed 8 months ago

egillax commented 8 months ago

Need to switch to:

series.count()

instead of

pl.count(series)