Skip to main content

Questions tagged [machine-learning-model]

A machine learning model is a simplified representation of a dataset, derived from statistics in the data, used to make predictions. It can represent patterns, behaviours or features within this dataset which have been learnt by the algorithm during training.

3 votes
0 answers
35 views

We're evaluating a novel Machine Learning algorithm and we would like to ensure that its prediction are comparable, if not better, than the baseline models. Let's say that we have a generic dataset &...
Filippo Portera's user avatar
3 votes
1 answer
37 views

I have a target with skewed distribution. So, i tried applying TransformedTargetRegressor from scikit using np.log1p as the function and np.expm1 as the inverse function. However, when i evaluate it, ...
Ocean's user avatar
  • 705
12 votes
1 answer
2k views

I'm a software engineer working with medical device AI models that predict diseases and other conditions. For the most part, I don't design the models but I help with getting FDA clearance for them. ...
raner's user avatar
  • 223
10 votes
1 answer
324 views

I am trying to create some kind of regression model. Target is continuous and can both be negative and positive. However, the issue is that there is a region/band that I know is roughly -50 to 50, ...
Denver Dang's user avatar
33 votes
3 answers
5k views

Following on from my recent post on the topic, my goal here is to synthesise the excellent community wisdom on it over at Cross Validated into a "canonical" Q&A for the data science SE :)...
Robert Long's user avatar
  • 6,775
6 votes
2 answers
271 views

I am working on a content-based recommendation system. I am planning to frame this as a binary classification problem (1 = click/0 = not click). And I was looking for paper/readings on feature ...
louise_vuitton's user avatar
2 votes
0 answers
39 views

I am working with Vanna AI (text-to-SQL) and I have two problems regarding my database schema and how the model interprets it: Problem 1: Two similar tables I have two tables: SellingDocuments, ...
Joshie's user avatar
  • 21
0 votes
0 answers
73 views

I am trying to apply Reinforcement Learning (RL) to the following partially observed setting. I would really appreciate hearing your thoughts on my question. I have a Markov process that evolves as $p(...
Uomond's user avatar
  • 1
0 votes
0 answers
45 views

i am working on a project to check for churn prediction, but my data is very imbalanced I tried so many things but this the best model I can get to my main problem is that I want recall and Precision ...
AW FOUR's user avatar
0 votes
0 answers
32 views

I am working on a dataset containing features that are discrete frequency counts. I understand that knowing the underlying data distribution is important for selecting an appropriate imputation method....
Emre's user avatar
  • 1
1 vote
0 answers
39 views

I'm working on fine-tuning a language model (Meta-Llama-3-8B-Instruct) to generate a dependency graph for industrial tasks. The idea is: given a list of unordered tasks, the model should output a ...
lili's user avatar
  • 371
0 votes
0 answers
35 views

I am making predictions at the entity level, and for simplicity's sake, suppose there is only one feature. My goal is to set up my X matrix such that I can capture changes to the entity over different ...
Andrew Bell's user avatar
1 vote
1 answer
79 views

I am trying to improve a classification model with a highly imbalanced dataset — the positive class has very few samples. To compensate, I added more positive-class samples to the training set only, ...
louise_vuitton's user avatar
4 votes
1 answer
131 views

I'm trying to develop a model who'd be able to generate dependencies between industrial tasks. In order to do that, i went for the GNN solution : i have nodes = tasks, dependencies = edges, and have ...
lili's user avatar
  • 371
2 votes
0 answers
68 views

I am training an DensNet model on medical dataset which has gold standards as per annotation. After training i noticed accuracy is just 60%. Later i performed following changes but still no luck. ...
NIrbhay Mathur's user avatar

15 30 50 per page
1
2 3 4 5
56