沥青定性定量更新
This commit is contained in:
parent
3454c27ff0
commit
6c528ce402
Binary file not shown.
BIN
aisenzhecode/沥青/日度价格预测_最佳模型.pkl
Normal file
BIN
aisenzhecode/沥青/日度价格预测_最佳模型.pkl
Normal file
Binary file not shown.
@ -472,23 +472,28 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 2,
|
||||
"execution_count": 3,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"20241031\n",
|
||||
"20241101\n"
|
||||
"20241124\n",
|
||||
"20241125\n",
|
||||
"20241126\n",
|
||||
"20241127\n",
|
||||
"20241128\n",
|
||||
"20241129\n",
|
||||
"20241130\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"from datetime import datetime, timedelta\n",
|
||||
"\n",
|
||||
"start_date = datetime(2024, 10, 31)\n",
|
||||
"end_date = datetime(2024, 11, 2)\n",
|
||||
"start_date = datetime(2024, 11, 24)\n",
|
||||
"end_date = datetime(2024, 12, 1)\n",
|
||||
"\n",
|
||||
"while start_date < end_date:\n",
|
||||
" print(start_date.strftime('%Y%m%d'))\n",
|
||||
|
Binary file not shown.
BIN
aisenzhecode/液化石油气/日度价格预测_液化气最佳模型.pkl
Normal file
BIN
aisenzhecode/液化石油气/日度价格预测_液化气最佳模型.pkl
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user