Skip to content

wy2136/xlearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xlearn: xarray-aware scikit-learn

Example

from xlearn.cluster import KMeans
import xarray as xr
import numpy as np

da = xr.DataArray(np.random.randn(100, 2, 3))
m = KMeans(n_clusters=4, random_state=0).fit(da)

Notebook Examples

North Atlantic Weather Regimes

NA_weather_regimes

About

xarray-aware scikit-learn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages