[Wikidata-bugs] [Maniphest] [Commented On] T164994: Enable wbgetsuggestions API to get recommended properties even if they have existed in an item

2018-09-25 Thread gerritbot
gerritbot added a comment. Change 454043 merged by jenkins-bot: [mediawiki/extensions/PropertySuggester@master] Add wbsgetsuggestions include parameter https://gerrit.wikimedia.org/r/454043TASK DETAILhttps://phabricator.wikimedia.org/T164994EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T164994: Enable wbgetsuggestions API to get recommended properties even if they have existed in an item

2018-09-24 Thread hoo
hoo added a comment. @Halfak The patch is currently waiting to be reviewed.TASK DETAILhttps://phabricator.wikimedia.org/T164994EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: gerritbot, PokestarFan, Sjoerddebruin, daniel, aude, WMDE-leszek, hoo,

[Wikidata-bugs] [Maniphest] [Commented On] T164994: Enable wbgetsuggestions API to get recommended properties even if they have existed in an item

2018-09-11 Thread Halfak
Halfak added a comment. @hoo, any updates? Seems like this task has been stagnant for a few weeks.TASK DETAILhttps://phabricator.wikimedia.org/T164994EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, HalfakCc: gerritbot, PokestarFan, Sjoerddebruin,

[Wikidata-bugs] [Maniphest] [Commented On] T164994: Enable wbgetsuggestions API to get recommended properties even if they have existed in an item

2018-08-20 Thread gerritbot
gerritbot added a comment. Change 454043 had a related patch set uploaded (by Hoo man; owner: Hoo man): [mediawiki/extensions/PropertySuggester@master] Add wbsgetsuggestions include parameter https://gerrit.wikimedia.org/r/454043TASK DETAILhttps://phabricator.wikimedia.org/T164994EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T164994: Enable wbgetsuggestions API to get recommended properties even if they have existed in an item

2018-07-30 Thread Halfak
Halfak added a comment. @hoo might take a look at this. Note that the discussion above covers quite a bit of the details necessary for implementing this :)TASK DETAILhttps://phabricator.wikimedia.org/T164994EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Wikidata-bugs] [Maniphest] [Commented On] T164994: Enable wbgetsuggestions API to get recommended properties even if they have existed in an item

2017-10-06 Thread WMDE-leszek
WMDE-leszek added a comment. This seems stalled, what's the status here @Glorian_WD ?TASK DETAILhttps://phabricator.wikimedia.org/T164994EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Glorian_WD, WMDE-leszekCc: PokestarFan, Sjoerddebruin, daniel, aude,

[Wikidata-bugs] [Maniphest] [Commented On] T164994: Enable wbgetsuggestions API to get recommended properties even if they have existed in an item

2017-06-16 Thread Halfak
Halfak added a comment. Yeah! I think a cutoff of 50 or 100 would be totally reasonable :)TASK DETAILhttps://phabricator.wikimedia.org/T164994EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Glorian_WD, HalfakCc: Sjoerddebruin, daniel, aude, WMDE-leszek, hoo,

[Wikidata-bugs] [Maniphest] [Commented On] T164994: Enable wbgetsuggestions API to get recommended properties even if they have existed in an item

2017-06-16 Thread daniel
daniel added a comment. @Halfak: Ok, I see. This leaves us with the paging problem. There is no efficient way to do paging on ranked results. But since the number of rows is < 10k, it should be ok I guess. Needs to be added to the API module, though. Or are you OK with a cutoff at 50 (or 100)?TASK

[Wikidata-bugs] [Maniphest] [Commented On] T164994: Enable wbgetsuggestions API to get recommended properties even if they have existed in an item

2017-06-15 Thread daniel
daniel added a comment. For developing the feature, we'll use a simple weighted sum based on the probability reported via the wbs_propertypairs table to get signal for completeness. Items with all high probability statements complete should be more likely to *be* complete than items that lack high

[Wikidata-bugs] [Maniphest] [Commented On] T164994: Enable wbgetsuggestions API to get recommended properties even if they have existed in an item

2017-06-14 Thread Glorian_WD
Glorian_WD added a comment. @daniel, @WMDE-leszek, & @aude : As requested, I have added further details on this ticket description. @Halfak : Feel free to modify or add some details that I may miss. Thank you.TASK DETAILhttps://phabricator.wikimedia.org/T164994EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T164994: Enable wbgetsuggestions API to get recommended properties even if they have existed in an item

2017-06-12 Thread daniel
daniel added a comment. In T164994#3316415, @Glorian_WD wrote: During my time playing around with the code, I noticed that, if an item only have one statement in which its property is not "P-31" (instance-of) or "P-279" (subclass-of), and the property also does not exist in the wbs_propertypairs

[Wikidata-bugs] [Maniphest] [Commented On] T164994: Enable wbgetsuggestions API to get recommended properties even if they have existed in an item

2017-05-11 Thread hoo
hoo added a comment. We don't have a hard limit in the suggester, but we have a probability cut-off. So if an item has a lot of statements already, we might just not find any further relevant properties.TASK DETAILhttps://phabricator.wikimedia.org/T164994EMAIL