In this project we test the Python library Pydantic in order to practice with modeling data validation.
-
Install Python (e.g. via Anaconda https://www.anaconda.com/download/)
-
Install Pydantic (https://docs.pydantic.dev/latest/install/)
-
If you miss a dataset on which you intend to test the Pydantic library, we suggest you to git clone this github repository https://github.com/shivamshinde123/Thyroid_Disease_Detection_Internship
Run pydantic_playground\scripts\test_pydantic.ipynb by providing the dataset found in https://github.com/shivamshinde123/Thyroid_Disease_Detection_Internship/blob/main/Data/Raw_data/ThyroidRawData.csv You can also run it on your own dataset, but you will have to edit the code in order to fit your own set of features.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.