monocongo / climate_learn

Deep learning for climate modeling.
BSD 3-Clause "New" or "Revised" License
38 stars 22 forks source link

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

Open monocongo opened 5 years ago

monocongo commented 5 years ago

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.