-
Does this package support Xgboost?
-
Mini-Example
```
# prepare data for one class classification ####
set.seed(1235)
data(iris)
iris$SpeciesClass[iris$Species == "versicolor"] = "TRUE"
iris$SpeciesClass[iris$Species! = "versicolor…
-
Py4JJavaError: An error occurred while calling z:org.pmml4s.model.Model.fromFile.
: org.pmml4s.AttributeNotFoundException: Required attribute 'value' is missing.
at org.pmml4s.xml.XmlAttrs$$anonfun…
-
Default metrics evaluation results are incorrect when using tf.estimator.DNNClassifer for binary classification prediction.
I have reproduced this problem on the iris dataset,is shown in the followin…
-
#### Description
`RidgeClassifierCV` is not working when `scoring` param is fed and `cv!=None`.
It is similar to the issue mentioned [here](https://github.com/scikit-learn/scikit-learn/i…
-
This seems very likely conected to Issues: #99, #269 and #100.
### System Information
- Tensorflow / `DNNClassifier`
- TensorFlow v 1.10, `sagemaker==1.11.0`
- `conda_tensorflow_p27` on hosted…
-
Would it be possible to add ReLU as an alternative to `convert.activation.function`?
vnijs updated
4 years ago
-
@songweizhi
I ran metaCHIP successfully in the past, but when I tried it again today, ran into the following issues:
```
BLAST Database error: No alias or index file found for nucleotide databas…
-
`ml_clustering_evaluator()` works fine on single prediction tables, but fails when used as the evaluator within `ml_cross_validator()` or `ml_train_validation_split()`. Basing the reprex on the workin…
-
I'm trying to use a custom objective and metric for a multiclass problem, following @Laurae2 example here: https://github.com/Microsoft/LightGBM/blob/master/R-package/demo/early_stopping.R
Using R …