您好,大师傅,我每次模拟运行的时候都会出现如下语句,甚至有可能会由于warning而出现策略暂停,不知道为什么会有如下警告,回撤的时候也有,但可以继续回撤下去。
2014-01-01 00:00:00 - WARNING - /opt/conda/envs/kuanke/lib/python2.7/site-packages/sklearn/externals/joblib/_multiprocessing_helpers.py:28: UserWarning: [Errno 30] Read-only file system. joblib will operate in serial mode
warnings.warn('%s. joblib will operate in serial mode' % (e,))
2014-01-02 09:30:00 - WARNING - /opt/conda/envs/kuanke/lib/python2.7/site-packages/sklearn/utils/validation.py:526: DataConversionWarning: A column-vector y was passed when a 1d array was expected. Please change the shape of y to (n_samples, ), for example using ravel().
y = column_or_1d(y, warn=True)