``skcriteria.madm`` deprecated package ======================================= .. warning:: This package is deprecated, and is simply an alias for the ``skcriteria.agg`` package. Therefore .. code-block:: python from skcriteria.madm.similarity import TOPSIS from skcriteria.madm import electre Is equivalent to .. code-block:: python from skcriteria.agg.similarity import TOPSIS from skcriteria.agg import electre .. automodule:: skcriteria.madm :members: :undoc-members: :show-inheritance: .. toctree:: :maxdepth: 2 :glob: agg/*