mirror of
https://github.com/Doctorado-ML/mufs.git
synced 2025-08-19 09:35:53 +00:00
9 lines
234 B
Python
9 lines
234 B
Python
from .Selection import MUFS
|
|
|
|
__author__ = "Ricardo Montañana Gómez"
|
|
__author_email__ = "Ricardo.Montanana@alu.uclm.es"
|
|
__copyright__ = "Copyright 2021-2022, Ricardo Montañana Gómez"
|
|
__license__ = "MIT License"
|
|
|
|
__all__ = ["MUFS"]
|