We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8018a1 commit 789f63bCopy full SHA for 789f63b
tests/test_sample_simple_cur.py
@@ -1,7 +1,7 @@
1
import unittest
2
3
import numpy as np
4
-from sklearn.datasets import fetch_california_housing as load
+from sklearn.datasets import load_diabetes as load
5
6
from skmatter.sample_selection import CUR, FPS
7
0 commit comments