Skip to content

Commit

Permalink
Update example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
notthatanonymous authored Oct 24, 2023
1 parent 100685d commit a3647b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def test_all(X, theta):
train.shape[0] - int(train.shape[0] * 0.25))
tim = time.time()
ss = GraphicalModelStabilitySelection(
est, n_repetitions=10, iid=False, sampling_size=sampling_size,
est, n_repetitions=10, sampling_size=sampling_size,
param_grid={'alpha': np.linspace(1e-5, 1e3, 100)})
ss.fit(X[train, :])
times['stars'].append(time.time() - tim)
Expand Down

0 comments on commit a3647b8

Please sign in to comment.