Skip to content
Snippets Groups Projects
  • Amir MOHAMMADI's avatar
    9d708ffe
    Improvements to the new API and docs · 9d708ffe
    Amir MOHAMMADI authored
    - Added pre-commit checks
    - Dropped old dependencies
    - Brought all classes and functions to bob.learn.em
    - Make KMeans.centroids_ available as KMeans.means
    - Implement a load method for GMMMachine
    9d708ffe
    History
    Improvements to the new API and docs
    Amir MOHAMMADI authored
    - Added pre-commit checks
    - Dropped old dependencies
    - Brought all classes and functions to bob.learn.em
    - Make KMeans.centroids_ available as KMeans.means
    - Implement a load method for GMMMachine
buildout.cfg 221 B
; vim: set fileencoding=utf-8 :
; Mon 15 Aug 2016 09:48:28 CEST

[buildout]
parts = scripts
develop = .
eggs = bob.learn.em
extensions = bob.buildout
newest = false
verbose = true

[scripts]
recipe = bob.buildout:scripts