Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiang-Kangkang committed May 17, 2021
1 parent 7a685a2 commit 63282d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 565 deletions.
2 changes: 1 addition & 1 deletion python/pytest/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def test_poisson(self):
# group = np.linspace(1, p, p)
# model.fit(data.x, data.y, group=group)

model2 = abessPoisson(path_type="seq", sequence=sequence, ic_type='ebic', is_screening=False, screening_size=30,
model2 = abessPoisson(path_type="seq", sequence=sequence, ic_type='ebic', is_screening=True, screening_size=100,
K_max=10, epsilon=10, powell_path=2, s_min=1, s_max=p, lambda_min=0.01, lambda_max=100, is_cv=False, K=5,
exchange_num=2, tau=0.1 * np.log(n*p) / n,
primary_model_fit_max_iter=80, primary_model_fit_epsilon=1e-6, early_stop=False, approximate_Newton=False, ic_coef=1., thread=1)
Expand Down

0 comments on commit 63282d3

Please sign in to comment.