Ryan Peach
Ryan Peach
I also feel like the one provided should be able to auto detect platforms.
``` python import hangups from hangupsbot.hangupsbot import get_bot from hangupsbot.handlers import handler from hangupsbot.commands import command bot = get_bot() @bot.handler.register(priority=5, event=hangups.ChatMessageEvent) def receive_message(bot, event, *args): print("hello world!") bot.run() ``` Would...
How do you add this to the bot though? I'm very confused as there are no examples of so much as importing anything from this library, all the README talks...
Same for `jenkins/jenkins` and verify=true
Huh, ok. I thought for sure we had one of those. It's a little redundant since we have the entire history, logbook, best_scores and best_parameters returned, but if you want...
if you have to add another output to maximize, please change it so that it returns an extra dict instead so we can start simply naming additional new outputs.
Very interesting, thanks for the extra info. I bet you're onto something with those missing index numbers, it's completely possible we are not fully scraping the history file into the...
Shouldn't it? Also, see my most recent pull request for a maximize without data needed.
Hm, I never encountered that error, could you highlight the issue in code? My "maximize" function is more similar to a scipy.optimize format than a sklearn format, no CV. However,...
This all works for me.