1. 25 mar., 2017 1 validation
  2. 22 mar., 2017 10 validations
  3. 21 mar., 2017 1 validation
  4. 18 mar., 2017 23 validations
  5. 07 mar., 2017 5 validations
    • Antonis Maronikolakis's avatar
      Update Learning Notebook (#329) · ceb98748
      Antonis Maronikolakis a écrit
      * Added Plurality Learner Plot Image
      
      * Update learning.ipynb
      ceb98748
    • Peter Norvig's avatar
      Update utils.py · 556120d6
      Peter Norvig a écrit
      556120d6
    • lucasmoura's avatar
      Add test to csp.py (#326) · 7c5f2834
      lucasmoura a écrit
      Add tests to the following methods from CSP class
      
      * result
      * goal_test
      * support_prunning
      * suppose
      * prune
      * choices
      * infer_assignement
      * restore
      * conflicted_vars
      7c5f2834
    • lucasmoura's avatar
      Fix flake8 for test files (#303) · 43fced5c
      lucasmoura a écrit
      * Add flake8 config file
      
      * Fix flake8 for test files
      43fced5c
    • Antonis Maronikolakis's avatar
      Update Comments in learning.py + PluralityLearner Update (#315) · e76b8861
      Antonis Maronikolakis a écrit
      * Update Comments on learning.py + PluralityLearner
      
      - Fixed some capitalization, spelling and quotation mistakes in comments
      
      - In the PluralityLearner function, the nested function "predict" always returns the same output for a dataset, without taking into account the input ("example"). I defaulted the input as an empty list, so that we don't have to create (or find) a dummy example when we want to simply find the most popular class.
      
      * Update learning.py
      
      * Update learning.py
      
      * Update learning.py
      
      * Made Requested Changes
      e76b8861