A live graphical user interface for the dyClamp sketch
-
Updated
Aug 24, 2021 - Python
A live graphical user interface for the dyClamp sketch
A tool for recovering and replaying missed events in an event-driven system, ensuring accurate recalculations without relying on traditional databases.
This introductory project demonstrates the importance of verifying data consistency prior to using any ML approach. In this example, we show how to measure possible correlations between the features of the dataset and the corresponding targets.
This program takes in a JSON-like file which is a representation of a bus company database and finds all the mistakes in the data.
Distributed system project implementing a two-phase commit protocol with coordinators and participants. I handled failure cases, ensuring data consistency. The coordinator sends commit requests, and participants vote. Based on votes, the coordinator commits or aborts transactions. I simulated failures and used Python for implementation.
A Python package for diagnostic assessment of data consistency in molecular datasets
Add a description, image, and links to the data-consistency topic page so that developers can more easily learn about it.
To associate your repository with the data-consistency topic, visit your repo's landing page and select "manage topics."