Skip to content

Commit

Permalink
update pymilo release version
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Jan 23, 2024
1 parent 51fa84d commit 537634b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/Pages/Home/Sections/Section3/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const projects = [
// webLink: 'https://github.com/openscilab/pymilo',
forkPage: 'https://github.com/openscilab/pymilo/fork',
starsPage: 'https://github.com/openscilab/pymilo/stargazers',
lastRelease: 'https://github.com/openscilab/pymilo/releases/tag/v0.3',
lastRelease: 'https://github.com/openscilab/pymilo/releases/tag/v0.4',
description: `PyMilo is an open source Python package that provides a simple, efficient, and safe way for users to export pre-trained machine learning models in a transparent way. By this, the exported model can be used in other environments, transferred across different platforms, and shared with others. PyMilo allows the users to export the models that are trained using popular Python libraries like scikit-learn, and then use them in deployment environments, or share them without exposing the underlying code or dependencies. The transparency of the exported models ensures reliability and safety for the end users, as it eliminates the risks of binary or pickle formats.`,
},
{
Expand Down

0 comments on commit 537634b

Please sign in to comment.