1. 16 Sep, 2019 1 commit
  2. 10 Sep, 2019 1 commit
  3. 09 Sep, 2019 2 commits
  4. 04 Sep, 2019 1 commit
  5. 05 Aug, 2019 2 commits
  6. 01 Aug, 2019 2 commits
    • Zejun Lin's avatar
      Unify nas searchspace (#1393) · 279dbdef
      Zejun Lin authored
      * unify NAS search space, update random nas tuner and docs
      279dbdef
    • xuehui's avatar
      Auto feature engineering (#1387) · 9e93a78c
      xuehui authored
      * update readme in ga_squad
      
      * update readme
      
      * fix typo
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * update readme
      
      * update
      
      * fix path
      
      * update reference
      
      * fix bug in config file
      
      * update nni_arch_overview.png
      
      * update
      
      * update
      
      * update
      
      * update home page
      
      * update default value of metis tuner
      
      * fix broken link in CommunitySharings
      
      * update docs about nested search space
      
      * update docs
      
      * rename cascding to nested
      
      * fix broken link
      
      * update
      
      * update issue link
      
      * fix typo
      
      * update evaluate parameters from GMM
      
      * refine code
      
      * fix optimized mode bug
      
      * update import warning
      
      * update warning
      
      * update optimized mode
      
      * add auto-feature-engineering
      9e93a78c
  7. 31 Jul, 2019 1 commit
  8. 30 Jul, 2019 1 commit
  9. 10 Jul, 2019 1 commit
  10. 27 Jun, 2019 1 commit
  11. 25 Jun, 2019 3 commits
    • suiguoxin's avatar
      delete toy · 3c3b7292
      suiguoxin authored
      3c3b7292
    • suiguoxin's avatar
      fix typo · 99dfd656
      suiguoxin authored
      99dfd656
    • Guoxin's avatar
      Add GP Tuner and related doc (#1191) · a5876489
      Guoxin authored
      * fix link err in docs
      
      * add spaces
      
      * re-organise links for detailed descriptions of the tuners and accessors; fix link err in HpoComparision.md
      
      * add in-page link by change .md to .html
      
      * delete #section from cross-file links to make links work in both readthedocs and github docs
      
      * gp_tuner init from fmfn's repo
      
      * fix params bug by adding float>int transition
      
      * add optimal choices; support randint&quniform type; add doc
      
      * refine doc and code
      
      * change mnist yml comments
      
      * typo fix
      
      * fix val err
      
      * fix minimize mode err
      
      * add config test and Hpo result
      
      * support quniform type; update doc; update test config
      
      * update doc
      
      * un-commit changed in yarn.lock
      
      * fix optimize mode bug
      
      * optimize mode
      
      * optimize mode
      
      * reset pylint, gitignore
      
      * revert .gitignore yarn.lock
      a5876489
  12. 24 Jun, 2019 1 commit
  13. 23 Jun, 2019 3 commits
  14. 21 Jun, 2019 4 commits
  15. 19 Jun, 2019 1 commit
  16. 12 Jun, 2019 1 commit
  17. 03 Jun, 2019 4 commits
  18. 28 May, 2019 4 commits
    • Zejun Lin's avatar
      Neural Architecture Search Interface (#1103) · fe338861
      Zejun Lin authored
      
      
      * Dev nas interface -- document (#1049)
      
      * nas interface doc
      
      * Dev nas compile -- code generator (#1067)
      
      * finish code for parsing mutable_layers annotation and testcode
      
      * Dev nas interface -- update figures (#1070)
      
       update figs
      
      * update searchspace_generator (#1071)
      
      * GeneralNasInterfaces.md: Fix a typo (#1079)
      Signed-off-by: default avatarCe Gao <gaoce@caicloud.io>
      
      * add NAS example and fix bugs (#1083)
      
      update searchspace_generator, add example, update NAS example
      
      * fix bugs (#1108)
      
      * Remove NAS example (#1116)
      
       remove example
      
      * update (#1119)
      
      * Dev nas interface2 (#1121)
      
      update doc
      
      * Fix comment for pr of nas (#1122)
      
       resolve comment
      fe338861
    • xuehui's avatar
      Chang to randint to support lower bound (#1096) · 171ae918
      xuehui authored
      * update readme in ga_squad
      
      * update readme
      
      * fix typo
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * update readme
      
      * update
      
      * fix path
      
      * update reference
      
      * fix bug in config file
      
      * update nni_arch_overview.png
      
      * update
      
      * update
      
      * update
      
      * update home page
      
      * update default value of metis tuner
      
      * update randint to quniform
      
      * update metis
      
      * update doc about chosen value
      
      * update util
      
      * update smac/bohb/hyperband
      
      * update
      
      * optimize the code
      171ae918
    • SparkSnail's avatar
      Support multi trial jobs on same GPU (#1109) · 252d35e0
      SparkSnail authored
      252d35e0
    • xuehui's avatar
      Update docs about nested search space (#1115) · 0feed014
      xuehui authored
      * update readme in ga_squad
      
      * update readme
      
      * fix typo
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * update readme
      
      * update
      
      * fix path
      
      * update reference
      
      * fix bug in config file
      
      * update nni_arch_overview.png
      
      * update
      
      * update
      
      * update
      
      * update home page
      
      * update default value of metis tuner
      
      * fix broken link in CommunitySharings
      
      * update docs about nested search space
      
      * update docs
      
      * rename cascding to nested
      
      * fix broken link
      
      * update
      
      * update issue link
      
      * fix typo
      0feed014
  19. 20 May, 2019 1 commit
  20. 16 May, 2019 1 commit
    • Lee's avatar
      Nested search space refinement (#1048) · 5af01545
      Lee authored
      * add different tuner config files for config_test
      
      * change MetisTuner config test due to no lightgbm python module in integration test
      
      * install smac package in azure-pipelines
      
      * SMAC need swig to be installed
      
      * Try to install swig from source code
      
      * remove SMAC test because the dependency can not be installed
      
      * use sudo to install the swig
      
      * sleep 10s to make sure the port has been released
      
      * remove tuner test for networkmorphism because it uses more than 30s to release the tcp port
      
      * word "down" to "done"
      
      * add config test for Curvefitting assessor
      
      * change file name
      
      * Fix data type not match bug
      
      * Optimize MetisTunner
      
      * pretty the code
      
      * Follow the review comment
      
      * add exploration probability
      
      * Avoid None type object generating
      
      * fix nnictl log trial bug
      
      * rollback chinese doc
      
      * add argument 'experiment' to parser_log_trial and parser_trial_kill
      
      * update doc
      
      * add NASComparison for ResearchBlog
      
      * Fix format of table
      
      * update doc and add index to toctree
      
      * Update NASComparison.md
      
      Slightly change.
      
      * Update NASComparison.md
      
      Add http links in toctree
      
      * Move ResearchBlog to bottom
      
      move ResearchBlog to bottom
      
      * Follow the review comments
      
      * change the file structure
      
      * add utils
      
      * slight change
      
      * Remove unrelated files
      
      * add doc in SearchSpaceSpec.md and add config test for nested search space
      
      * add unittest
      
      * add unittest for hyperopt_tuner
      
      * update as comment
      
      * Update SearchSpaceSepc doc
      
      * Delete unnecessary space change and correct a mistake
      5af01545
  21. 07 May, 2019 1 commit
  22. 28 Apr, 2019 2 commits
  23. 22 Apr, 2019 1 commit