SkywardAI / cecilia

EDA tools and datasets generator for ML projects
https://www.kaggle.com/organizations/skywardai/datasets
Apache License 2.0
0 stars 2 forks source link

Vizualization of data along with graphs. Exported clean data into both CSV and Json files #17

Closed Janak04 closed 1 month ago

Janak04 commented 1 month ago

This PR fixes issues related to the vizualization and exporting of clean data. Graphs have been generated and the cleaned up data has been put into .csv and .json files to be used further. Kmeans was used to make a model and evaluate the dataset.

Thank you