-
## Description
I compiled jupyterlab on docker and reported an error
## Reproduce
linux
python 3.12
node 22
## Expected behavior
success
## Context
root@886f618ece6a:/sr…
-
Currently, the evaluate_model function focuses primarily on accuracy and F1-score for classification models, and MSE and R² for regression models. We could enhance this by including additional evaluat…
-
**Describe the bug**
When I tried to follow the tutorial ["Starting Simple - The Iris Dataset (Tabular)"](https://deeplearning.cms.waikato.ac.nz/examples/train_cnn/). It stucked in the Status "Buildi…
-
I have the following scikit -learn pipeline using SVCfor multi-classification. When I used
> .explain_linear_classifier_weights
I got an error referring to features numbers.
Is there a way t…
-
Hello, I have some questions about the details related to dire ft in the paper. Is Dire FT using new categories of data (such as bedrooms mentioned in the article) to continue training on the original…
-
Hi @jcuda,
Currently, any Java code that depends on JCuda has to add exclusions for jcuda-native macOS classifiers; otherwise Maven can't find the artifacts and the build fails (on macOS). This is …
-
Hi, thanks for the genius ideas in your paper. I come from domain adaptation background, but in image classification area. After I did some literature research in object detection/Faster-RCNN, I would…
-
The goal of this project is to predict whether an inpatient is likely to survive. The team used naïve bayes classification method to make prediction. In general, the team shows a deep and sophisticate…
-
-
The document mentioned that we can pass any linear or tree model to ClassicTreeExplainer. All code works smoothly if we use the classifier from interpret-text, however, if we train a logistic regressi…