I need to build an algorithm that predicts weather based on the past weather using markov chain on python i need help m begginer | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I need to build an algorithm that predicts weather based on the past weather using markov chain on python i need help m begginer

Python markov chain predecting weather

17th Mar 2021, 4:42 PM
RIAHI CHAIMAA
RIAHI CHAIMAA - avatar
4 Answers
+ 2
Please the community want to see your try first😁 Then we will be glad to help. I hope you understand
17th Mar 2021, 4:53 PM
!Derrickee
!Derrickee - avatar
0
Hmm okk sure i just thinketh that maybe someone already made this algorithm
17th Mar 2021, 4:59 PM
RIAHI CHAIMAA
RIAHI CHAIMAA - avatar
0
Hi again this exemple Probabilities matrix (transition matrix) transitionMatrix = [[0.2,0.6,0.2],[0.1,0.6,0.3],[0.2,0.7,0.1]] I don't want to define the matrix i want the python brings data from excel cause i need to work with different matrix can you help please
18th Mar 2021, 3:09 PM
RIAHI CHAIMAA
RIAHI CHAIMAA - avatar
0
Thank you so much for yoyr help, about markov chain no use for predecting thr weather actually that is why i needed to bring data to python so i can generate different probabilities applying on the past weather of the same season i know there is another natural none controled facts we can't take into consideration but yet this gonna be an approximation to study the highest probabilty of the weather for today for example .
19th Mar 2021, 9:53 AM
RIAHI CHAIMAA
RIAHI CHAIMAA - avatar