mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-02-07 03:05:47 +01:00
fix: update import order and reset execution count in VAT notebook
This commit is contained in:
@@ -2,15 +2,16 @@
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 27,
|
||||
"execution_count": null,
|
||||
"id": "0537d051",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from pyclustertend import hopkins, vat\n",
|
||||
"\n",
|
||||
"import numpy as np\n",
|
||||
"\n",
|
||||
"from sklearn.datasets import load_iris\n",
|
||||
"from pyclustertend import vat, hopkins\n",
|
||||
"\n",
|
||||
"rng = np.random.default_rng(42)\n",
|
||||
"\n",
|
||||
|
||||
Reference in New Issue
Block a user