jupyter以子线程运行耗时函数
摘要:# 如果在jupyter中,希望一个耗时过程以子线程方式运行。然后不影响代码编写过程。 方式如下: def f_cut_20(): # IV TOPI20变量 非常耗时 5min train_data = X_train.reset_index(drop=True).fillna(-9999).co
阅读全文
posted @ 2021-07-27 10:05
posted @ 2021-07-27 10:05
|
|||||||||
日 | 一 | 二 | 三 | 四 | 五 | 六 | |||
---|---|---|---|---|---|---|---|---|---|
23 | 24 | 25 | 26 | 27 | 28 | 1 | |||
2 | 3 | 4 | 5 | 6 | 7 | 8 | |||
9 | 10 | 11 | 12 | 13 | 14 | 15 | |||
16 | 17 | 18 | 19 | 20 | 21 | 22 | |||
23 | 24 | 25 | 26 | 27 | 28 | 29 | |||
30 | 31 | 1 | 2 | 3 | 4 | 5 |
为啥我这边提示未找到驱动程序类,请验证驱动程序位置
Powered by:
博客园
Copyright © 2025 andy_1
Powered by .NET 9.0 on Kubernetes