Dmitry Labazkin
Dmitry Labazkin
Hello, Is this feature completed and will be included in future releases? I have no experience in contribution yet, but I wrote from scratch a class for grouped time series...
Yes, I added option to choose rolling or expanding window, also It works with sklearn GridSearchCV. But I am not sure that my implementation will be interesting due to current...
Hello @ogrisel @jnothman , Could you please comment the question above (about alternative implementation of this feature)? Just to make sure that it is not relevant now due to the...
> Hi @labdmitriy, I don't really understand what the alternative proposal is here. I don't think our TimeSeriesSplit is going to fulfil every possible need around time series splitting, but...
> > Hi @labdmitriy, I don't really understand what the alternative proposal is here. I don't think our TimeSeriesSplit is going to fulfil every possible need around time series splitting,...
Hi @tavinus, Thanks a lot for this note! How do you think how can we add advanced option to sort the comments from the newest to the oldest by default?...
Thanks a lot for your feedback, Sorry I really didn't notice this warning because of a lot of log messages. Your approach is working, thank you! > See the documentation...
Maybe this information will be useful. I found that if we try to execute spider with unsupported extension, for example: ```bash scrapy crawl -O .bad ``` Then I will have...
Thanks a lot for such quick and comprehensive feedback! Then I will test the order using logging in `__init__` and factory methods of required components.
I checked and the order of spider and pipeline initialization corresponds to Scrapy [data flow](https://docs.scrapy.org/en/latest/topics/architecture.html#data-flow) and matches the behavior for my case. Thank you!