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)
-
Notifications
You must be signed in to change notification settings - Fork 0
xarray-aware scikit-learn
License
wy2136/xlearn
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
xarray-aware scikit-learn
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published