-
Hi, I tried to use the fmin, but go the this error info.
Here is my code:
```python
def lgbm_objective(params):
params = {
'num_leaves': int(params['num_leaves']),
'colsample…
-
CQ 2.0 should have a direct api in addition to a fluent api, for more programmatic use.
-
how to sort a tensor (argsort)?
-
So far we have a few proposals of how to _write_ tasks in Elm. I will update this list to reflect the latest discussion:
- [`let!`](https://gist.github.com/evancz/eea10d282e0e5cdad538) — very ge…
-
@Jailander @capamat-aaf @marc-hanheide
Dear all, where are all the current no-go areas located?
@Jailander - could you send them marked on a map? Because I am not sure if I have all in mind, and a…
-
I have read your code and paper carefully. But there are still some puzzles about your data's normalization.
My understanding about your normalization is: respectively calculate mean and stdev f…
bsdj2 updated
6 years ago
-
https://arxiv.org/abs/1706.03416
-
I'd like to talk about future directions of kepler-mapper and some work I'd like to do. Before I get too far ahead of myself, I want to make sure you (@MLWave) agree with the directions so a permanent…
sauln updated
6 years ago
-
reproducing the code directly from Kaggle on the Porto Insurance dataset:
```
from mlbox.preprocessing import *
from mlbox.optimisation import *
from mlbox.prediction import *
# In[ ]:
p…
-
I've recently updated to Ubuntu 16.04 LTS, with CUDA 7.5 and gcc/g++ 5.3.1.
With the backend set to use GPU, Pkg.test("Mocha") fails as follows:
Pkg.test("Mocha")
INFO: Testing Mocha
Configuring Moc…