Eduardo

Results 29 comments of Eduardo

One more thing: I will allow it to take into account `hp.Fixed` and `hp.Bool`. As far as I can see those could be supported with no extra code compared to...

> @edumucelli Internal review finished. We will merge your pull request after making some changes. Thank you! > Great! > The easiest way is for me to make the changes...

@haifeng-jin added: * Revised docstring * `max_trials`, I will add a specific test for it covering a scenario in which although the hps allow more trials, the max_trials limit.

Same problem on Python 3.9.2, Ubuntu 20.04, Virtualbox 6.1.26, virtualbox python 2.1.1. Commenting the lines @kmille mentioned worked for me too. Things (I wanted to work) are still working nonetheless....

I have made a benchmark on some of the different libraries available, among them XGBoost4j and XGBoost-Predictor, you can take a look [here](https://medium.com/blablacar-tech/fast-machine-learning-predictions-6856b3623e5) if you are interested.

@anacarolinamoreno não consigo reproduzir o problema. Instalando a versão do HEAD do repo tenho o seguinte resultado: ``` Installing package into ‘/home/eduardo/R/x86_64-pc-linux-gnu-library/3.6’ (as ‘lib’ is unspecified) * installing *source* package...

Had the same issue on Debian 11. It turned out that `ping` was not installed (actually gone for some reason after latest dist-upgrade). However it was hard to figure out...

Olá @GustavoAdolfo Não consigo reproduzir nem um dos erros 500 mencionados. Fazendo os testes hoje todos as URLs abaixo retornam 200, embora não encontrem resultado, é verdade. Vou atualizar a...

De qualquer forma eu não recomendo fazer o encoding por si mesmo, use alguma biblioteca, por exemplo em Python com Requests: ``` import requests headers = {'Authorization': 'Token token=...'} def...