Matplotlib

Artificial Intelligence Image
DataScience
Python

3 ways to do dimensionality reduction techniques in Scikit-learn

Dimensionality reduction techniques are used to extract informative features that could be used for later learning, etc. Tested PCA, MDS and t-SNE for the breast cancer dataset.

Read More
Computer Analysis Image
Crypto
DataScience
Python

Coefficient of variation to compare your crypto assets

This guide shows how to obtain crypto data via CoinGecko API and calculate the coefficient of variation that is a statistical measure of the dispersion of data points.

Read More
Trading market Image
DataScience
Python

How to draw 4 most common trend indicators in matplotlib in Python

Trend indicators are usable and handy for beginners. Here is to introduce how to draw chars and bars for Moving Averages, MACD, RSI and OBV in Python.

Read More
Analytics Image
DataScience
Python

How to compute price correlation for financial data in Python

We learn how to use Pandas rolling function to calculate rolling change, rolling standard deviation and rolling correlation for financial assets.

Read More
Computer Analysis Image
Crypto
DataScience

How to get cumulative return for your asset and portfolio in Python

To explain how to use cumprod in Pandas library to calculate cumulative portfolio return and single asset return in an efficient code with Python.

Read More