Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository:jakevdp/PythonDataScienceHandbook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:master
Choose a base ref
...
head repository:cpearce/PythonDataScienceHandbook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 71 files changed
  • 1 contributor

Commits on Jan 2, 2022

  1. Configuration menu
    Copy the full SHA
    ffe707bView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d32bdb7View commit details
    Browse the repository at this point in the history
  3. Add .venv to .gitignore

    @cpearce
    cpearce committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    6e09c33View commit details
    Browse the repository at this point in the history
  4. Update colab links to point to cpearce github.

    The original code no longer works on colab as colab uses a more recent version of scikit.
    @cpearce
    cpearce committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    b206e1aView commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bb4a20View commit details
    Browse the repository at this point in the history
  6. Fix 05.06 Linear Regression.

    Ensure data files are available.
    @cpearce
    cpearce committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    c6eb370View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc176eaView commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7ac08bfView commit details
    Browse the repository at this point in the history
  9. Fix 05.08 Random Forest

    @cpearce
    cpearce committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    3613629View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Fix 05.09 PCA

    @cpearce
    cpearce committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    6e0d412View commit details
    Browse the repository at this point in the history
  2. SVM output

    @cpearce
    cpearce committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    ac9d0f2View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c704a5View commit details
    Browse the repository at this point in the history
  4. Fix 05.14 Image Features.

    The RGB to Grayscale functions no longer work on the grayscale image format, so had to manually convert these to float [0,1] range.
    @cpearce
    cpearce committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    9fa29bfView commit details
    Browse the repository at this point in the history
  5. Update readme

    @cpearce
    cpearce committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    2fee3cfView commit details
    Browse the repository at this point in the history
Loading