Skip to content

Instantly share code, notes, and snippets.

@aialenti
Created February 2, 2020 18:33
Show Gist options
  • Save aialenti/02620bc617e8ae035543481037113b09 to your computer and use it in GitHub Desktop.
Save aialenti/02620bc617e8ae035543481037113b09 to your computer and use it in GitHub Desktop.
# Read input data
X, y = preprocessing()
# Create dataframe to collect the results
tests_columns = ["test_nr", "cv_mean", "cv_min", "cv_max", "cv_median", "params"]
test_id = 0
tests = pd.DataFrame(columns=tests_columns)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment