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 16a809f commit ba8148aCopy full SHA for ba8148a
tests/lib/model/macqueen_kmeans.test.js
@@ -4,7 +4,7 @@ import MacQueenKMeans from '../../../lib/model/macqueen_kmeans.js'
4
import { randIndex } from '../../../lib/evaluate/clustering.js'
5
6
describe('clustering', () => {
7
- test('default', { retry: 10 }, () => {
+ test('default', { retry: 20 }, () => {
8
const model = new MacQueenKMeans(3)
9
const n = 20
10
const x = Matrix.concat(
0 commit comments