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
    ffe707b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d32bdb7 View commit details
    Browse the repository at this point in the history
  3. Add .venv to .gitignore

    cpearce committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    6e09c33 View 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 committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    b206e1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bb4a20 View commit details
    Browse the repository at this point in the history
  6. Fix 05.06 Linear Regression.

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

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

Commits on Jan 3, 2022

  1. Fix 05.09 PCA

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

    cpearce committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    ac9d0f2 View commit details
    Browse the repository at this point in the history
  3. Fix 05.11 K Means clustering

    cpearce committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    0c704a5 View 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 committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    9fa29bf View commit details
    Browse the repository at this point in the history
  5. Update readme

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