Unanswered Questions
10,510 questions with no upvoted or accepted answers
0
votes
0
answers
6
views
Preference learning for collaborative scheduling
I am working on a project of integrating the preferences of the workers into a schedule, I mean we won’t only satisfy the systematic constraints but also users preferences as constraints, so we are ...
0
votes
0
answers
7
views
Problem with the visualization of the widget Time Series
I'm using a MacBook with the M3 chip and I'm experiencing an issue with the Time Series widget in Orange Data Mining. When I open the tools, the X and Y axes are not visible. I've already tried ...
0
votes
0
answers
13
views
Probability and Statistics for Data Science
I am trying to study prob-stats from Statistics 110, but it's too complex and has all kinds of stuff like beta and gamma distributions. Are these integral stuff necessary for data science internship ...
1
vote
0
answers
9
views
Latent Class Analysis with weighted survey data
I'm intending to attempt some LCA on weighted survey data. I can see that Latent Gold (which I do not have a access to) allows the use of "case weights" which seem specially designed for ...
1
vote
0
answers
18
views
Modelling Payment Default Probability
Suppose you work as a data scientist for a bank and want to create a model to predict the probability of a given client pays you back in, say, 12 months. If by anytime this client stays a period of, ...
0
votes
0
answers
12
views
GNN Loss NaN after first training example?
I am trying to train a GNN but am getting a NaN loss function immediately after the first training example. Below I have included all of the pertinent code. My input is 385 points in 3D space confined ...
0
votes
0
answers
19
views
Need support to straighten,crop image properly for requirement in computer vision
My requirement:
Need to extract license plates without duplicates and store images in a folder,then apply ocr to extract text from images.
What i have achieved:
Iam able to detect license plates ...
4
votes
1
answer
16
views
Data for football matches
I am doing a project for my bachelor's thesis. I want to make a ML project in which I calculate the outputs of a football match in terms of probabilities- for example, 40% chance for the home team to ...
0
votes
0
answers
12
views
How to correctly use a transformer model for a generating dependencies project
I'm currectly trying to train a model in order to predict dependencies between text, here it's industrials tasks, based on historical data. The goal is to learn that "Task A precedes Task B for ...
1
vote
1
answer
18
views
How to train machine learning model with many data
I'm trying to learn machine learning. I understood how to train a machine learning model when there are only two labels. But I can't understand how if there are more than two labels, like how to make ...
1
vote
0
answers
13
views
ANOVA for mean difference b/w groups abnormal distribution, large sample size
I have $10$ groups - sample size $n>700$: resampled to $710$ for ANOVA - visually these distributions are not normal, slight bimodlity in the sets.
I ran an ANOVA, and got a $P\approx 0.089$. It ...
2
votes
0
answers
15
views
XGBoost GPU version not outperforming CPU on small dataset despite parameter tuning – suggestions needed
I'm currently working on a Parallel and Distributed Computing project where I'm comparing the performance of both XGBoost and CatBoost when trained on CPU vs GPU. The goal is to demonstrate how GPU ...
4
votes
0
answers
38
views
Why is DecisionTree using same feature and same condition twice
When trying to fit scikit-learn DecisionTreeClassifier on my data, I am observing some weird behavior.
x[54] (a boolan feature) ...
1
vote
0
answers
28
views
Why can monotonic feature transformation influence the performance of hypeparam-tuned tree-based models (e.g., random forest)?
I recently observed something unexpected: Although monotonic feature transformation does not affect the performance of decision tree-based models with default hyperparameters, it actually does affect ...
0
votes
0
answers
16
views
Poor availability on Google Cloud Platform
I am trying to setup a VM on GCP, but every time I try to create an instance in Compute Engine, there is an error message saying that the configuration that I asked is not currently available in the ...