Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Challenge associated with executing pickle files #648

Open
HyunjunA opened this issue Mar 15, 2024 · 1 comment
Open

Challenge associated with executing pickle files #648

HyunjunA opened this issue Mar 15, 2024 · 1 comment
Assignees

Comments

@HyunjunA
Copy link
Contributor

HyunjunA commented Mar 15, 2024

Currently, running some pickle files trained on Aliro necessitates Python version 3.7.16 and sklearn version 0.24.2. Users will encounter issues testing models if their sklearn version is incompatible with the version in which the model's pickle file was created.

We provide the Colab script tailored for collaborators, such as doctors and nurses, enabling them to load pickle files from Aliro and test them on a testing set without the need for environment configuration. However, for example, specific model, like the GradientBoostingClassifier generate error messages due to sklearn version mismatches.

My solution employs the Aliro machine Docker container for loading pickle files trained on Aliro. Since this container is equipped with Python version 3.7.16 and sklearn version 0.24.2, it facilitates seamless pickle file loading and model testing. Nonetheless, this approach may prove challenging for users without development experience to utilize and follow.

@HyunjunA HyunjunA changed the title Tackle the challenges associated with executing pickle files Challenge associated with executing pickle files Mar 15, 2024
@HyunjunA
Copy link
Contributor Author

HyunjunA commented Apr 6, 2024

Surveying the application of Miguel's idea to the current Aliro system: Develop and integrate a function that allows users to execute pickle files within Aliro.

@HyunjunA HyunjunA self-assigned this Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant