powered by
Change columns to numeric if possible
change_to_num(features)
dataframe with numeric columns where possible
dataframe of features for machine learning
Zena Lapp, zenalapp@umich.edu
if (FALSE) { class(change_to_num(data.frame(val = c("1", "2", "3")))[[1]]) }
Run the code above in your browser using DataLab