Hi! 馃憢 I'm Cicada(my digital name), welcome to my blog!
I鈥檓 a Software Engineer based in India.
I have 8+ years of professional experience, 4 of them working with Database, 3 of them as DevOps engineer and 1+ as Automation/ML Eng. Over these years, I鈥檝e been developing and releasing different software and tools.
I write about Machine Learning/AI, but anything related to my area of expertise is a great candidate for a tutorial. I鈥檓 interested in Machine Learning/AI and Python.
Nothing here yet.
Hi, please try after removing +1 while collecting the real_data. I mean replace below line real_data = [model_inputs[len(model_inputs) + 1 - prediction_days : len(model_inputs)+1, 0]] with real_data = [model_inputs[len(model_inputs) - prediction_days : len(model_inputs)+1, 0]] Let me know if it fixed the issue.