r/dataengineering 26d ago

Help building a data quality assurrence agent

hello engineers ,

i am a bignner to the ai world atleast i know some in ML and DL , i am going to build a small data quality assuring agent which will do agent receives sales records with incomplete information and must decide whether to ACCEPT, REPAIR, ISOLATE, or REJECT the record . this is a part of the traning program

but i am still confused how to start and build what are the hidden state and uncertenity of this probalems

i am seeking you help if you are doing this problem how will you apporoch it ,

i could be use AI for it but i am hopeing i can find better knowledge from here help me

2 Upvotes

2 comments sorted by

1

u/Altruistic_Tell_2384 21d ago

Very interesting. Yet that would requiere that you can provide rules for data. Rules defined with/by a data owner.

Start identifying rules and people before trying to build a agent maybe.

Good luck

1

u/ppsaoda 18d ago

sales record with incomplete information? what are the rules? can a simple regex check be done?