climate_learn icon indicating copy to clipboard operation
climate_learn copied to clipboard

Add a simple function that splits data for training/testing based on hemisphere

Open monocongo opened this issue 7 years ago • 0 comments

The NCAR Community Atmospheric Model that we're basing some of this work upon operates in the same way on the northern and southern hemispheres, so we can use this as a convenient split for train/test datasets, as opposed to using scikit-learn's train_test_split() function that we've been using for train/test splits.

monocongo avatar Sep 25 '18 17:09 monocongo