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

plot_decision_regions: Deprecated 'res' in favour of 'num' #309

Merged
merged 8 commits into from
Dec 23, 2017

Commits on Dec 22, 2017

  1. plot_decision_regions: Deprecated 'res' in favour of 'num'

    Instead of specifying a min/max range dependant value, use a fixed
    number of points to draw in x- and y-axis with 'np.linspace' to generate
    the meshgrid.
    arteymix committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    3f22f6a View commit details
    Browse the repository at this point in the history
  2. plot_decision_regions: Default 'num' on the current figure points

    Lookup the figure size and DPI to determine the optimal number of points
    to consider for the meshgrid.
    arteymix committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    f689453 View commit details
    Browse the repository at this point in the history
  3. plot_decision_regions: Update docs

    Remove the references to the 'res' option: user should not have to worry
    anymore and stick on the defaults.
    arteymix committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    98a39ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc3b60a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aeda0cd View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2017

  1. some cosmetic fixes

    rasbt committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    d81a7a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b6b371 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef64a6a View commit details
    Browse the repository at this point in the history