Skip to main content

Questions tagged [prediction]

prediction is the use of data, statistical algorithms and machine learning techniques to identify the likelihood of future outcomes based on historical data. The goal is to go beyond knowing what has happened to providing a best assessment of what will happen in the future.

3 votes
0 answers
66 views

I have monthly sales data from a set of online merchants that sell on an online shop using a cloud-based software solution. The data look something like this: month merchant_id shop_id shop_country ...
Max's user avatar
  • 31
1 vote
0 answers
127 views

I'm exploring a machine learning research direction and I'm looking for ideas or pointers to existing models/projects that fit the following setup: The model is trained on graphs with edge information ...
lili's user avatar
  • 361
1 vote
0 answers
51 views

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, ...
elgabri's user avatar
  • 11
7 votes
1 answer
91 views

I am seeking some help and or perspectives in solving a problem. I have a dataset (accessible here) with the following columns: DATE: this is the date in dd/mm/yyyy format HH: this is the "half-...
ExcellentGas3142's user avatar
0 votes
0 answers
38 views

ValueError Traceback (most recent call last) ~\AppData\Local\Temp/ipykernel_34600/2721349307.py in ----> 1 model.fit(X_train,y_train) ~\Anaconda4\lib\site-packages\...
Viru's user avatar
  • 1
3 votes
0 answers
32 views

I have a sequence dataset as the following. These sequences are statuses got approved by clients and they are ordered by date/time. A client can get multiple statuses and jump back to the same status ...
Totura's user avatar
  • 31
0 votes
0 answers
68 views

I am a student working on building a predictive model. While evaluating different models, I noticed that in some cases, some AUC is around 0.75, but the ROC curve appears below the random guess line. ...
waleed almutairi's user avatar
2 votes
0 answers
91 views

In short, I get prediction interval smaller than confidence interval while they should be wider. Any help to understand why is certainly welcome :) Let me start by stating the problem at hand. I use a ...
JR-stats's user avatar
0 votes
1 answer
72 views

I'm fairly new to the world of ML & Data Science. I've completed a certification course in Coursera/IBM and I'm trying to hone my skills using some exercises from Kaggle. The course did not ...
MLNoob's user avatar
  • 1
0 votes
0 answers
22 views

I want to evaluate the sequential tone detection system. Although the results are similar to what is expected, the problem is that the data size is different between the predicted data and the actual ...
user176504's user avatar
0 votes
0 answers
42 views

I'm working on a spectrum sensing-based project, where I need to predict the SNR values from spectrogram images. To train and evaluate the model, I normalized the SNR ground truths, and I got decent ...
Mylvannan Mathushan's user avatar
0 votes
1 answer
79 views

I am working in Python to predict the treatment response of 43 patients using 10 predictors as input. I noticed that adding polynomial features to my models produces nearly perfect results. I am ...
waleed almutairi's user avatar
7 votes
1 answer
339 views

I followed from this question. Case1: I have the following task to do: Training by the consecutive 3 days to predict the each 4th day. Each day data represents one CSV file which has dimension 24x25. ...
S. M.'s user avatar
  • 95
1 vote
1 answer
62 views

want to preface this first with terminology: multivariate regression deals with the case where there are more than one dependent variables while multiple regression deals with the case where there is ...
Borla312's user avatar
1 vote
0 answers
25 views

I'm trying to predict the rated capacity of a wind turbine given factors such as wind speed and direction. Now since this is weather data which is high resolution, I don't want to just average things ...
occamis's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
30