Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 610 Bytes

madm.rst

File metadata and controls

30 lines (20 loc) · 610 Bytes

skcriteria.madm deprecated package

Warning

This package is deprecated, and is simply an alias for the skcriteria.agg package.

Therefore

from skcriteria.madm.similarity import TOPSIS
from skcriteria.madm import electre

Is equivalent to

from skcriteria.agg.similarity import TOPSIS
from skcriteria.agg import electre

skcriteria.madm

agg/*