"tests/vscode:/vscode.git/clone" did not exist on "6356e659af74909aa77eb87d54b79f0373772509"
  1. 28 Jan, 2017 2 commits
  2. 27 Jan, 2017 1 commit
  3. 26 Jan, 2017 3 commits
  4. 25 Jan, 2017 6 commits
  5. 24 Jan, 2017 6 commits
  6. 23 Jan, 2017 5 commits
  7. 22 Jan, 2017 3 commits
  8. 21 Jan, 2017 2 commits
  9. 20 Jan, 2017 5 commits
  10. 19 Jan, 2017 3 commits
  11. 17 Jan, 2017 2 commits
  12. 16 Jan, 2017 2 commits
    • Laurae's avatar
      Attempt to fix categorical issue in R package (#228) · 54a2356c
      Laurae authored
      * Attempt to fix categorical issue in R package
      
      * Add small fix for categorical IDs
      
      * Add error for unknown numbers/columns
      54a2356c
    • wxchan's avatar
      fix bug for pandas auto categorical_feature (#218) · 57d55272
      wxchan authored
      * fix bug for categorical_feature
      
      * add test on load model with categorical feature
      
      * add unseen category in test dataset
      
      * save/load pandas_categorical to model
      
      * fix logic
      
      * cast pandas columns to string
      
      * add load pandas_categorical from file to _InnerPredictor init
      57d55272