Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 1.08 KB

wrapup.md

File metadata and controls

20 lines (10 loc) · 1.08 KB

Further Exploration

Add Another Data Topic

What you would have to do to add a new data topic to the test data generation platform for generating birth dates?

Analyzing Data Records

Implement a new data topic that analyzes data records (CSV formed data). This can be done using the DataSampleParser::analyze_csv_data() function.

Improving Realisticity

The Test Data Generation library comes with a helpful feature to improve the realisticity of the generated data to be 80% realistic using the Levenshtein Distance . This can be done by calling the Profile::learn_from_entity() function.

{% hint style="info" %} This should be a separate RESTful endpoint that refactors the specified saved Profile based on the data that was provided for analysis. {% endhint %}