Skip to main content

Questions tagged [data-science]

Do not use. Ask data science questions on their respective Stack Exchange communities such as Cross Validated.SE, Data Science.SE, or Artificial Intelligence.SE

data-science
-4 votes
0 answers
29 views

Which machine learning technique should I use to solve my sequence problem? [closed]

I have a set of data like the below: Column A Column B Column C Column D Tom Monday Blue 0,3,20,36,80,98,100 Dan Friday Red 0,15,45,100 Sarah Sunday Red 0,6,31,91,100 Dan Monday Yellow 0,21,86,...
Adam F's user avatar
  • 1
0 votes
0 answers
14 views

Reinforcement Learning Model Predicts Minimum Action Value Throughout Training in Environment

Introduction: I'm working on a dynamic pricing model using reinforcement learning with Stable Baselines3's PPO algorithm. The goal is to predict prices such that the reward is maximized when the ...
hamza rashid's user avatar
0 votes
0 answers
16 views

The variance of the sum of 2 normal distributions is supposed to be the the sum of the individual variances, but why isn't it below?

Consider the python code below. import statistics as s m1,sigma1 = 100,20 m2,sigma2 = 70,20 n1,n2 = 100000,100000 d1 = s.NormalDist(mu = m1, sigma=sigma1) d2 = s.NormalDist(mu = m2, sigma=sigma2) ...
Evan Tsiklidis's user avatar
0 votes
0 answers
20 views

Do I need to 'shift' my new target variable in Time Series prediction?

When I have time series data but I don't want to predict the values of the series. Instead, I create a new target variable that gives me the direction (1 to represent an increase and 0 to represent a ...
robert0peixot0's user avatar
0 votes
0 answers
16 views

I want to go to save button and then save the data as excel file using selenium python. Any leads?

https://ceoelection.maharashtra.gov.in/SearchInfo/ListPSs.aspx I want to save the data as a excel file automatically from this website. The floppy disk sign. Can some provide me the code. Here is the ...
Anurag Sinha's user avatar
-1 votes
1 answer
24 views

Predicting customers at risk of default in an energy company using one-class classification? [closed]

I am working on a project where I need to predict customers who might default on payments (referred to as "icra" in Turkish) in an energy company. Currently, out of a total of 10 million ...
Sevval's user avatar
  • 1
0 votes
1 answer
38 views

Stuck in handling incorrect input data on web app for model training

I am trying to add an exception feature in an ML project I am working on, I create a web app which accepts student performance data as a CSV file and then performs different machine learning ...
Harshit Kedia's user avatar
0 votes
1 answer
19 views

Trying to scavanage data using Selenium but save button isn't working

I am trying to save the booth addresses using Selenium for machine learning algorithms, but the save button is not getting clicked: I tried all types of selectors, different methods, JavaScript, and ...
Anurag Sinha's user avatar
-1 votes
0 answers
10 views

How to save and parse selected features in tsfresh?

My question is, how to convert feature names (column names), resulted by tsfresh extract_features, to format, compatible with ComprehensiveFCParameters. Needs to do not apply select_features every ...
Vladislav's user avatar
-2 votes
0 answers
22 views

Calculating correlations in Python data set of binary variables [closed]

I have a data sample that looks like the following: ID Outcome Flags 1 Win 728,491,294,889,551 2 Lose 491,889,541,904 3 Lose 491,904,213,541 There could be hundreds of rows and there ...
brummie49's user avatar
0 votes
0 answers
10 views

TaskRun failed to finish due to an error for Coretex BioInformatics workflow

After starting bioinformatics workflow in Coretex, I am getting the following message even though data seems to be in order: "Failed to determine which column contains sampleIDs/names..." ...
axcac's user avatar
  • 1
-3 votes
0 answers
123 views

error with to_list() function on first run (python)

I'm working on a sentiment analysis project related to gemini on google co.lab. one of the steps is where I isolate a column containing ios app reviews, transforming it into a list and cleaning it of ...
tim_toaster's user avatar
-2 votes
0 answers
31 views

How make a predictive Model to predict demands of different products [closed]

I am working on a supply chain problem where i need to predict how much material will be required in each quater to meet the demand . For each product we know what operation needs to be performed in ...
Tanmay Singh's user avatar
-1 votes
1 answer
45 views

Which file type supports solving mixed-integer nonlinear program with Gurobi via pyomo

I am new to this and I have this MINLP I want to save the model in the file type such as MPS LP or nl and then open it in pyomo and solve via Gurobi but these file types only support MILP, so are ...
Justaguy's user avatar
-1 votes
0 answers
10 views

Forecast Model and exog

I am currently working on a time series task related to predicting the AI demand in the market. I have already obtained the monthly percentage of AI jobs relative to total jobs from 2018 to 2023. I ...
Xia T's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
575