you-n-g
|
4bd2cd4611
|
Add feature news on index page
|
2021-03-17 11:36:12 +08:00 |
|
you-n-g
|
aa552fdb20
|
Merge pull request #345 from D-X-Y/main
Fix errors when SignalRecord is not called before SigAna/PortAna
|
2021-03-17 10:47:00 +08:00 |
|
D-X-Y
|
872ddc6f95
|
Fix black error
|
2021-03-16 22:57:26 +08:00 |
|
D-X-Y
|
88b0871c12
|
Add RMSE for contrib.workflow.record_temp and unit tests
|
2021-03-16 22:55:28 +08:00 |
|
D-X-Y
|
d4aa681652
|
Add MSERecord in contrib.workflow
|
2021-03-16 12:54:12 +00:00 |
|
D-X-Y
|
4cb74d77d1
|
add error type for record_temp
|
2021-03-16 09:01:10 +00:00 |
|
D-X-Y
|
b0fd0d2395
|
Add tests for SigAnaRecord
|
2021-03-16 08:30:46 +00:00 |
|
D-X-Y
|
6559d44c7d
|
Add tests for SigAnaRecord
|
2021-03-16 08:17:13 +00:00 |
|
D-X-Y
|
9f57681032
|
Fix errors when SignalRecord is not called before SigAna/PortAna
|
2021-03-16 08:11:05 +00:00 |
|
you-n-g
|
d47e35d64e
|
Merge pull request #337 from D-X-Y/main
Fix bugs in Ghost BN in TabNet and typos in README
|
2021-03-15 12:42:48 +08:00 |
|
D-X-Y
|
07434da8b0
|
Remove unused imports
|
2021-03-15 03:35:34 +00:00 |
|
D-X-Y
|
53a6b72ce5
|
Fix black errors
|
2021-03-15 03:09:52 +00:00 |
|
D-X-Y
|
a51dafcb4c
|
Remove unnecessary codes
|
2021-03-15 03:07:25 +00:00 |
|
D-X-Y
|
358de88602
|
Fix typos in README and add TabNet config for Alpha360
|
2021-03-14 07:42:24 +00:00 |
|
D-X-Y
|
32a7be9964
|
Fix typos in README
|
2021-03-14 07:31:18 +00:00 |
|
D-X-Y
|
d5f9395e51
|
Fix Ghost BN bugs in TabNet and simplify its implementation
|
2021-03-14 07:25:09 +00:00 |
|
you-n-g
|
1d2b2f4f01
|
Merge pull request #333 from Rekind1e/main
another typo of docs
|
2021-03-13 20:05:25 +08:00 |
|
Hy
|
373f6e0900
|
another typo of docs
|
2021-03-13 15:47:26 +08:00 |
|
you-n-g
|
ba64758c24
|
Merge pull request #332 from Rekind1e/main
Fix typo of docs
|
2021-03-13 14:48:02 +08:00 |
|
Hy
|
abddcfccdf
|
fix typo of docs
|
2021-03-13 14:32:01 +08:00 |
|
you-n-g
|
6d5381f9b1
|
Merge pull request #311 from withshubh/main
Fixed code quality issues
|
2021-03-12 18:31:02 +08:00 |
|
Shubhendra Singh Chauhan
|
e41373b8ad
|
revert fix
|
2021-03-12 14:10:52 +05:30 |
|
shubhendra
|
0969c3e7e0
|
formatted with black
|
2021-03-12 13:29:20 +05:30 |
|
Shubhendra Singh Chauhan
|
5f8d0e0436
|
Merge branch 'main' into main
|
2021-03-12 13:08:45 +05:30 |
|
shubhendra
|
4fbb5a03c1
|
revert fixes that failed unit test
|
2021-03-12 13:05:48 +05:30 |
|
you-n-g
|
0cffb87cbc
|
Merge pull request #329 from D-X-Y/main
Fix Various Bugs for contrib.pytorch_ models
|
2021-03-12 12:30:08 +08:00 |
|
you-n-g
|
df56e3bdf9
|
Merge pull request #324 from zhupr/add_base_collector
Add BaseCollector
|
2021-03-12 12:20:24 +08:00 |
|
D-X-Y
|
1d435248e2
|
Add return for use_gpu..
|
2021-03-11 19:28:00 -08:00 |
|
D-X-Y
|
593553f573
|
Fix bug in MLP
|
2021-03-11 19:15:18 -08:00 |
|
D-X-Y
|
d38b8d6001
|
Fix bugs in use_gpu
|
2021-03-11 19:10:32 -08:00 |
|
D-X-Y
|
db59713d36
|
Add torch.no_grad for evaluation
|
2021-03-12 02:46:04 +00:00 |
|
D-X-Y
|
67fbdafe76
|
Fix many bugs in TabNet and use_gpu
|
2021-03-12 02:42:25 +00:00 |
|
zhupr
|
42be8ac312
|
Add BaseCollector
|
2021-03-12 10:30:38 +08:00 |
|
you-n-g
|
f6b019dcec
|
Merge pull request #328 from D-X-Y/fshare
Move get_path to get_or_create_path, use the best model of SFM / TabNet
|
2021-03-11 22:07:20 +08:00 |
|
D-X-Y
|
e626264d5a
|
Merge branch 'main' of github.com:microsoft/qlib into fshare
|
2021-03-11 12:54:04 +00:00 |
|
D-X-Y
|
b99de068f8
|
Move save_path to get_or_create_path, and fix bugs in sfm / tabnet
|
2021-03-11 12:52:26 +00:00 |
|
you-n-g
|
e8beaa5257
|
Merge pull request #314 from D-X-Y/fshare
(1) Fix /0 bug in double_ensemble, (2) remove _default_uri for R/expm, (3) support model size in pytorch models
|
2021-03-11 20:51:16 +08:00 |
|
D-X-Y
|
0ef7c8e0e6
|
Fix bugs for get_local_dir
|
2021-03-11 03:05:31 +00:00 |
|
D-X-Y
|
cda96be8c3
|
Refine default uri in expm
|
2021-03-11 02:49:03 +00:00 |
|
D-X-Y
|
f6ed175070
|
Remove set_log_basic_config, refine count_parameters, rename root_uri as get_local_dir
|
2021-03-11 02:33:00 +00:00 |
|
you-n-g
|
0054a4db2a
|
Merge pull request #322 from Derek-Wds/bug
Fix pytorch ts model loader bug
|
2021-03-10 19:47:56 +08:00 |
|
Jactus
|
119fe90570
|
Fix pytorch ts model loader bug
|
2021-03-10 16:43:32 +08:00 |
|
you-n-g
|
e2817ab87c
|
Merge pull request #319 from Derek-Wds/main
Update Filter doc
|
2021-03-10 15:38:39 +08:00 |
|
you-n-g
|
2e37033e35
|
Merge pull request #318 from microsoft/bxdd-patch-2
Fix code in ops
|
2021-03-10 14:45:35 +08:00 |
|
Jactus
|
105fe1d3ed
|
Remove deprecated warning for numpy>=1.20.0
|
2021-03-10 10:38:43 +08:00 |
|
Jactus
|
78bc2c8748
|
Update Filter doc
|
2021-03-09 17:31:27 +08:00 |
|
bxdd
|
81987bb143
|
Update ops.py
|
2021-03-09 15:38:04 +08:00 |
|
D-X-Y
|
e061443560
|
Fix lint error with Black
|
2021-03-08 08:27:58 +00:00 |
|
D-X-Y
|
03ef918dd8
|
Fix bugs in count_parameters
|
2021-03-08 08:24:23 +00:00 |
|
D-X-Y
|
ca48345b29
|
Simplify count_parameters
|
2021-03-08 08:16:17 +00:00 |
|