Skip to content

Commit

Permalink
Workflow documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jlgarridol committed Nov 12, 2024
1 parent 32209a7 commit a64530b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ The wrappers that support multi-learning can be used with the subview adapters.
The RSC algorithms support datasets with pairwise constraints. The library provides the `WhoIsWhoClassifier`, the `feature_fusion` and `probability_fusion` methods.
`WhoIsWhoClassifier` is a wrapper that uses the RSC algorithms and supports only cannot-link constraints. The `feature_fusion` and `probability_fusion` methods supports both constraints but only in prediction time. All algorithms are in the `sslearn.restriced` module.

The complete example is avaliable in the [Jupyter Notebook](https://colab.research.google.com/drive/1wKSz-f7N4elqQwz_phrWXDrf3lRqaD6s#scrollTo=mF32Wps3pIR5). Here is a snippet of the code with the dataset and the constraints already loaded.
The complete example is avaliable in the [Jupyter Notebook](https://colab.research.google.com/drive/1wKSz-f7N4elqQwz_phrWXDrf3lRqaD6s#sandboxMode=true&scrollTo=sN3XUw4K_it-). Here is a snippet of the code with the dataset and the constraints already loaded.

```python
wiw = WhoIsWhoClassifier(base_estimator=DecisionTreeClassifier(random_state=10),
Expand Down

0 comments on commit a64530b

Please sign in to comment.