AdaBoost_wear: Adaboost model-based Python software for predicting the coefficient of friction of babbitt alloy

Mihail Kolev
DOI: https://doi.org/10.32629/jai.v7i4.1206
2024-03-01
Journal of Autonomous Intelligence
Abstract:AdaBoost_wear is a Python software that implements the AdaBoost algorithm to predict the coefficient of friction (COF) of B83 babbitt alloy as a function of time. The software uses data from pin-on-disk tests with different loads to train and test the model. The software also provides performance metrics, such as R 2 score, mean squared error, and mean absolute error, to evaluate the accuracy of the predictions. The software also generates plots of the actual and predicted COF values, as well as histograms and boxplots of the COF distribution. The software is open source and released under the MIT license.
What problem does this paper attempt to address?