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.
2 parents 3552132 + 789f63b commit 44407eeCopy full SHA for 44407ee
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
os:
15
- ubuntu-latest
16
- #- macos-latest # see issue #271
+ - macos-latest
17
- windows-latest
18
python-version:
19
- "3.10"
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