You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When fit the gaussian process classifier it is extremely slow.
Mainly the line below
models = {name: get_models(func, reps=reps, n_samples=n_samples) for name, func in zip(names, classifiers)}
The text was updated successfully, but these errors were encountered:
When fit the gaussian process classifier it is extremely slow.
Mainly the line below
models = {name: get_models(func, reps=reps, n_samples=n_samples) for name, func in zip(names, classifiers)}
The text was updated successfully, but these errors were encountered: