Skip to content
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

[ENH] Neural network widget that works in a separate thread #2958

Merged
merged 5 commits into from
Jun 1, 2018

Commits on Mar 15, 2018

  1. owneuralnetwork: execution in a threat and progress bar

    The scikit-learn class in the background does not support callbacks, so
    I made its verbose output the callback.
    markotoplak committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    5bb4d00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    677e6f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fc7292 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. owneuralnetwork: connect callbacks to NN through n_iters_

    MLPClassifier n_iters_ was made a property which calls a callback.
    markotoplak committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    e7c89a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. Configuration menu
    Copy the full SHA
    48bb3bc View commit details
    Browse the repository at this point in the history