Cannot use OracleClustering #1850
Replies: 1 comment
|
If what you actually want is to change or tune real clustering, stay on
You can set them by re-instantiating the pipeline: pipeline.instantiate({
"clustering": {"method": "centroid", "threshold": 0.7},
# ... keep the pipeline's other params
})Or, simpler, steer the result at call time with |
Uh oh!
There was an error while loading. Please reload this page.
When I change the default clustering method to OracleClustering, in the config YAML file, there is error
Parameter 'method' doesnot exist.If you can guide how to use other method of clustering.All reactions