Skip to content

Commit

Permalink
Merge branch 'post_for_datasets' of https://github.com/ntua-unit-of-c…
Browse files Browse the repository at this point in the history
  • Loading branch information
vassilismin committed Dec 11, 2024
2 parents fa298cb + 99c9544 commit b869d3c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions .idea/aws.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ model = SklearnModel(
)
model.fit()

# Upload Model on Jaqpot
# Upload the pretrained model on Jaqpot
jaqpot = Jaqpot()
jaqpot.login()
model.deploy_on_jaqpot(
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ model = SklearnModel(
)
model.fit()

# Upload Model on Jaqpot
# Upload the pretrained model on Jaqpot
jaqpot = Jaqpot()
jaqpot.login()
model.deploy_on_jaqpot(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Finally, we upload the trained model to Jaqpot. To upload a model, a Jaqpot acco
```python
from jaqpotpy import Jaqpot

# Upload Model on Jaqpot
# Upload the pretrained model on Jaqpot
jaqpot = Jaqpot()
jaqpot.login()
jaqpot_model.deploy_on_jaqpot(
Expand Down
7 changes: 4 additions & 3 deletions docusaurus/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"lint": "next lint",
"generate:schema": "npx openapi-typescript ../jaqpot-api-v2/src/main/resources/openapi.yaml -o ./src/app/api.schema.d.ts"
},
"engines": {
"node": ">=18.17.0"
},
"dependencies": {
"@heroicons/react": "^2.1.4",
"@mdx-js/loader": "^3.0.1",
Expand Down

0 comments on commit b869d3c

Please sign in to comment.