KhiopsML / khiops

Khiops is an AutoML suite for supervised and unsupervised learning
https://khiops.org
BSD 3-Clause Clear License
34 stars 4 forks source link

Use Python 3.8-compatible string suffix removal idiom (backport of PR #420 from dev-v10) #421

Closed popescu-v closed 3 weeks ago

popescu-v commented 3 weeks ago

Replace Python >= 3.9 .removeprefix with a Python 3.8-compatible idiom (backport of PR #420 from dev-v10).