Skip to content

Instantly share code, notes, and snippets.

@brinnaebent
Created June 30, 2020 01:43
Show Gist options
  • Save brinnaebent/68dc10c97621c66b03fd483f02cd3d23 to your computer and use it in GitHub Desktop.
Save brinnaebent/68dc10c97621c66b03fd483f02cd3d23 to your computer and use it in GitHub Desktop.
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