Will Koehrsen
Will Koehrsen
I removed the [0] indexing and it worked. It looks like lambda_1.random() is a scalar and not an array. `samples = [lambda_1.random() for i in range(20000)]`
I'm having this same issue: I can't view the database for any service started with homebrew.
Since #1266 isn't included in a release tag yet, you can install the specific commit in `pipenv` with ``` pipenv install 'git+https://github.com/snowflakedb/snowflake-connector-python.git@1b1e2c427c6c78e8c4f375c6da2bc8f118a9c4f6#egg=snowflake-connector-python' ```
I think this is an issue with the version of Pandas. Which version of Pandas were you using when you got the error?
I would be interested in putting this on PyPi if it would be useful. I would need to clean up the code.
Thanks for the suggestion! That is something I'm looking to do very soon. I'll keep everyone updated when it's available for installation via pypi.
I don't consider what @Jie-Yuan did stealing, but the standard way to do this would be through a PR to this repo as mentioned by @et2010. Either way, I'm happy...
You should be able to transform the testing set after doing the feature selection on the training data. Assuming `train` is the training data after selection, you could do this...
I am not able to recreate the issue. What version of Bokeh are you running? I am using Bokeh version 0.12.16. I would suggest updating to the newest version of...
You are correct that the average metric from all the folds should be used as the measure of performance. If you look at the code for the objective function, I...