-
Hi all,
first of all, thanks for your incredible work, this toolbox is exactly what I need.
Okay, almost exactly. I would like to extract (sandy, muddy and mangrovy) shorelines worldwide, over a…
-
I tried to implement SVM in place of KNN but got stuck. In KNN we compare the distance from the nearest neighbor with a threshold value. How to do these in SVM?
I made changes here.
`svm_clf = SVC(…
-
Hello! How to do the iterative training? In the given demo, we only need to set the max_iter=1? Thanks for your help!
-
Hello,
Going throught the list of available classifiers at https://pypi.python.org/pypi?%3Aaction=list_classifiers , I feel like some of the license classifiers are not precise enough. For instance…
Steap updated
2 years ago
-
After the contribution of many people we built a gold standard as reference to indicate if a reimbursement is a generalization or not.
Example of generalization:
[5635048.pdf](http://www.camara.gov.…
-
This is the thread where all the other groups leave their feedback for the documentation of group Zeta.
-
I've tried to reimporduce steps in:
https://eli5.readthedocs.io/en/latest/tutorials/keras-image-classifiers.html
But after running:
```
eli5.show_prediction(model, np.expand_dims(sample_image, 0…
-
### Describe the bug
Looks like something is wrong and I cannot build docuemtation without installing module.
### Steps/Code to Reproduce
N/A
### Expected Results
It should be possible to build…
-
**Describe the bug**
When using `ComposableTimeSeriesForestClassifier` (in a pipeline with `ColumnConcatenator` as I have panel data) I extract the `feature_importances_` from the fitted classifier. …
-
I have created the following LighGBM model but I cant get it to work with the TreeExplainer when I use model_output = "probability".
![image](https://user-images.githubusercontent.com/30757857/53…