Should follow this template w Vprašanja in odgovori
Besedilo
- 1 - Priprava podatkov
- 2 - Prikazovanje podatkov
- 3 - Porazdelitve in osamelci
- 4 - Odkrivanje skupin
- 5 - Nadzorovano učenje
- 6 - Nenegativna matrična faktorizacija in zlivanje podatkov
- 7 - Omrežja
- 8 - Zaporedja
%config InlineBackend.figure_formats = ['jpeg'] get_ipython().display_formatter.formatters.pop('text/plain', None)
%config InlineBackend.figure_formats = ['jpeg'] import matplotlib matplotlib.figure.Figure.repr = lambda self: ( f"<{self.class.name} size {self.bbox.size[0]:g}" f"x{self.bbox.size[1]:g} with {len(self.axes)} Axes>")