Skip to content

Instantly share code, notes, and snippets.

View Valenzione's full-sized avatar
❤️‍🔥

Yuriy Valenzione

❤️‍🔥
View GitHub Profile
@Valenzione
Valenzione / pythin.py
Created February 3, 2020 16:36
python
import sys
import os
import numpy as np
import pandas as pd
from tqdm.auto import tqdm
import matplotlib.pyplot as plt
from scipy.spatial.distance import pdist, squareform
from itertools import chain