8000 Add TQDM progress bar to .fit · Issue #30072 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

Add TQDM progress bar to .fit #30072

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ganbaaelmer opened this issue Oct 15, 2024 · 3 comments
Closed

Add TQDM progress bar to .fit #30072

ganbaaelmer opened this issue Oct 15, 2024 · 3 comments
Labels
Needs Triage Issue requires triage New Feature

Comments

@ganbaaelmer
Copy link

Describe the workflow you want to enable

Add TQDM progress bar to .fit

from sklearn.svm import SVC
svcmodel.fit(X_train,y_train)

Describe your proposed solution

Add TQDM progress bar to .fit

Describe alternatives you've considered, if relevant

Add TQDM progress bar to .fit

Additional context

No response

@ganbaaelmer ganbaaelmer added Needs Triage Issue requires triage New Feature labels Oct 15, 2024
@adrinjalali
Copy link
Member

Duplicate of #7574

@adrinjalali adrinjalali marked this as a duplicate of #7574 Oct 15, 2024
@adrinjalali adrinjalali closed this as not planned Won't fix, can't repro, duplicate, stale Oct 15, 2024
@ganbaaelmer
Copy link
Author

how to use progiter for svcmodel.fit(X_train,y_train) ?
@adrinjalali

@adrinjalali
Copy link
Member

You can't. That would require you changing the libsvm's C++ code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Triage Issue requires triage New Feature
Projects
None yet
Development

No branches or pull requests

2 participants
0