KhiopsML / khiops

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

Use Python 3.8-compatible string suffix removal idiom #420

Closed popescu-v closed 4 weeks ago

popescu-v commented 4 weeks ago

Replace Python >= 3.9 .removeprefix with a Python 3.8-compatible idiom.