-
Hi,
I am using a multi-level "within/between" or "hybrid" model specification to predict the likelihood of holding credit card debt (0 = no, 1 = yes) as a function of caregiving status (0 = not car…
coanv updated
3 weeks ago
-
Hello
Several reports mention that WER improves greatly when adding `` to the initial prompt in whisper decoding aka disabling timestamps generation, I tested this using [This](https://github.com/SYS…
-
OpenSearch supports a couple of models directly (e.g. linear regression models, see https://opensearch.org/docs/latest/ml-commons-plugin/algorithms/#linear-regression).
Together with the [ML inferenc…
-
We could use tidymodels + parsnip for allowing all kinds of models for IPCW estimation.
- only logistic regression?
- also "classification" models?
- Wrapper for fitting, saving, predicting
- …
-
### Describe the bug
I am not sure if it is specific to the Conformer-Transducer, but I noticed that the current `develop` commit fails to converge, so the WER gets stuck at 100% and the loss gets …
-
Experiment and Implement classification models -
1. Decision Tree
2. Random Forest
3. Logistic Regression
4. Naive Bayes models.
Evaluate and compare models on metrics (accuracy, precision, …
-
train a model for the task of heart disease prediction using Machine Learning. I will use the Logistic Regression algorithm in machine learning to train a model to predict heart disease.
-
Hi there,
First of all, thanks for this awesome project :tada:
I have noticed some regression. But it might also be me holding it wrong, thus, feel free to close this issue as "won't fix"
I …
-
## Weekly Notebook Entry — Week 4
### Overview
- **Week Span:** `9/9` to `9/15`
### Tasks for This Week
- [ ] Task 1: Give an overview of the models that were previously used (Multivariate Reg…
-
I am trying to run a RF regression based on my dataset. My dataframe looks like this [below is only the first 5 rows]:
```
target feat_1 \
count…