Skip to content

Commit

Permalink
Update lmnp.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasFaria authored Mar 13, 2024
1 parent b666c4d commit d6b4388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/lmnp.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ import os
```{python}
def query_batch_api(username: str, password: str, data: pd.DataFrame, nb_echos_max:int = 5, prob_min: float = 0.01):
base_url = "https://codification-ape.lab.sspcloud.fr/predict-batch"
base_url = "https://codification-ape-test.lab.sspcloud.fr/predict-batch"
params = {
"nb_echos_max": nb_echos_max,
"prob_min": prob_min
Expand Down

0 comments on commit d6b4388

Please sign in to comment.