Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documenter should have model stats #299

Closed
sonalgoyal opened this issue May 28, 2022 · 4 comments
Closed

Documenter should have model stats #299

sonalgoyal opened this issue May 28, 2022 · 4 comments
Assignees
Milestone

Comments

@sonalgoyal
Copy link
Member

documenter should display number of total records, those marked as matches and non matches.

@sonalgoyal
Copy link
Member Author

first run generateDocs on existing febrl model
then see which class is building the model documentation
we build a hashmap of vales. add the stats there
and then update the template.

@sonalgoyal
Copy link
Member Author

Go to

protected Map<String, Object> populateTemplateData() {

create a new attribute unmarkedRecords - build like markedRecords.

update the hash with stats from marked and unmarkedRecords - size etc.

edit the template

@sonalgoyal sonalgoyal assigned vikasgupta78 and unassigned chetan453 Mar 7, 2023
@sonalgoyal
Copy link
Member Author

@vikasgupta78 please check this issue related to the documenter

@vikasgupta78 vikasgupta78 added this to the 0.3.5 milestone Mar 22, 2023
vikasgupta78 added a commit to zinggAI/zingg-vikas that referenced this issue Mar 22, 2023
@vikasgupta78
Copy link
Contributor

fixed via commit 548c838 , pull request #541

sonalgoyal added a commit that referenced this issue Mar 27, 2023
Documenter should have model stats issue #299
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants