How to make a projection system [on hold] The 2019 Stack Overflow Developer Survey Results Are InHow to improve when starting out in data scienceHow far can one go with excel?How to measure retention statistics?SVM model classifying into one class only, after standardizationHow to make a Power Spectral Density Plot in RAdvice on advanced analysis for end term ProjectWhich different visualizations to make for time series analysis?Fitting model to differenced time seriesHow to get date columns in pandas?how to create word2vec for phrases and then calculate cosine similarity
Is an up-to-date browser secure on an out-of-date OS?
Why is the maximum length of OpenWrt’s root password 8 characters?
What is the motivation for a law requiring 2 parties to consent for recording a conversation
The difference between dialogue marks
How are circuits which use complex ICs normally simulated?
Is bread bad for ducks?
Limit the amount of RAM Mathematica may access?
Does a dangling wire really electrocute me if I'm standing in water?
Deadlock Graph and Interpretation, solution to avoid
Where to refill my bottle in India?
Does light intensity oscillate really fast since it is a wave?
How come people say “Would of”?
How to change the limits of integration
How to deal with fear of taking dependencies
Patience, young "Padovan"
Does duplicating a spell with Wish count as casting that spell?
Should I use my personal or workplace e-mail when registering to external websites for work purpose?
Is domain driven design an anti-SQL pattern?
Extreme, unacceptable situation and I can't attend work tomorrow morning
Understanding the implication of what "well-defined" means for the operation in quotient group
Inversion Puzzle
What are the motivations for publishing new editions of an existing textbook, beyond new discoveries in a field?
How to answer pointed "are you quitting" questioning when I don't want them to suspect
Does it makes sense to buy a new cycle to learn riding?
How to make a projection system [on hold]
The 2019 Stack Overflow Developer Survey Results Are InHow to improve when starting out in data scienceHow far can one go with excel?How to measure retention statistics?SVM model classifying into one class only, after standardizationHow to make a Power Spectral Density Plot in RAdvice on advanced analysis for end term ProjectWhich different visualizations to make for time series analysis?Fitting model to differenced time seriesHow to get date columns in pandas?how to create word2vec for phrases and then calculate cosine similarity
$begingroup$
I have raw data (shown below) formatted as a table containing time and earnings corresponding to that time. I would like to calculate the earnings for the time. How can I make my own projection system by using the same figures given in the table to make a similar table? How can I calculate it?
data-analysis
New contributor
$endgroup$
put on hold as too broad by Stephen Rauch♦ 5 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
|
show 3 more comments
$begingroup$
I have raw data (shown below) formatted as a table containing time and earnings corresponding to that time. I would like to calculate the earnings for the time. How can I make my own projection system by using the same figures given in the table to make a similar table? How can I calculate it?
data-analysis
New contributor
$endgroup$
put on hold as too broad by Stephen Rauch♦ 5 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
$begingroup$
Hello Hassam! Welcome to our community! I see you are new to Data Science so I will give you one tip: You have a Regression Problem!. That is: you want to predict a continuous value. Check under Regression in this crash course so you can get yourself started! Good Luck!
$endgroup$
– Pedro Henrique Monforte
10 hours ago
$begingroup$
Thank you so much for your comment . But actually i am in a little problem right now . and i want to solve this problem as soon as possible. You were right this is a regression problem and i am a completely noob about these things. Right now i would love to have a solution. Unfortunately i don't have much time to start some kind of course and get my self into it.
$endgroup$
– Hassam Talha
8 hours ago
$begingroup$
So, you don't need to go trough the entire course! Just check the topic on regression, is about 20 minutes to understand the basics and get things going with tensorflow. If you really on that hurry you can go flying trough sklearn tutorial and copy code, but I don't think you will do meaningful work.
$endgroup$
– Pedro Henrique Monforte
8 hours ago
$begingroup$
Also, I really think it would be worth your time to get the basics on the crash course, be aware that is unlikely that people will give you a complete answer. Your data seems quite simple and by a quick look at it I think you can easily fit it with Linear Regression trust me, it is about 10 lines of code
$endgroup$
– Pedro Henrique Monforte
8 hours ago
$begingroup$
Thank you so much for your time. But i would like a little favour. Please solve just one value for me so i could understand it better.
$endgroup$
– Hassam Talha
6 hours ago
|
show 3 more comments
$begingroup$
I have raw data (shown below) formatted as a table containing time and earnings corresponding to that time. I would like to calculate the earnings for the time. How can I make my own projection system by using the same figures given in the table to make a similar table? How can I calculate it?
data-analysis
New contributor
$endgroup$
I have raw data (shown below) formatted as a table containing time and earnings corresponding to that time. I would like to calculate the earnings for the time. How can I make my own projection system by using the same figures given in the table to make a similar table? How can I calculate it?
data-analysis
data-analysis
New contributor
New contributor
edited 8 hours ago
Ethan
703525
703525
New contributor
asked 10 hours ago
Hassam TalhaHassam Talha
11
11
New contributor
New contributor
put on hold as too broad by Stephen Rauch♦ 5 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as too broad by Stephen Rauch♦ 5 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
$begingroup$
Hello Hassam! Welcome to our community! I see you are new to Data Science so I will give you one tip: You have a Regression Problem!. That is: you want to predict a continuous value. Check under Regression in this crash course so you can get yourself started! Good Luck!
$endgroup$
– Pedro Henrique Monforte
10 hours ago
$begingroup$
Thank you so much for your comment . But actually i am in a little problem right now . and i want to solve this problem as soon as possible. You were right this is a regression problem and i am a completely noob about these things. Right now i would love to have a solution. Unfortunately i don't have much time to start some kind of course and get my self into it.
$endgroup$
– Hassam Talha
8 hours ago
$begingroup$
So, you don't need to go trough the entire course! Just check the topic on regression, is about 20 minutes to understand the basics and get things going with tensorflow. If you really on that hurry you can go flying trough sklearn tutorial and copy code, but I don't think you will do meaningful work.
$endgroup$
– Pedro Henrique Monforte
8 hours ago
$begingroup$
Also, I really think it would be worth your time to get the basics on the crash course, be aware that is unlikely that people will give you a complete answer. Your data seems quite simple and by a quick look at it I think you can easily fit it with Linear Regression trust me, it is about 10 lines of code
$endgroup$
– Pedro Henrique Monforte
8 hours ago
$begingroup$
Thank you so much for your time. But i would like a little favour. Please solve just one value for me so i could understand it better.
$endgroup$
– Hassam Talha
6 hours ago
|
show 3 more comments
$begingroup$
Hello Hassam! Welcome to our community! I see you are new to Data Science so I will give you one tip: You have a Regression Problem!. That is: you want to predict a continuous value. Check under Regression in this crash course so you can get yourself started! Good Luck!
$endgroup$
– Pedro Henrique Monforte
10 hours ago
$begingroup$
Thank you so much for your comment . But actually i am in a little problem right now . and i want to solve this problem as soon as possible. You were right this is a regression problem and i am a completely noob about these things. Right now i would love to have a solution. Unfortunately i don't have much time to start some kind of course and get my self into it.
$endgroup$
– Hassam Talha
8 hours ago
$begingroup$
So, you don't need to go trough the entire course! Just check the topic on regression, is about 20 minutes to understand the basics and get things going with tensorflow. If you really on that hurry you can go flying trough sklearn tutorial and copy code, but I don't think you will do meaningful work.
$endgroup$
– Pedro Henrique Monforte
8 hours ago
$begingroup$
Also, I really think it would be worth your time to get the basics on the crash course, be aware that is unlikely that people will give you a complete answer. Your data seems quite simple and by a quick look at it I think you can easily fit it with Linear Regression trust me, it is about 10 lines of code
$endgroup$
– Pedro Henrique Monforte
8 hours ago
$begingroup$
Thank you so much for your time. But i would like a little favour. Please solve just one value for me so i could understand it better.
$endgroup$
– Hassam Talha
6 hours ago
$begingroup$
Hello Hassam! Welcome to our community! I see you are new to Data Science so I will give you one tip: You have a Regression Problem!. That is: you want to predict a continuous value. Check under Regression in this crash course so you can get yourself started! Good Luck!
$endgroup$
– Pedro Henrique Monforte
10 hours ago
$begingroup$
Hello Hassam! Welcome to our community! I see you are new to Data Science so I will give you one tip: You have a Regression Problem!. That is: you want to predict a continuous value. Check under Regression in this crash course so you can get yourself started! Good Luck!
$endgroup$
– Pedro Henrique Monforte
10 hours ago
$begingroup$
Thank you so much for your comment . But actually i am in a little problem right now . and i want to solve this problem as soon as possible. You were right this is a regression problem and i am a completely noob about these things. Right now i would love to have a solution. Unfortunately i don't have much time to start some kind of course and get my self into it.
$endgroup$
– Hassam Talha
8 hours ago
$begingroup$
Thank you so much for your comment . But actually i am in a little problem right now . and i want to solve this problem as soon as possible. You were right this is a regression problem and i am a completely noob about these things. Right now i would love to have a solution. Unfortunately i don't have much time to start some kind of course and get my self into it.
$endgroup$
– Hassam Talha
8 hours ago
$begingroup$
So, you don't need to go trough the entire course! Just check the topic on regression, is about 20 minutes to understand the basics and get things going with tensorflow. If you really on that hurry you can go flying trough sklearn tutorial and copy code, but I don't think you will do meaningful work.
$endgroup$
– Pedro Henrique Monforte
8 hours ago
$begingroup$
So, you don't need to go trough the entire course! Just check the topic on regression, is about 20 minutes to understand the basics and get things going with tensorflow. If you really on that hurry you can go flying trough sklearn tutorial and copy code, but I don't think you will do meaningful work.
$endgroup$
– Pedro Henrique Monforte
8 hours ago
$begingroup$
Also, I really think it would be worth your time to get the basics on the crash course, be aware that is unlikely that people will give you a complete answer. Your data seems quite simple and by a quick look at it I think you can easily fit it with Linear Regression trust me, it is about 10 lines of code
$endgroup$
– Pedro Henrique Monforte
8 hours ago
$begingroup$
Also, I really think it would be worth your time to get the basics on the crash course, be aware that is unlikely that people will give you a complete answer. Your data seems quite simple and by a quick look at it I think you can easily fit it with Linear Regression trust me, it is about 10 lines of code
$endgroup$
– Pedro Henrique Monforte
8 hours ago
$begingroup$
Thank you so much for your time. But i would like a little favour. Please solve just one value for me so i could understand it better.
$endgroup$
– Hassam Talha
6 hours ago
$begingroup$
Thank you so much for your time. But i would like a little favour. Please solve just one value for me so i could understand it better.
$endgroup$
– Hassam Talha
6 hours ago
|
show 3 more comments
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Hello Hassam! Welcome to our community! I see you are new to Data Science so I will give you one tip: You have a Regression Problem!. That is: you want to predict a continuous value. Check under Regression in this crash course so you can get yourself started! Good Luck!
$endgroup$
– Pedro Henrique Monforte
10 hours ago
$begingroup$
Thank you so much for your comment . But actually i am in a little problem right now . and i want to solve this problem as soon as possible. You were right this is a regression problem and i am a completely noob about these things. Right now i would love to have a solution. Unfortunately i don't have much time to start some kind of course and get my self into it.
$endgroup$
– Hassam Talha
8 hours ago
$begingroup$
So, you don't need to go trough the entire course! Just check the topic on regression, is about 20 minutes to understand the basics and get things going with tensorflow. If you really on that hurry you can go flying trough sklearn tutorial and copy code, but I don't think you will do meaningful work.
$endgroup$
– Pedro Henrique Monforte
8 hours ago
$begingroup$
Also, I really think it would be worth your time to get the basics on the crash course, be aware that is unlikely that people will give you a complete answer. Your data seems quite simple and by a quick look at it I think you can easily fit it with Linear Regression trust me, it is about 10 lines of code
$endgroup$
– Pedro Henrique Monforte
8 hours ago
$begingroup$
Thank you so much for your time. But i would like a little favour. Please solve just one value for me so i could understand it better.
$endgroup$
– Hassam Talha
6 hours ago