paper-with-me

Papers

$\textit{lucie}$: An Improved Python Package for Loading Datasets from the UCI Machine Learning Repository

2024-10-10 · Kenneth Ge, Phuc Nguyen, Ramy Arnaout

The University of California--Irvine (UCI) Machine Learning (ML) Repository (UCIMLR) is consistently cited as one of the most popular dataset repositories, hosting hundreds of high-impact datasets. However, a significant portion, including 28.4% of the top 250, cannot be imported via the $\textit{ucimlrepo}$ package that is provided and recommended by the UCIMLR website. Instead, they are hosted as .zip files, containing nonstandard formats that are difficult to import without additional ad hoc processing. To address this issue, here we present $\textit{lucie}$ -- $\underline{l}oad$ $\underline{U}niversity$ $\underline{C}alifornia$ $\underline{I}rvine$ $\underline{e}xamples$ -- a utility that automatically determines the data format and imports many of these previously non-importable datasets, while preserving as much of a tabular data structure as possible. $\textit{lucie}$ was designed using the top 100 most popular datasets and benchmarked on the next 130, where it resulted in a success rate of 95.4% vs. 73.1% for $\textit{ucimlrepo}$. $\textit{lucie}$ is available as a Python package on PyPI with 98% code coverage.

📄 PDF Abstract BibTeX arXiv:2410.09119

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

HOC 설명 없음

Similar Papers 제목 키워드 기반

LUCIE: A Lightweight Uncoupled ClImate Emulator with long-term stability and physical consistency for O(1000)-member ensembles

2024-05-25 · Haiwen Guan, Troy Arcomano, Ashesh Chattopadhyay, Romit Maulik

We present a lightweight, easy-to-train, low-resolution, fully data-driven climate emulator, LUCIE, that can be trained on as low as $2$ years of $6$-hourly ERA5 data. Unlike most state-of-the-art AI weather models, LUCI…

GPU

Eisen: a python package for solid deep learning

2020-03-18 · Frank Mancolo

Eisen is an open source python package making the implementation of deep learning methods easy. It is specifically tailored to medical image analysis and computer vision tasks, but its flexibility allows extension to any…

Deep LearningMedical Image Analysis

$\textit{greylock}$: A Python Package for Measuring The Composition of Complex Datasets

2023-12-29 · Phuc Nguyen, Rohit Arora, Elliot D. Hill, Jasper Braun 외

Machine-learning datasets are typically characterized by measuring their size and class balance. However, there exists a richer and potentially more useful set of measures, termed diversity measures, that incorporate ele…

Diversity

Pymc-learn: Practical Probabilistic Machine Learning in Python

2018-10-31 · Emaasit Daniel

$\textit{Pymc-learn}$ is a Python package providing a variety of state-of-the-art probabilistic models for supervised and unsupervised machine learning. It is inspired by $\textit{scikit-learn}$ and focuses on bringing p…

BIG-bench Machine Learning

Improving Improved Kernel PLS

2026-07-17 · Ole-Christian Galbo Engstrøm arxiv

Improved Kernel Partial Least Squares (IKPLS) algorithms 1 and 2 are among the fastest PLS calibration algorithms. This article focuses on two shared steps, the computation of the $\mathbf{X}$ rotations, $\mathbf{R}$, an…