File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs-gb/models/parameterized-models Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ This invocation check filters for tensor A having value 1.
2828
2929* The model also returns a tensor called ` status` which indicates the operation run and whether it\
3030 was a success. If no rows satisfy the query then just a `status` tensor output will be returned.
31- * Further details on Pandas query can be found [here ](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.query.html)
31+ * For further details, see [ Pandas query](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.query.html)
3232
3333This model can be useful for conditional Pipelines. For example, you could have two invocations of this model :
3434
9898Here the mul10 model will be called if the choice-is-one model succeeds and the add10 model will\
9999be called if the choice-is-two model succeeds.
100100
101- The full notebook can be found [here ](../examples/pandasquery.md)
101+ For more details, see the Pandas query [notebook ](../../ examples/notebooks/infer.ipynb).
You can’t perform that action at this time.
0 commit comments