Posts by Tag

Machine Learning

Sustainable data preprocessing with pipelines

11 minute read

Early in my modeling of the Titanic dataset (a kind of “Hello World” for machine learning), I was struck by the variety - or inconsistency - of data preproce...

Installing AutoSklearn with conda

1 minute read

I really wanted to try out the examples of using AutoSklearn over at Machine Learning Mastery. But when I ran pip install auto-sklearn, an error occurred:

Back to Top ↑

Data

Sustainable data preprocessing with pipelines

11 minute read

Early in my modeling of the Titanic dataset (a kind of “Hello World” for machine learning), I was struck by the variety - or inconsistency - of data preproce...

Back to Top ↑

Python

Installing AutoSklearn with conda

1 minute read

I really wanted to try out the examples of using AutoSklearn over at Machine Learning Mastery. But when I ran pip install auto-sklearn, an error occurred:

Back to Top ↑

Feature Engineering

Hypothesis-driven feature engineering

5 minute read

I’m starting a machine learning project to use microbial communities as biosensors for redox potential. Why is this important? Well, redox potential (written...

Back to Top ↑

Genomics

Hypothesis-driven feature engineering

5 minute read

I’m starting a machine learning project to use microbial communities as biosensors for redox potential. Why is this important? Well, redox potential (written...

Back to Top ↑

Geochemistry

Back to Top ↑

R

Back to Top ↑

LLMs

LLMs in Claim Verification

3 minute read

Scientific papers make lots of claims with supporting citations. However, even well-intentioned writers make mistakes, and automated citation verification is...

Back to Top ↑