-
Looks like I cannot use coef_ to get the best model's coefficients after GridSearchCV on CoxnetSurvivalAnalysis
````
cph = CoxnetSurvivalAnalysis(fit_baseline_model=True)
lower, upper = np.pe…
-
I may have found a bug related to how IbisML integrates with grid search from sklearn, but it could be that this is out of scope of the project.
```python
import ibis_ml as iml
from sklearn.pipe…
-
Hello, I am a beginner with GPU accelerated computing and I can’t find what is wrong with my code. I am getting this serialization error and don’t understand why.
```python
import numpy as np
impor…
-
### Is this a unique feature?
- [X] I have checked "open" AND "closed" issues and this is not a duplicate
### Is your feature request related to a problem/unavailable functionality? Please describe.…
-
The hyperparameter values for SVC were obtained by performing GridSearchCV on the training set.
The code snippets given below can be used to validate the findings:
For Training SVM - with Data …
-
Moving this point flagged up by @sultanorazbayev to the bug tracker for investigation.
The issue is with the line `NaiveForecaster(strategy='drift'))]), 'pipeline_y__forecaster__strategy': 'last'}`…
-
@enzoben
Bon finalement j'avait déja mis un début d'idée que je vais compléter. Ce qui serait bien c'est que tu extrais du data d'entrainement l'ensemble du Data Frame tel que la valeur du tip …
-
### Is this a unique feature?
- [X] I have checked "open" AND "closed" issues and this is not a duplicate
### Is your feature request related to a problem/unavailable functionality? Please describe.…
-
I am using cuDF and cuML with GridSearchCV when I fit the GridSearchCV with cuDF DataFrame it throws an error and asks to convert cuDF DataFrame to numpy using `.to_cupy().get()`.
Also, I am using XG…
-
It is too expensive. Find another solution or refactor it.