-
@khusheekapoor
the dataset i will use is here-https://www.kaggle.com/datasets/uciml/pima-indians-diabetes-database
please assign this project to me
i am GSSOC'23 contributor
-
## 💥 Proposal
the datasheet I will used here is :https://www.kaggle.com/datasets/mathchi/diabetes-data-set
I am GSSoC23 contributor assign me this project
-
Hello,
I have a rather strange bug: Wrapping a model with KerasClassifier will decrease its performance (binary accuracy) by about 10%.
```
from numpy import loadtxt
import numpy as np
from s…
-
Hello,
I still has some bug/incomprehension with the Scikeras and Sklearn fit function interaction. Last issue was done in a hurry and did not highlight the bug so here I am again.
So I have the i…
-
### Problem Description
I try to generate values on Pima Indians Diabetes Database and the model generates strange values. No one, for instance, can become pregnant -2 times or have a blood pressur…
-
**What is the bug?**
Using XGBoost causes the following error
```
/usr/local/anaconda3/envs/interview/lib/python3.6/site-packages/xgboost/sklearn.py in get_params(self, deep)
300 cp.…
-
https://github.com/intel-analytics/BigDL/runs/8087695465?check_suite_focus=true#step:9:3142
-
#### Description
RuntimeError thrown when using `sklearn.base.clone` due to the fact that `get_params` of `KerasClassifier` returns copies instead of references.
Sanity check at the end …
-
I have installed 1.3.2, and see this error when running table_evaluator.visual_evaluation()
---------------------------------------------------------------------------------------------------------…
-
Hi I just checked my results for the slope and intercept I obtained with your val.prob.ci.2() function, using the rms library val.prob() function. With identical vectors of probabilities and outcomes,…