TonyEinstein

Results 7 issues of TonyEinstein

作者您好,请问项目目前是已经不维护了吗?

hello,In the file of [https://github.com/arundo/adtk/blob/v0.6.2/tests/test_visualization.ipynb](https://github.com/arundo/adtk/blob/v0.6.2/tests/test_visualization.ipynb), The example does not use df, does it mean it does not support df?

# My code is: ` df = pd.read_csv('cleaned_data/原始值-周均价.csv') df['date'] = pd.to_datetime(df['date']) df.set_index('date',inplace=True) df = validate_series(df) from adtk.data import validate_series from adtk.visualization import plot from adtk.transformer import RollingAggregate from adtk.transformer import...

Installation and use are not supported on windwos.

I have changed the project source code to support version 1.2.2 of scikit-learn. I hope to get your review and support.

请问这个模块支持将tqdm的进度条写入log文件并且打印在控制台吗?就是在for循环中使用tqdm打印进度条到控制台的同时将打印内容输入到log文件中