Граф коммитов

435 Коммитов

Автор SHA1 Сообщение Дата
Matteo Interlandi fa3f8fcebf Removing 3.8 for the moment 2020-06-01 17:10:59 -07:00
Matteo Interlandi 235d831f11 Fix python requires 2020-06-01 17:05:15 -07:00
Matteo Interlandi 3196d0771c add python 3.5, 3.6 and 3.8 2020-06-01 17:02:00 -07:00
Matteo Interlandi 1fcfea1969 add missing dot 2020-06-01 16:41:10 -07:00
Matteo Interlandi 5c7d82be05 Add test requirements
update pipeline with test requirements
2020-06-01 16:31:13 -07:00
Matteo Interlandi 9c48d0b84f update CI pipeline to new requirement structure 2020-06-01 16:26:57 -07:00
Matteo Interlandi d7f50602c7 setup better requirements structure 2020-06-01 16:19:11 -07:00
KranthiGV 85197db740
Fix minor typos in convert method (#92)
* Fix minor typos
2020-06-01 15:21:45 -07:00
bernie gray 0f8232879b
Add GradientBoostingRegressor (#88)
* copy gb classifier function to new gb regressor function

* start converting gb classifier -> regressor

* more gb classifier -> regressor

* ravel() tree_infos before .tolist()

* get some tests working

* cleanup
2020-06-01 10:38:34 -07:00
Karla Saur 3689531e6d
Merge pull request #90 from jspisak/patch-2
Update README.md
2020-06-01 09:34:07 -07:00
Matteo Interlandi ee5dc386c8
Update README.md
Add parenthesis that got accidently removed
2020-06-01 09:09:24 -07:00
Matteo Interlandi 80ee5d968d
Merge branch 'master' into patch-2 2020-06-01 09:08:05 -07:00
Joseph Spisak d060cce549
Update README.md (#89)
Minor update to the readme for the roadmap.

Co-authored-by: Matteo Interlandi <m.interlandi@gmail.com>
2020-06-01 09:06:54 -07:00
Joseph Spisak 8478481fab
Update README.md
link was broken to the roadmap
2020-06-01 06:59:17 -07:00
Karla Saur 805c8ae717
Merge pull request #85 from microsoft/mainterl/addpypibadge
Add pypi badge
2020-05-31 17:46:19 -07:00
Karla Saur 3972d89515
Merge pull request #84 from microsoft/mainterl-fixreadmeexample
Fix example in the README to match latest API
2020-05-31 17:45:27 -07:00
Matteo Interlandi 2bc949a73a Add pypi badge 2020-05-29 15:41:07 -07:00
Matteo Interlandi 1f4f67a27b fix to example in the README to match latest API 2020-05-29 15:27:32 -07:00
Theodore Vasiloudis aac965a9eb
Update README.md (#83)
Change LightGBM to sklearn random forest in the example description to match the code.
2020-05-29 15:23:58 -07:00
Karla Saur f62da91f40
Merge pull request #78 from microsoft/mainterl-fixdoc
Fixing documentation for the convert API
2020-05-27 09:30:31 -07:00
Matteo Interlandi 310aec2458 Fixing documentation for the convert API 2020-05-26 19:05:03 -07:00
Karla Saur 88c0405059
Merge pull request #77 from microsoft/mainterl-issue-67
Remove the `.to` API and substitute it with `convert`
2020-05-26 15:34:58 -07:00
Matteo Interlandi 37f793fb08 Remove the .to API and substitute it with convert 2020-05-26 14:44:40 -07:00
Karla Saur 4b243a6d26
Ksaur/pytest docker (#76)
Adding pytest to dockerfiles to work with coverage
2020-05-26 09:50:58 -07:00
Karla Saur 55e2a17b75
Merge pull request #75 from markusweimer/mweimer/72
Updated the dockerfile to be more comfy.
2020-05-14 10:49:12 -07:00
Markus Weimer 2bf43d6649 Update `Dockerfile` to use Python 3.6 2020-05-14 10:42:42 -07:00
Markus Weimer 0d11941f19 Updated the dockerfile to be more comfy.
This changes the Dockerfile to use a devcontainer base image.

Also, this adds a setting to default to `bash` instead of `sh`.
2020-05-14 09:30:20 -07:00
Karla Saur 70efa78500
Merge pull request #73 from microsoft/mainterl-nologo
Remove logo
2020-05-13 09:58:04 -07:00
Matteo Interlandi 7e26eba12f remove logo 2020-05-13 09:47:03 -07:00
Karla Saur be1104587a
dockerfile to build and launch this in a notebook (#63)
* dockerfile to build and launch this in a notebook

* Adding simple instructions to CONTRIB file

* building from URL

* adding precommit hooks to dockerfile

* dockerfile to build and launch this in a notebook

* Adding simple instructions to CONTRIB file

* building from URL

* adding precommit hooks to dockerfile

* Add pre-commit to the tools already installed in the docker container

* pinning Ubu18.04.  pinning python 3.7

* adding note on codespaces

* Some minor organizational refactoring

Co-authored-by: Matteo Interlandi <m.interlandi@gmail.com>
2020-05-12 15:25:28 -07:00
Karla Saur 82fa6ac2fd
Merge pull request #71 from markusweimer/devcontainer
Added devcontainer configuration.
2020-05-12 14:07:49 -07:00
Markus Weimer 4cc7505e2a Added devcontainer configuration. 2020-05-12 11:20:36 -07:00
Karla Saur 7fb7d9ee8e
Updating noqa codes (#65) 2020-05-11 14:53:00 -07:00
Karla Saur df6f5fa574
Fixing readme with sklearn example rather than lgbm (#62) 2020-05-11 13:30:46 -07:00
Karla Saur 9116f4f99a
Fixing Coverage link 2020-05-11 08:50:28 -07:00
Karla Saur 38816e397f
Merge pull request #59 from microsoft/mainterl/pypi
Install from pypi
2020-05-07 11:56:55 -07:00
Ubuntu 77bf73a9b9 add install from pypi 2020-05-07 18:40:39 +00:00
Karla Saur 2cf2a57492
Merge pull request #55 from microsoft/mainterl/hbml
Add ml module under hummingbird
2020-05-06 15:33:52 -07:00
Supun Nakandala a938dbc0f0
Fixing broken roadmap link (#57)
Issue #56. Roadmap link in the Readme is broken
2020-05-06 12:41:03 -07:00
Matteo Interlandi 579ec99633 rename notebook 2020-05-05 17:05:13 -07:00
Matteo Interlandi b7b9c997fb Update to README 2020-05-05 17:03:04 -07:00
Matteo Interlandi dd9728d9cd fix supported extra_config in doc 2020-05-05 16:49:48 -07:00
Matteo Interlandi 7843b8aeeb fix doc and tests 2020-05-05 16:48:01 -07:00
Matteo Interlandi 9333095776 add ml module 2020-05-05 16:34:12 -07:00
Karla Saur 176f0edc6e
Merge pull request #54 from microsoft/mainterl-updatedoc
Update doc in master
2020-05-05 15:00:59 -07:00
Matteo Interlandi 1fc0dffdc8 Merge branch 'master' of https://github.com/microsoft/hummingbird into mainterl-updatedoc 2020-05-05 14:53:44 -07:00
Matteo Interlandi 2d18588a26 delete removed files 2020-05-05 14:52:39 -07:00
Karla Saur b00658f89f
add addl intro text (#52)
* add addl intro text

* renaming `model` to `lgb_model`

* Revising the intro in README.md

* small tweaks to text

Co-authored-by: Matteo Interlandi <m.interlandi@gmail.com>
2020-05-05 14:41:45 -07:00
Matteo Interlandi ab8e6d8230 Merge branch 'ksaur/readmeedits' of https://github.com/microsoft/hummingbird into mainterl-updatedoc 2020-05-05 13:46:33 -07:00
Matteo Interlandi b842c4389e doc refresh 2020-05-05 13:45:14 -07:00