Skip to content

Conversation

@jcapels
Copy link
Collaborator

@jcapels jcapels commented May 2, 2025

This PR addresses issue #105 .

Instead of using parameters_file_path = model_path.split('.')[0] + '_params.' + model_path.split('.')[1], I changed the implementation to do the following: os.path.splitext(model_path), where it gets the extension directly.

Tests were added to test this new implementation, not only to sklearn models but also for other models.

@jcapels jcapels merged commit e5a71ef into master May 2, 2025
2 checks passed
@jcapels jcapels deleted the issue_105 branch May 2, 2025 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants