Created
June 30, 2020 01:43
-
-
Save brinnaebent/68dc10c97621c66b03fd483f02cd3d23 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
import pandas as pd | |
def LOOCV_featureselection(data, ids, outcomevar, dropcols, idcolumn, numestimators=1000): |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment