Advertisement
Guest User

Untitled

a guest
Sep 17th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. In [1]: from shogun import LibLinear
  2.  
  3. In [2]: x = LibLinear()
  4.  
  5. In [3]: x.parameter_names()
  6. Out[3]:
  7. ('C1',
  8. 'C2',
  9. 'bias',
  10. 'data_locked',
  11. 'epsilon',
  12. 'features',
  13. 'labels',
  14. 'liblinear_solver_type',
  15. 'linear_term',
  16. 'max_iterations',
  17. 'max_train_time',
  18. 'solver_type',
  19. 'store_model_features',
  20. 'use_bias',
  21. 'w')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement