UBC-MDS / english-score-predictor

English Language Learning Ability Prediction Analysis
https://ubc-mds.github.io/english-score-predictor/docs/english_language_learning_ability_prediction_analysis.html
Other
3 stars 1 forks source link

Correlation Matrix EDA helper function, tests #42

Closed salva-u closed 11 months ago

salva-u commented 11 months ago

create a helper function for the correlation matrix given the input dataframe

salva-u commented 11 months ago
  1. added 5 tests to test the pearson's correlation matrix test functions
  2. Added the helper function in the src folder
  3. the helper data is inside the test class for the test function ( was more convenient)
  4. Had to test if the helper function import in jupyter notebook works so added the import already ( we can do it again today in the meeting)