🍃TransProPy Manual
TransProPy is a Python package that is part of the TransPro series under the SuperOmics framework.
Last updated
TransProPy is a Python package that is part of the TransPro series under the SuperOmics framework.
Last updated
TransProPy:A collection of deep learning models that integrate algorithms and various machine learning approaches to extract features (genes) effective for classification and attribute them accordingly.
These functions usually contain various utilities and helper functions, which can sometimes be considered as low-level functionalities.
🪴AutoGluonSelectML.pyApplying the MACFC selection for relevant feature genes in classification.
🪴AutogluonTimeLimit.pyTrains a model using AutoGluon on provided data path and returns feature importance and model leaderboard.
Trains a model using AutoGluon on provided data path and returns feature importance and model leaderboard.
🪴Usage of Autogluon_TimeLimit/Autogluon_SelectMLThis module uses the MACFC method to select feature genes relevant to classification and ranks them based on their corresponding weights.
Performing training and prediction tasks on tabular data using Autogluon.