climate_learn
climate_learn copied to clipboard
Add a simple function that splits data for training/testing based on hemisphere
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.