Randy Olson
Randy Olson
Yes, unless you want to rerun everything. Might not be a bad idea to to rerun everything just to be thorough.
All of the parameter tuning code is in these directories: https://github.com/rhiever/sklearn-benchmarks/tree/master/model_code and the code to analyze the results of those searches is in this notebook: https://github.com/rhiever/sklearn-benchmarks/blob/master/notebooks/analyze-sklearn-benchmark6.ipynb
I'll add this as an enhancement request. Can you please edit your top comment to link to the relevant API documentation? On Thursday, May 28, 2015, Kyle Pierce [email protected] wrote:...
That is quite odd! Do you have a way of capturing the output of the scheduled task? Perhaps a useful error will be there. You might check to make sure...
Looks like you're right. `self.wait_on_action()` needs to be added to the loop in `auto_fav` and any other `auto_` functions that it's missing from. Filed this as a bug.
:+1: Can you please submit this code as a pull request once you've tested it a little bit?
Regarding > Improving Rate Limit: Rate Limit returns how long you should wait as time format. This is complex i know. Just an idea… Don't break the script, wait until...
@Loaft: That's currently not implemented in the bot. Honestly, I'm unsure about implementing auto-messaging features because that leads to very annoying, spammy messages being sent out all the time.
Hello @RavioliMaster, The easiest way to have this watch more than one subreddit would be to make multiple copies of the script, point each script to a different subreddit, and...
Thank you for the note!