yzhao062/pyod

Why models.__init__.py is commented? How to import models from relative path?

Open

#271 geöffnet am 13. Jan. 2021

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (1.308 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (7.762 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 17h) (14 gemergte PRs in 30 T)

Beschreibung

Hello,

I noticed pyod.models.init.py is commented. See: models.init.py

How do you propose to import the models from relative path?

I tried to import from relative path the models to test them but it is not possible.

import pyod
pyod.models. <<= no models

from pyod.models.copod import COPOD <<== works

My version is the last one: 0.8.6. Same symptoms with 0.8.5.

Contributor Guide