Data Science by ODS.ai 🦜
48.9K subscribers
421 photos
47 videos
7 files
1.56K links
First Telegram Data Science channel. Covering all technical and popular staff about anything related to Data Science: AI, Big Data, Machine Learning, Statistics, general Math and the applications of former. To reach editors contact: @haarrp
Download Telegram
​​A comprehensive beginner’s guide to create a Time Series Forecast (with Codes in Python)

A middle-level article on #TS forecasting in #Python.

Link: https://www.analyticsvidhya.com/blog/2016/02/time-series-forecasting-codes-python/
​​An End-to-End Project on Time Series Analysis and Forecasting with Python

Today’s second article about #TS forecasting, to cover basics and provide knowledge about how to approach TS data mining.

Link: https://towardsdatascience.com/an-end-to-end-project-on-time-series-analysis-and-forecasting-with-python-4835e6bf050b

#Python
​​Simple real time visualisation of the execution of a #python program: https://github.com/alexmojaki/heartrate
Can't agree more. Worst release of #python
#python 3.8 is released. The worst python release so far. :=

I hope, that python4 will concentrate on removing useless stuff from the core, performance, and extending typing support.

Ideally, asyncio should be moved to a separate package, := should be undone. We all make mistakes.

https://docs.python.org/3/whatsnew/3.8.html
​​In a chord diagram (or radial network), entities are arranged radially as segments with their relationships visualised by arcs that connect them. The size of the segments illustrates the numerical proportions, whilst the size of the arc illustrates the significance of the relationships1.

Chord diagrams are useful when trying to convey relationships between different entities, and they can be beautiful and eye-catching.

https://github.com/shahinrostami/chord

#python
​​Blackcellmagic extension for jupyter

There are people who like dark themes and are fond of them, but this extension helps to format the code.

Extension: https://github.com/csurfer/blackcellmagic
Black formatter: https://github.com/psf/black

#codestyle #python #jupyter
​​Mypy stubs, i.e., type information, for numpy, pandas and matplotlib for your #ds #python projects.

Lots of functions are already typed, but a lot is still missing (numpy and pandas are huge libraries).

https://github.com/predictive-analytics-lab/data-science-types