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() arrow-up-rightfunction.

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 Distancearrow-up-right . This can be done by calling the Profile::learn_from_entity()arrow-up-right function.

circle-info

This should be a separate RESTful endpoint that refactors the specified saved Profile based on the data that was provided for analysis.

Last updated