Open JesusRH97 opened 3 years ago
Hi @JesusRH97
The script doesn't automatically write into results folder (but you could add it easily). The main output of the script is matplotlib figures that you can simply visualize or save (make sure to close the obained figures by pressing "q", this will launch the next results to display)
I execute this script and I expected to have some resuts under the results/ folder, but instead I got the following warning: "anomaly_detection.py:152: RuntimeWarning: More than 20 figures have been opened. Figures created through the pyplot interface (
matplotlib.pyplot.figure
) are retained until explicitly closed and may consume too much memory. (To control this warning, see the rcParamfigure.max_open_warning
)."How can I see the outputs of the algorithm?