Skip to content

Commit

Permalink
Merge pull request #764 from reportportal/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
Vadim73i committed Aug 15, 2024
2 parents 88d8c70 + d47d366 commit 854b783
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/analysis/HowModelsAreRetrained.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In the Auto-analysis and Machine Learning (ML) suggestions processes, several mo
* ML suggestions XGBoost model, which offers the probability for a test item to resemble the test item from the history.
* Error message language model on Tf-Idf vectors (Random Forest Classifier), which delivers a probability for the error message to be of a specific defect type or its subtype based on the words in the message. The probability from this model serves as a feature in the main boosting algorithm.

In the beginning, you have global models at your disposal. These models, trained on six projects, have demonstrated average good accuracy. To develop a more powerful and personalized test failure analysis, you should retrain the models on the data from your project. he start of the project, you have global models. They were trained on 6 projects and were validated to give a good accuracy on average. To have a more powerful and personalized test failure analysis, the models should be retrained on the data from the project.
In the beginning, you have global models at your disposal. These models, trained on six projects, have demonstrated average good accuracy. To develop a more powerful and personalized test failure analysis, you should retrain the models on the data from your project. At the start of the project, you have global models available. They were trained on six projects and validated to provide good average accuracy. To have a more powerful and personalized test failure analysis, the models should be retrained on the data from the project.

:::note
If a global model performs better on your project data, the retrained model will not be saved, because we only keep custom models that outperform the global model on your data.
Expand Down
12 changes: 11 additions & 1 deletion docs/plugins/authorization/SamlProviders/Overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ ReportPortal contains the SAML Plugin by default.

### Identity provider configuration

#### ReportPortal SSO initial URL
#### ReportPortal Assertion Consumer Service URL (ACS URL)

You have to provide a URL for a SAML provider to deliver SAML data to the
identity federation.

Expand Down Expand Up @@ -97,6 +98,15 @@ in the ReportPortal SAML plugin like this:
- user.lastName -> LastName
```

#### Service provider initial URL (SP-Initiated SSO)

Some Identity Providers can request a URL for the initial login page. You can
provide the URL to the ReportPortal login page.

```url
https://<host>/ui/#login
```

### ReportPortal configuration

<MediaViewer src={require('./img/SAMLPlugin.png')} alt="SAML plugin
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

0 comments on commit 854b783

Please sign in to comment.