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: Python-Z/dml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: justdark/dml
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.
  • 6 commits
  • 11 files changed
  • 3 contributors

Commits on Nov 13, 2016

  1. Update pca.py

    bug
    justdark authored Nov 13, 2016
    Configuration menu
    Copy the full SHA
    d0503cb View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. adaboost.py float

    admin committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    10a1d9f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. Merge pull request justdark#1 from foxgaga/master

    adaboost.py float
    justdark authored Dec 15, 2016
    Configuration menu
    Copy the full SHA
    ce2ed44 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2017

  1. Create mcmc.py

    mcmc
    justdark authored Dec 30, 2017
    Configuration menu
    Copy the full SHA
    032823b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. docs: fix a few simple typos

    There are small typos in:
    - README.md
    - dml/CNN/CNN.py
    - dml/DT/decisionTree.py
    - dml/LR/logisticRegression.py
    - dml/NB/naiveBayesian.py
    - dml/NN/neuralNetwork.py
    - test/naiveBayesian/nb_test.py
    
    Fixes:
    - Should read `continuous` rather than `continous`.
    - Should read `discreet` rather than `descret`.
    - Should read `actually` rather than `actualy`.
    - Should read `referred` rather than `refered`.
    - Should read `recommend` rather than `recommand`.
    
    Closes justdark#2
    timgates42 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    2179026 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Merge pull request justdark#3 from timgates42/bugfix_typos

    docs: fix a few simple typos
    justdark authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    4a547a2 View commit details
    Browse the repository at this point in the history
Loading