Tags: zinggAI/zingg
Tags
Remove Arguments.createArgumentsFromJSON and tests (#1313) Remove the static createArgumentsFromJSON method from the Arguments class and clean up related references. The method implementation was deleted from python/zingg/client.py, docs references were removed from docs/pythonOss/markdown/_autosummary/zingg.client.Arguments.md and python/docs/_autosummary/zingg.client.Arguments.rst, and the corresponding unit test (test_createArgumentsFromJSON) was removed from test/testFebrl/testArgs.py.
Remove Arguments.createArgumentsFromJSON and tests (#1313) Remove the static createArgumentsFromJSON method from the Arguments class and clean up related references. The method implementation was deleted from python/zingg/client.py, docs references were removed from docs/pythonOss/markdown/_autosummary/zingg.client.Arguments.md and python/docs/_autosummary/zingg.client.Arguments.rst, and the corresponding unit test (test_createArgumentsFromJSON) was removed from test/testFebrl/testArgs.py.
docs: add reassignZinggId & model diff guides (#1283) * docs: add reassignZinggId & model diff guides Expand and improve documentation for explainOutput, persistent ZINGG ID reassignments, and model diff. Changes include: - docs/explainoutput/README.md: rename incrementalRun->runIncremental and add an "Important Notes" section clarifying that explainOutput focuses on probabilistic matches (deterministic matches are not included and may produce empty results for some clusters). - docs/persistentZinggId.md: fix title typo and replace placeholder with a full guide for the reassignZinggId phase (motivation, how it works, CLI and Python usage examples, configuration wrappers, example JSON configs, and output/usage notes). - docs/stepbystep/createtrainingdata/modeldiff.md: replace placeholder with a comprehensive model diff guide (purpose, how it works, CLI and Python examples, configuration samples, output format, and use cases). * Clarify wrapper config and update doc examples Update documentation to clarify the required wrapper configuration for CLI operations and update example files/names. Key changes: use the sparkIncremental reassign example in persistentZinggId.md; explain that --conf must point to a wrapper config containing transformedOutputPath and that its name is an arbitrary internal identifier; change transformedOutputPath names to reassignedOutput and diffOutput in examples; add explanatory notes about wrapper usage; add deterministicMatching to the updated model example and remove the duplicate block from the baseline example; and clarify wording for ZINGG_ID_UPDATED/ORIGINAL in the diff output description. * Rename Persistent ZINGG ID doc to Reassign ZINGG ID Renamed docs/persistentZinggId.md to docs/reassignZinggId.md and updated the link in docs/SUMMARY.md to point to the new filename.
Nbl/docs macos setup (#1260) * add: setting up zingg for mac os added as a separate md file * add: mac os setup further continued * add: based on chips- diffnce added - yet to be tested * docs: unify macOS and Ubuntu setup instructions in settingUpZingg.md * add: mac os docs for setting up dev env separated out * macos setup update language for preferred method of brew * updated the mac os setup to prevent multiple confusing redirections * mac M capitalized * docs separated out for ubuntu and mac os setup * updated ubuntu setup file to include general instructions on top * updated steps for compilation and further execution of diffrent steps --------- Co-authored-by: Nabeel Khan <nabeel@Nabeels-MacBook-Air.local>
Issue#1269 refactor documenter (#1270) * Add workflow_dispatch trigger to performance test Add workflow_dispatch trigger to performance test * report generated * Add workflow_dispatch trigger to performance test Add workflow_dispatch trigger to performance test * report generated * report generated * report generated * report generated * build fixes build fixes * reverted yml change reverted yml change * Merge remote-tracking branch 'upstream/main' * report generated * report generated * reverted yml change reverted yml change * Merge remote-tracking branch 'upstream/main' * Make templates and writeModelDocument protected Change visibility to allow subclass access/overriding: DATA_DOC_TEMPLATE in DataDocumenter and MODEL_TEMPLATE in ModelDocumenter are now protected (was private). Also make writeModelDocument protected in ModelDocumenter so subclasses can call/override the document writing logic. * Merge remote-tracking branch 'upstream/main' * Make templates and writeModelDocument protected Change visibility to allow subclass access/overriding: DATA_DOC_TEMPLATE in DataDocumenter and MODEL_TEMPLATE in ModelDocumenter are now protected (was private). Also make writeModelDocument protected in ModelDocumenter so subclasses can call/override the document writing logic. * reverted rebase changes reverted rebase changes * reverted rebase changes reverted rebase changes --------- Co-authored-by: sonalgoyal <sonalgoyal@github.com> Co-authored-by: sonalgoyal <sonalgoyal4@gmail.com>
PreviousNext