[scikit-learn] Vote on SLEP009: keyword only arguments

Alexandre Gramfort alexandre.gramfort at inria.fr
Wed Sep 11 09:22:15 EDT 2019


hi,

Adrin do you suggest this for everything or maybe just for __init__
params of estimators
and stuff that can come after X, y in fit eg sample_weights?

would:

clf.fit(X, y)

still be allowed?

Alex


More information about the scikit-learn mailing list