1. 05 Mar, 2019 6 commits
    • ShufanHuang's avatar
      Fix bug in Curvefitting Assessor (#798) · e051fae0
      ShufanHuang authored
      Fix bug in Curvefitting Assessor
      e051fae0
    • chicm-ms's avatar
      Update build pipeline (#792) · 8353c1d3
      chicm-ms authored
      * Add build_version input for build pipeline
      * Change time stamp to UTC time
      8353c1d3
    • chicm-ms's avatar
      Update it pipeline (#794) · e225b9ab
      chicm-ms authored
      1. Change timestamp to UTC time
      2. Use configurable docker hub account to upload integration test docker image
      e225b9ab
    • Zejun Lin's avatar
      Add package_data in setup.py (#795) · 00b03d2e
      Zejun Lin authored
      add package requirement data in setup.py
      00b03d2e
    • Lijiao's avatar
      [WebUI] default metrc -> default metric (#790) · bf72b298
      Lijiao authored
      bf72b298
    • Lee's avatar
      Optimize MetisTuner (#811) · 1b4bcdba
      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
      1b4bcdba
  2. 04 Mar, 2019 2 commits
  3. 03 Mar, 2019 1 commit
    • xuehui's avatar
      Fix cold start bug (#800) · 74fd4a52
      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
      
      * quickly fix bug in cold start
      74fd4a52
  4. 28 Feb, 2019 2 commits
  5. 27 Feb, 2019 3 commits
  6. 26 Feb, 2019 3 commits
  7. 25 Feb, 2019 11 commits
  8. 24 Feb, 2019 2 commits
  9. 22 Feb, 2019 1 commit
    • ShufanHuang's avatar
      Unified docstring (#753) · b2cdc30d
      ShufanHuang authored
      change Relative path to absolute path, unified docstring (include Hyperband), sdk_reference.rst
      b2cdc30d
  10. 21 Feb, 2019 3 commits
  11. 19 Feb, 2019 1 commit
  12. 18 Feb, 2019 5 commits
    • Chi Song's avatar
      fix broken links and a typo (#751) · 3afe882a
      Chi Song authored
      3afe882a
    • Yan Ni's avatar
      fix broken link for en_US (#750) · f1144aad
      Yan Ni authored
      f1144aad
    • Yan Ni's avatar
      move docs under en_US (#744) · 8b9bcf16
      Yan Ni authored
      * move en docs under en_US
      
      * update gitignore
      
      * fix image link
      
      * add doc guide
      
      * add napoleon ext
      8b9bcf16
    • Guangli Li's avatar
      Update the link of assessor tutorial in README.md (#730) · bbd441b3
      Guangli Li authored
      * Fix typo in README.Makefile.md
      
      Fix typo in README.Makefile.md.
      
      * Fix links in README.md
      
      Fix links in README.md
      
      * Update the link of assessor tutorial.
      
      “docs/Customize_Assessor.md” is a better tutorial than “examples/assessors/README.md” for Customize Assessor.
      The link of “Base-Assessor” in “examples/assessors/README.md” is not available.
      bbd441b3
    • Lee's avatar
      random search when suggested parameter appeared in the history (#734) · 0da6f470
      Lee authored
      * fix some bugs in doc and log
      
      * The learning rate focus more on validation sets accuracy than training sets accuracy.
      
      * update Dockerfile and README
      
      * Update README.md
      
      Merge to branch v0.5
      
      * random search when suggested parameter occurs in the history
      
      * avoid infinite loop when seacrh space is limited
      
      * follow the review comments
      
      * add comments
      0da6f470