paper-with-me

Papers

eipy: An Open-Source Python Package for Multi-modal Data Integration using Heterogeneous Ensembles

2024-01-17 · Jamie J. R. Bennett, Aviad Susman, Yan Chak Li, Gaurav Pandey

In this paper, we introduce eipy--an open-source Python package for developing effective, multi-modal heterogeneous ensembles for classification. eipy simultaneously provides both a rigorous, and user-friendly framework for comparing and selecting the best-performing multi-modal data integration and predictive modeling methods by systematically evaluating their performance using nested cross-validation. The package is designed to leverage scikit-learn-like estimators as components to build multi-modal predictive models. An up-to-date user guide, including API reference and tutorials, for eipy is maintained at https://eipy.readthedocs.io . The main repository for this project can be found on GitHub at https://github.com/GauravPandeyLab/eipy .

📄 PDF Abstract BibTeX arXiv:2401.09582

Code (1)

gauravpandeylab/eipy 공식 구현

Tasks

Data Integration

Similar Papers 제목 키워드 기반

mvlearn: Multiview Machine Learning in Python

2020-05-25 · Ronan Perry, Gavin Mischler, Richard Guo, Theodore Lee 외

As data are generated more and more from multiple disparate sources, multiview data sets, where each sample has features in distinct views, have ballooned in recent years. However, no comprehensive package exists that en…

BIG-bench Machine Learning

Seg-metrics: a Python package to compute segmentation metrics

2024-01-12 · Jingnan Jia, Marius Staring, Berend C. Stoel

In response to a concerning trend of selectively emphasizing metrics in medical image segmentation (MIS) studies, we introduce \texttt{seg-metrics}, an open-source Python package for standardized MIS model evaluation. Un…

Image SegmentationMedical Image SegmentationSemantic Segmentation

libact: Pool-based Active Learning in Python

2017-10-01 · Yao-Yuan Yang, Shao-Chuan Lee, Yu-An Chung, Tung-En Wu 외

libact is a Python package designed to make active learning easier for general users. The package not only implements several popular active learning strategies, but also features the active-learning-by-learning meta-alg…

Active Learning

torchosr -- a PyTorch extension package for Open Set Recognition models evaluation in Python

2023-05-16 · Joanna Komorniczak, Pawel Ksieniewicz

The article presents the torchosr package - a Python package compatible with PyTorch library - offering tools and methods dedicated to Open Set Recognition in Deep Neural Networks. The package offers two state-of-the-art…

Open Set Learning

PyPanda: a Python Package for Gene Regulatory Network Reconstruction

2016-07-12

PANDA (Passing Attributes between Networks for Data Assimilation) is a gene regulatory network inference method that uses message-passing to integrate multiple sources of 'omics data. PANDA was originally coded in C++. I…