From 79e5eaa69ab501bcac15293c314b249b3eb0c538 Mon Sep 17 00:00:00 2001 From: Alexander Engelsberger Date: Thu, 6 May 2021 18:41:50 +0200 Subject: [PATCH] Rename GMLVQ Example. --- examples/{gmlvq_tecator.py => liranmlvq_tecator.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename examples/{gmlvq_tecator.py => liranmlvq_tecator.py} (95%) diff --git a/examples/gmlvq_tecator.py b/examples/liranmlvq_tecator.py similarity index 95% rename from examples/gmlvq_tecator.py rename to examples/liranmlvq_tecator.py index d5a92e9..d9fff1e 100644 --- a/examples/gmlvq_tecator.py +++ b/examples/liranmlvq_tecator.py @@ -1,4 +1,4 @@ -"""GMLVQ example using the Tecator dataset.""" +"""Limited Rank MLVQ example using the Tecator dataset.""" import pytorch_lightning as pl from prototorch.components import initializers as cinit