Posts by Category

Blog

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...

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...

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 ↑