Open RobertClay opened 7 months ago
@ld-archer per your comment the other day on easier loading of dataframes into rpy2.
combine this with not converting back into pandas and just directly cast predictions to np arrays.
limiting rpy2 use as much as possible seems like the goal here.
messing around with r utils functions we can call rpy2 a lot less than we are currently.
going to refactor these functions and test speed improvements.