ASAS-NANP研讨会:动物营养中的数学建模:用于畜牧数据建模的监督机器学习回归管道的构建:一个案例研究
Dan Tulpan1,2, Luis O Tedeschi3, Hector Menendez4
1Department of Animal Biosciences, Ontario Agricultural College, University of Guelph, 50 Stone Road East, Guelph, ON, N1G2W1, Canada.
Journal of animal science
|December 24, 2025
概括
本研究介绍了用于畜牧数据分析的开源Python管道,使得准确的预测和可解释的洞察力用于动物科学研究和决策.
科学领域:
- 动物科学动物科学
- 数据科学数据科学数据科学
- 机器学习 机器学习
背景情况:
- 畜牧业数据分析需要先进的研究和决策工具.
- 整合开源机器学习 (ML) 管道提高了可重复性和可访问性.
研究的目的:
- 为牲畜数据提供一个全面的,端到端的ML回归管道.
- 通过案例研究来证明管道的适应性和预测能力.
- 促进动物科学ML应用中的可复制性,可访问性和可解释性.
主要方法:
- 开发了一个模块化的Python管道用于牲畜数据分析.
- 包括数据准备,模型开发,超参数调整和可解释性分析.
- 使用两个现实世界畜牧生产案例研究验证了管道.
主要成果:
- 该管道有效地从结构化牲畜数据中预测结果变量.
- 案例研究表明,对于特定领域的问题,它具有适应性.
- 可解释性方法为群体管理和规划提供了可操作的见解.
结论:
- 开源的ML管道为动物科学提供了一个多功能和透明的资源.
- 对代码和数据的开放访问有助于实际部署和科学发现.
- 该管道赋予研究人员,学生和畜牧系统的从业人员权力.
相关概念视频
Multiple Regression
3.7K
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
3.7K
Regression Analysis
7.8K
Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
7.8K
Mechanistic Models: Compartment Models in Individual and Population Analysis
225
Mechanistic models are utilized in individual analysis using single-source data, but imperfections arise due to data collection errors, preventing perfect prediction of observed data. The mathematical equation involves known values (Xi), observed concentrations (Ci), measurement errors (εi), model parameters (ϕj), and the related function (ƒi) for i number of values. Different least-squares metrics quantify differences between predicted and observed values. The ordinary least...
225
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving
255
Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
255
Correlation and Regression
3.0K
In statistics, correlation describes the degree of association between two variables. In the subfield of linear regression, correlation is mathematically expressed by the correlation coefficient, which describes the strength and direction of the relationship between two variables. The coefficient is symbolically represented by 'r' and ranges from -1 to +1. A positive value indicates a positive correlation where the two variables move in the same direction. A negative value suggests a...
3.0K

