Dr. Artificial曾小健
Dr. Artificial曾小健
--------------------------------------------------------------------------- NameError Traceback (most recent call last) ~\AppData\Local\Temp\ipykernel_24784\821112710.py in 1 endpoint = 'https://min-api.cryptocompare.com/data/histoday' ----> 2 res = requests.get(endpoint + '?fsym=BTC&tsym=CAD&limit=500') 3 hist = pd.DataFrame(json.loads(res.content)['Data']) 4 hist = hist.set_index('time') 5 hist.index...
full tutorial .ipynb run, and add 'from qlib.data._libs.rolling import rolling_slope, rolling_rsquare, rolling_resi' ## Description ## Motivation and Context ## How Has This Been Tested? - [ ] Pass the test...
File ~\AppData\Roaming\Python\Python38\site-packages\qlib\data\data.py:917, in LocalDatasetProvider.dataset(self, instruments, fields, start_time, end_time, freq, inst_processors) 915 start_time = cal[0] 916 end_time = cal[-1] --> 917 data = self.dataset_processor( 918 instruments_d, column_names, start_time, end_time, freq, inst_processors=inst_processors...
build\lib.win32-cpython-37\qlib\data\_libs\rolling.cp37-win_amd64.pyd : fatal error LNK1120: 108 个无法解析的外部命令 error: command 'H:\\VisualStudio\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x86\\link.exe' failed with exit code 1120 [end of output] ## ❓ Questions and Help We sincerely suggest you to carefully read...
在使用天勤量化之前,默认您已经知晓并同意以下免责条款,如果不同意请立即停止使用:https://www.shinnytech.com/blog/disclaimer/ 2022-06-18 12:09:01 - INFO - 通知 : 与 wss://free-api.shinnytech.com/t/nfmd/front/mobile 的网络连接已建立 204100.0 246 Task was destroyed but it is pending! task: Task was destroyed but it is pending! task: Exception...
## Related Issue or bug Info about Issue or bug Closes #[issue number that will be closed through this PR] #### Describe the changes you've made A clear and concise...
& Annotation update
如题 Please refer to the [FAQ](https://deepctr-doc.readthedocs.io/en/latest/FAQ.html) in doc and search for the [related issues](https://github.com/shenweichen/DeepCTR/issues) before you ask the question. **Describe the question(问题描述)** A clear and concise description of what the...
Use tf.where in 2.0, which has the same broadcast rule as np.where Train on 6129770 samples, validate on 1532443 samples 2022-07-14 16:28:09.045936: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this...
WARNING:tensorflow:From E:\A_IDE\Anaconda3\envs\pp212\lib\site-packages\tensorflow_core\python\keras\initializers.py:143: calling RandomNormal.__init__ (from tensorflow.python.ops.init_ops) with dtype is deprecated and will be removed in a future version. Instructions for updating: Call initializer instance with the dtype argument instead of...