From 32c1906474d1211878dead0e67efbfd607c98c18 Mon Sep 17 00:00:00 2001 From: ALebrun-108 <59709058+ALebrun-108@users.noreply.github.com> Date: Fri, 8 Oct 2021 16:24:38 -0400 Subject: [PATCH] visual tool modif --- boxsers/data_augmentation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxsers/data_augmentation.py b/boxsers/data_augmentation.py index eab5565..03e3033 100644 --- a/boxsers/data_augmentation.py +++ b/boxsers/data_augmentation.py @@ -4,7 +4,7 @@ School : Université Laval (Qc, Canada) This module provides funtions to generate new spectra by adding different variations to -existing spectra... +existing spectra. """ import numpy as np from sklearn.utils import shuffle