python
machine-learning
svm
regression
logistic
python3
adaboost
smo
knn
decision-tree
navie-bayes-algorithm
adaboost-algorithm
-
Updated
Jul 7, 2021 - Python


I trained models on Windows, then I tried to use them on Linux, however, I could not load them due to an incorrect path joining. During model loading, I got
learner_pathin the following formatexperiments_dir/model_1/100_LightGBM\\learner_fold_0.lightgbm. The last two slashes were incorrectly concatenated with the rest part of the path. In this regard, I would suggest adding something like `l