You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
HyunjunA
changed the title
Tackle the challenges associated with executing pickle files
Challenge associated with executing pickle files
Mar 15, 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.
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.
The text was updated successfully, but these errors were encountered: