-
As far as I know, Sklearn does not provide a way to get the names of the "columns" corresponding to the target. It would be useful to choose an standard name for this data, so that Sklearn-compatible …
-
Hello,
Thanks for making this repository.
I have attached a dataset I've been trying to load into AutoBazaar. I think I formatted everything according to the schema; however, for some reason I c…
-
Related to #5004.
For automl purposes and automatically using scikit-learn more programmatically, it would be helpful for some to specify allowed parameters in a machine-readable format. Right now th…
-
Hi,
我在OS X 上使用 clang++ (clang-700.1.76)編譯時,因為有
```
#include
```
所以發生錯誤。
請問這裡能不能改成:
```
#define R_NO_REMAP
#include
```
來避免相關錯誤呢?
謝謝
-
We can think of our estimators' parameters as two different types:
- model hyper-parameters which influence the end result, accuracy, complexity, etc., e.g. SVM's `nu` or the number of trees in a ran…
-
Hello there!
I cloned the repo, created a conda env with python version 3.6.10. Executed "pip install ." and "python setup.py install" then tried to run all at two different notebooks at examples f…
-
### Build Version
current
### Operating System Environment
- [ ] Microsoft Windows (32-bit)
- [X] Microsoft Windows (64-bit)
- [ ] Mac OS X
- [ ] Linux (specify distribution and version be…
JeodC updated
5 months ago
-
With version 15.0 we ran into a problem we didn't have with 14.9.3.
We add some additional repositories, like from Docker and Mender, to our url-list.
To properly work with these repositories we h…
-
### Description
I imagine this is far off, but this issue is really to document things. The Descent 3 [Pyromania](https://sectorgame.com/d3/downloads/?nav=display&file=68) mod replaces the vanilla …
JeodC updated
5 months ago
-
# Bug report
If `gpg` is missing and cloud-init tries to install it to dearmor gpg public key, it won't update apt cache, thus breaking package installation.
I noticed this problem while testing c…