If you are trying to develop a python package and facing difficulties in doing so, this article may help. The Issue Recently, I was trying to develop a python package for a data science project. I generated my project using Data Science Cookiecutter. The folders were organized in the following way - ├── LICENSE ├──…Read more The Problem with Python Package Structure in dev Mode
Data Science
Can Machine Learning Really Detect Lung Cancer?
"Artificial Intelligence (AI)" - a topic that is so intriguing throughout last decade that even Elon Musk and Mark Zuckerberg debated over recently. Key integral part of an AI is Machine Learning (ML) which allows a machine to learn how we want them to think. Although it has been almost fifty years since ML and…Read more Can Machine Learning Really Detect Lung Cancer?
Forecasting from Times Series model using Python
Playing with large set of data is always fun if you know how to do it. You can fetch interesting information from it. As part of my Master's course I have had opportunity to work on forecasting using Times Series modeling. And yes, now I can predict future without being a clairvoyant. 😀 Considering popularity…Read more Forecasting from Times Series model using Python