Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Improving Translational Accuracy02:07

Improving Translational Accuracy

9.2K
Base complementarity between the three base pairs of mRNA codon and the tRNA anticodon is not a failsafe mechanism. Inaccuracies can range from a single mismatch to no correct base pairing at all. The free energy difference between the correct and nearly correct base pairs can be as small as 3 kcal/ mol. With complementarity being the only proofreading step, the estimated error frequency would be one wrong amino acid in every 100 amino acids incorporated. However, error frequencies observed in...
9.2K
Statistical Software for Data Analysis and Clinical Trials01:12

Statistical Software for Data Analysis and Clinical Trials

498
Statistical software is pivotal in data analysis and clinical trials by providing tools to analyze data, draw conclusions, and make predictions. These software packages range from simple data management applications to complex analytical platforms, supporting various statistical tests, models, and simulation techniques. Their significance lies in their ability to handle vast amounts of data with precision and efficiency, enabling researchers to validate hypotheses, identify trends, and make...
498
Analysis of Population Pharmacokinetic Data01:12

Analysis of Population Pharmacokinetic Data

235
Analysis of population pharmacokinetic data involves studying the behavior of drugs within diverse populations to understand their pharmacokinetic parameters. Traditional pharmacokinetic methods typically involve collecting samples from a few individuals and estimating these parameters. While these methods are commonly used, they have limitations in capturing the variability in drug response among individuals or heterogeneous populations. Population pharmacokinetics is employed to address these...
235

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Platelet proteomics on less than a drop of previously frozen, non-citrate plasma.

Molecular omics·2026
Same author

Contrasting effects of SARS-CoV-2 vaccination vs. infection on antibody and TCR repertoires.

PloS one·2026
Same author

Why are we doing this alone? A collaborative framework for LDT development and validation.

Journal of clinical microbiology·2026
Same author

What's not to learn? AI meets parasitology.

Journal of clinical microbiology·2025
Same author

X-Factor: Quality Is a Dataset-Intrinsic Property.

ArXiv·2025
Same author

Comparative Outcomes of Babesiosis in Immunocompromised and Nonimmunocompromised Hosts: A Multicenter Cohort Study.

Clinical infectious diseases : an official publication of the Infectious Diseases Society of America·2025
Same journal

Layered social competition coordinates reproductive hierarchy formation in ants.

bioRxiv : the preprint server for biology·2026
Same journal

Combination epigenetic-targeted therapy increases the immunogenicity of poorly immunogenic sarcomas.

bioRxiv : the preprint server for biology·2026
Same journal

Loss of LanC-like proteins delays post-injury regeneration of aging skeletal muscles.

bioRxiv : the preprint server for biology·2026
Same journal

Integrative Transfer Network: Deep Transfer Learning Across Populations and Prediction Targets.

bioRxiv : the preprint server for biology·2026
Same journal

Confidence-supported label-free metabolic imaging with FPhaS phase autofluorescence microscopy.

bioRxiv : the preprint server for biology·2026
Same journal

Sequence-encoded autoinhibition couples mRNA decapping activity to phase separation.

bioRxiv : the preprint server for biology·2026
See all related articles

Related Experiment Video

Updated: Jun 8, 2025

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

505

lucie: An Improved Python Package for Loading Datasets from the UCI Machine Learning Repository.

Kenneth Ge1, Phuc Nguyen2, Ramy Arnaout3

  • 1Department of Pathology at Beth Israel Deaconess Medical Center (BIDMC), and is a student at Carnegie Mellon University.

Biorxiv : the Preprint Server for Biology
|November 1, 2024
PubMed
Summary
This summary is machine-generated.

A new utility, lucie, simplifies importing challenging datasets from the University of California-Irvine (UCI) Machine Learning Repository. It successfully imports 95.4% of previously inaccessible datasets, improving upon existing tools.

Keywords:
Pythonartificial intelligencedata sciencemachine learning

More Related Videos

Predicting Treatment Response to Image-Guided Therapies Using Machine Learning: An Example for Trans-Arterial Treatment of Hepatocellular Carcinoma
04:09

Predicting Treatment Response to Image-Guided Therapies Using Machine Learning: An Example for Trans-Arterial Treatment of Hepatocellular Carcinoma

Published on: October 10, 2018

8.2K
Author Spotlight: AI-Driven Trypanosome Species Detection from Microscopic Images
08:20

Author Spotlight: AI-Driven Trypanosome Species Detection from Microscopic Images

Published on: October 27, 2023

1.3K

Related Experiment Videos

Last Updated: Jun 8, 2025

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

505
Predicting Treatment Response to Image-Guided Therapies Using Machine Learning: An Example for Trans-Arterial Treatment of Hepatocellular Carcinoma
04:09

Predicting Treatment Response to Image-Guided Therapies Using Machine Learning: An Example for Trans-Arterial Treatment of Hepatocellular Carcinoma

Published on: October 10, 2018

8.2K
Author Spotlight: AI-Driven Trypanosome Species Detection from Microscopic Images
08:20

Author Spotlight: AI-Driven Trypanosome Species Detection from Microscopic Images

Published on: October 27, 2023

1.3K

Area of Science:

  • Machine Learning
  • Data Science
  • Computer Science

Background:

  • The University of California-Irvine (UCI) Machine Learning Repository (UCIMLR) is a vital resource for high-impact datasets.
  • A significant portion of UCIMLR datasets, particularly those in .zip files with nonstandard formats, are difficult to import using the recommended ucimlrepo package.

Purpose of the Study:

  • To develop a utility that automates the import of previously non-importable datasets from the UCIMLR.
  • To preserve the tabular data structure of these datasets during import.

Main Methods:

  • A new Python package, lucie (load University California Irvine examples), was developed.
  • lucie automatically determines data formats and facilitates import.
  • The utility was designed using the top 100 UCIMLR datasets and benchmarked on the subsequent 130.

Main Results:

  • lucie achieved a 95.4% success rate in importing challenging datasets, compared to 73.1% for ucimlrepo.
  • The package demonstrates high performance on datasets previously inaccessible via automated methods.
  • lucie offers 98% code coverage and is available on PyPI.

Conclusions:

  • lucie significantly enhances accessibility to a large number of UCIMLR datasets.
  • The utility addresses a critical gap in data import for machine learning research.
  • lucie provides a robust and efficient solution for data scientists and researchers.