Skip to content

Instantly share code, notes, and snippets.

@makispl
Last active February 23, 2021 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makispl/3f32ff67250eb915e2b27d9958291825 to your computer and use it in GitHub Desktop.
Save makispl/3f32ff67250eb915e2b27d9958291825 to your computer and use it in GitHub Desktop.
# Import libraries
import numpy as np
import pandas as pd
import re
import matplotlib.pyplot as plt
import seaborn as sns
from sklearn.cluster import KMeans
from kneed import KneeLocator
from sklearn.linear_model import LogisticRegression
# Activate magics
%matplotlib inline
%config InlineBackend.figure_format ='retina'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment