Chia-hung Tai
|
184ce34a34
|
[807] Move the REG_CONSTANT/EPS to constant.py. (#811)
* [807] Move the REG_CONSTANT to constant.py.
* import REG_US.
* Move EPS to constant.py.
|
2022-01-09 21:39:46 +08:00 |
|
you-n-g
|
3493f29e16
|
Enhance Task Dict Var (#778)
|
2021-12-26 00:18:44 +08:00 |
|
Christian Clauss
|
b8d1e08010
|
Fix undefined names in Python code (#599)
* Update pytorch_tabnet.py
$ `flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics`
```
./qlib/qlib/contrib/model/pytorch_tabnet.py:567:38: F821 undefined name 'inp'
self.independ.append(GLU(inp, out_dim, vbs=vbs))
^
./qlib/examples/model_rolling/task_manager_rolling.py:75:18: F821 undefined name 'task_train'
run_task(task_train, self.task_pool, experiment_name=self.experiment_name)
^
2 F821 undefined name 'task_train'
2
```
* Fix undefined names in Python code
* from qlib.model.trainer import task_train
|
2021-09-14 12:13:27 +08:00 |
|
Young
|
9303415666
|
refactor online serving rolling api
|
2021-07-29 18:13:12 +08:00 |
|
lzh222333
|
231bdf8608
|
Merge remote-tracking branch 'microsoft/main' into online_srv
|
2021-06-01 08:29:02 +00:00 |
|
zhupr
|
98eacf8f88
|
add test/config.py
|
2021-05-28 13:24:47 +08:00 |
|
lzh222333
|
b24af7fff6
|
multiprocessing support
|
2021-05-24 05:07:38 +00:00 |
|
lzh222333
|
ebd01e0de5
|
Online Serving V11
|
2021-05-14 06:44:16 +00:00 |
|
lzh222333
|
67c5740c83
|
OnlineServing V9
|
2021-04-29 04:30:09 +00:00 |
|
lzh222333
|
42f510024c
|
update collector
|
2021-04-27 04:12:08 +00:00 |
|
lzh222333
|
319396c815
|
online serving V8
|
2021-04-25 06:26:45 +00:00 |
|
lzh222333
|
cec318fbfe
|
online serving V7
|
2021-04-16 05:37:13 +00:00 |
|
lzh222333
|
c20eb5c8a6
|
format code
|
2021-04-08 03:30:24 +00:00 |
|
lzh222333
|
cb42e99bee
|
bug fixed & examples fire
|
2021-04-07 03:33:27 +00:00 |
|
lzh222333
|
bd7a1c11b9
|
trainer & group & collect & ensemble
|
2021-04-02 04:27:14 +00:00 |
|
lzh222333
|
edcd7b1ff9
|
bug fixed & code format
|
2021-03-31 03:08:48 +00:00 |
|
lzh222333
|
544365f3a9
|
ensemble & get_exp & dataset_pickle
|
2021-03-31 02:39:14 +00:00 |
|
lzh222333
|
46cd57688e
|
Online Serving V4
|
2021-03-26 04:20:25 +00:00 |
|