-
Hi,
I'm trying to run your code for text classification tasks but I'm not sure about the hyperparameters setting here.
Currently, I'm using alpha = 0.05, and **normalize the final features as wh…
-
**Problem**: Unable to use `text_features` for custom classification loss functions
**catboost version**: 0.24.1
**Sample Code**:
```
clf = CatBoostClassifier(task_type='CPU', iterations=500,
…
-
### Pitch
A Bayesian classification system in which users can label individual posts with various labels, and the classifier will then (after learning) suggest appropriate labels for new posts whic…
-
Code error in line 1084 model_tuner_utils.py
clf = self.estimator.set_params(**params).fit(
X_train, y_train, **xgb_params
)
-
Hi!
First of all - awesome package!
I have this job, where depending on certain criteria, I would like to mark the job as gated for manual review:
```php
class MyJob implements WorkflowableJ…
-
**Is your feature request related to a problem? Please describe.**
I see in the examples that multi-label classification isn't implemented yet. Is that still the case? And if so, is there a timeline …
-
There may be an error in the tutorial of this package on this [website](https://uc-r.github.io/iml-pkg): "Interpreting Machine Learning Models with the iml Package". If we want to check the `FeatureIm…
-
In a binary classification problem tpot is able to get a perfect score! Both in confusion matrix and classification report (all 1's!). However, prediction test set is around 0.6..
Tried using the fo…
-
File attributes are a powerful way of dealing with files. Unfortunately the file classification is not available in %files. As they emerged from the dependency generator code they are only executed af…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
I want to update Disease_Prediction . I want to add a prediction model to this folder.Pred…