Skip to main content

Questions tagged [classification]

An instance of supervised learning that identifies the category or categories which a new instance of dataset belongs.

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
1 vote
1 answer
49 views

I'm working on binary classification problem to identify struggling students in university. I have some features that are correlated such as high_school_grade_1 that represents 75% of ...
Youness Belhaj's user avatar
7 votes
1 answer
90 views

My dataset consists of board games data: each board game is rated with a categorical variable (low, medium, high). I've plotted the LDA projection to check whether classes are linearly separable. The ...
Giulio Lanza's user avatar
0 votes
0 answers
23 views

I'm working on a binary classification problem to identify struggling students, my dataset contains 10 features and 200 samples, I implement Nested CV, the distribution of the target variable is 58%/...
Youness Belhaj's user avatar
1 vote
0 answers
18 views

When building a binary classification model using a neural network, you have two options for outputs: output a single number from 0 to 1 using sigmoid activation, or output a probability distribution ...
Mach5's user avatar
  • 31
2 votes
0 answers
39 views

i'm working on an implementation of this paper and i have a question. The authors purpose a model (KDE boosting classifier) which works with only n=1 feature and 1 dependent variabile. I'm saying that ...
wolowizard's user avatar
0 votes
0 answers
51 views

I'm currently making a small binary classification program using Quantum Machine Learning (EstimatorQNN to be more specific). My program classifies data inside the Wisconsin Breast Cancer database and ...
Andrea's user avatar
  • 1
2 votes
0 answers
54 views

I have video, audio, and text data. The intent is to use the multimodal for binary classification. However, the data is not paired (i.e The audio and text are not from the same video recording). I've ...
myts999's user avatar
  • 21
4 votes
0 answers
104 views

I'm comparing different models on their performance for breathing detection. For every model, i try to predict a continouous breathing signal as regression task as well as a binary classification for ...
sophie's user avatar
  • 41
3 votes
1 answer
124 views

I struggle to select the key features that contribute to PC1. I will use the public breast cancer dataset to illustrate the issue. Please feel free to point me to previous post if this question has ...
WhiskerFeatures's user avatar
3 votes
1 answer
73 views

I am trying to predict whether the event will likely to occur or not. I split my data into training and testing based on time. Let's say first to 10th months as training data, then the 11th and 12th ...
Ocean's user avatar
  • 705
0 votes
0 answers
34 views

I am learning how Decision Tree Classifiers work and I have a situation where the tree is trained with a dataset where one category has got 6 possible subcategories, for simplicity let's say A, B, C, ...
Mai's user avatar
  • 1
1 vote
0 answers
54 views

I am trying to create one big model(lightGB) that forecasts sales for each product for cosmetic chain store. Dataset I am working with is last 5 years data and has these columns: ...
13aba's user avatar
  • 11
4 votes
1 answer
73 views

I'm rendering charts for timeseries data composed by millions of records. The charts need to be interactive and have lots of feature support so I need to downsample them. The problem I've encountered ...
nathan-w's user avatar
8 votes
3 answers
540 views

I’m working on a binary classification problem in a biomedical context, with ~15,000 instances. Each instance corresponds to a single biological sample (a cell), and for each sample I have three co-...
Antonio Rossi's user avatar

15 30 50 per page
1
2 3 4 5
217