Methods & ToolsIntermediate30 min

Lesson · machine-learning-for-bioeconomy

Machine learning for bioeconomy systems

Use ML when data support prediction or pattern discovery—and keep domain constraints visible.

Sources checked
?

The question

Will a model generalize beyond the data that trained it?

01

Learning objectives

  1. 01Distinguish prediction, classification, clustering and surrogate modelling.
  2. 02Design validation that reflects deployment conditions.
  3. 03Recognize leakage, extrapolation and interpretability limits.
02

Core explanation

ML can relate feedstock properties to products, emulate expensive simulations, detect patterns in heterogeneous literature or support control. The task and target variable must be scientifically meaningful.

Random train-test splits can overstate performance when nearby experiments, authors, sites or time periods appear in both sets. Grouped, temporal or external validation better represents use.

Feature importance describes model behavior under its data distribution; it is not causal proof. Physical constraints, uncertainty and applicability domains remain necessary.

CONCEPTS

Key concepts

01

Data leakage

Information unavailable at prediction time enters training or validation.

02

Applicability domain

Region of input space where a model has supporting evidence.

03

Surrogate model

A fast approximation of a costly model or experiment.

04

External validation

Testing on data independent of model development.

MODEL

Visual explanation

How much does apparent model accuracy fall under an out-of-domain feedstock test?
A credible ML workflow connects the scientific question, data lineage, validation design and applicability domain.Conceptual teaching visual — use it to orient the interaction below, not as measured evidence.

Explore · validation split lab

Compare random, grouped and external validation for heterogeneous bioeconomy data.

Switch validation strategies and inspect what leakage or domain shift each reveals.

Illustrative

iIllustrative learning model — values are not scientific results or forecasts.

Random split

Convenient, but near-duplicate feedstocks can leak across sets.

Apparent score
High
Leakage risk
High
Why this is hereCompare random, grouped and external validation for heterogeneous bioeconomy data.
EXAMPLE

Worked example

Illustrative worked case

Predict a product class from feedstock properties

A literature dataset contains related experiments from the same publications.

  1. 01

    Define the prediction target and remove post-outcome variables.

  2. 02

    Split by publication or experimental group, not by row.

  3. 03

    Report uncertainty and flag out-of-domain feedstocks.

Key takeaway

Lower but honest validation performance is more useful than a leaked benchmark.

CASE FILE

Case file

Example from Wang Group2023

Van Krevelen diagrams based on machine learning visualize feedstock-product relationships in thermal conversion processes

Why it is here
This public data-driven study is well suited to examining chemical descriptors and validation scope.
What to inspect
Inspect dataset composition, descriptors, split strategy and interpretation.
Limitation
Predictive patterns remain conditional on the represented feedstocks and target measurements.
DOI: 10.1038/s42004-023-01077-z
EVIDENCE

Core references

  1. Zhu, Li and Wang (2019). Machine learning prediction of biochar yield and carbon contents in biochar based on biomass characteristics and pyrolysis conditions.https://doi.org/10.1016/j.biortech.2019.121527
  2. Gopirajan et al. (2021). Optimization of hydrothermal liquefaction process through machine learning approach: process conditions and oil yield.https://doi.org/10.1007/s13399-020-01233-8
Further reading +1
  1. Shule Wang, Yiying Wang, Ziyi Shi, Kang Sun, Yuming Wen, Lukasz Niedzwiecki, Ruming Pan, Yongdong Xu, Ilman Nuran Zaini, Katarzyna Jagodzińska, Christian Aragon-Briceno, Chuchu Tang, Thossaporn Onsree, Nakorn Tippayawong, Halina Pawlak-Kruczek, Pär Göran Jönsson, Weihong Yang, Jianchun Jiang, Sibudjing Kawi, Chi-Hwa Wang (2023). Van Krevelen diagrams based on machine learning visualize feedstock-product relationships in thermal conversion processes.https://doi.org/10.1038/s42004-023-01077-z
Q

Knowledge check

0 / 3
01Which statement best captures the central idea?
02Which statement is the misconception to avoid?
03What evidence should be checked before making a decision?

Key takeaway

ML adds value when validation mirrors use and predictions stay inside an evidenced domain.

Common misconception

High cross-validation accuracy establishes causal understanding.

Evidence check

Data provenance, target definition, leakage controls, split logic, baselines, uncertainty, external validation and domain limits.

GLOSSARY

Vocabulary in this lesson