Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating fork #1

Merged
merged 82 commits into from
Mar 25, 2020
Merged

updating fork #1

merged 82 commits into from
Mar 25, 2020

Commits on Mar 7, 2020

  1. Configuration menu
    Copy the full SHA
    9ae1c5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4514f16 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. minor changes

    Sidrah-Madiha committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    f320c86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e3aeba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7acad0 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Configuration menu
    Copy the full SHA
    d231eac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b49719 View commit details
    Browse the repository at this point in the history
  3. Added jupyter notebook

    shashigharti committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    83736c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. fixes # 7

    Sidrah-Madiha committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    24ef0c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09167bb View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. added interpretation

    Sidrah-Madiha committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    a0027a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Used SVM for Training Vehicles Dataset

    1.
    1. Model : SVM
    2. EDA : Exploratory Data Analysis
    3. Data Cleaning: Removing outliers
    4. Data Transformation: StandardScaler and MinMaxScaler
    5. Hyperparameter Tuning: GridSearchCV
    6. Data Split: 70:30
    7. 5 different sets of experiments with different combinations:
    8. Results of each experiments
    shashigharti committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    aaf570f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5d97f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0374650 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2db06b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef65308 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Configuration menu
    Copy the full SHA
    d37c4d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03aba8d View commit details
    Browse the repository at this point in the history
  3. Changed the logic to apply transformation to test and train data

    1. Changed helpers.py file
    2. Updated python notebook to add the description of 70/30 ratio
    3. Changed the function call train_svm in python notebook
    4. Changed function call train_svm_with_hyperparameter_tuning
    shashigharti committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    5078a4b View commit details
    Browse the repository at this point in the history
  4. Changed the logic to apply transformation to test and train data

    1. Changed helpers.py file
    2. Updated python notebook to add the description of 70/30 ratio
    3. Changed the function call train_svm in python notebook
    4. Changed function call train_svm_with_hyperparameter_tuning
    shashigharti committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    55581b8 View commit details
    Browse the repository at this point in the history
  5. fixed pairplot image visibility

    it can now be seen by double clicking the image
    shashigharti committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    d424ee9 View commit details
    Browse the repository at this point in the history
  6. Changed scaler code

    shashigharti committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    ee1492d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. Configuration menu
    Copy the full SHA
    ce0e958 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c97f1b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bda4b44 View commit details
    Browse the repository at this point in the history
  4. Delete .DS_Store

    Bolaji61 committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    a1317b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. Configuration menu
    Copy the full SHA
    6aa3dda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4f4d6d View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    2ff83e8 View commit details
    Browse the repository at this point in the history
  2. fixed transformation code in helpers.py

    1. Fixed transformation code in helpers.py
    2. Fixed comment in notebook "train-n-test-model-for-vehicle-recognition-from-silhouette-II"
    shashigharti committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    152c21d View commit details
    Browse the repository at this point in the history
  3. fixed transformation code in helpers.py

    1. Fixed comment in notebook "train-n-test-model-for-vehicle-recognition-from-silhouette-I"
    shashigharti committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    83b6dd5 View commit details
    Browse the repository at this point in the history
  4. fixed transformation code in helpers.py

    1. Fixed comment in notebook "train-n-test-model-for-vehicle-recognition-from-silhouette-I"
    shashigharti committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    a395a71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb7f3e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fa549b View commit details
    Browse the repository at this point in the history
  7. issue #2 - Train and test on classification of vehicle dataset with L…

    …ogistic Regression (#12)
    
    * Data Loaded from vehicles.csv
    
    * Data visulaization and training model with ifferent algorithms
    
    * Evaluation of model is done.
    
    * Changed model from Logistic Regression to Support Vector Machine
    
    At first attempt i used three differnet models but Logistic Regression , Support Vector Machine and Decision Tree, and the overall accuracy with LR was better than any other but with changing validation parameters in SVM classification , model accuacy increased from 82% to 88%.
    
    * Delete train and test model-checkpoint.ipynb
    
    * Changed file named.
    
    * all python modules were added
    
    * docstrings were added
    
    * labels added in confusion matrix
    
    * Histogram colors were changed into single color
    
    * solved histogram issue
    
    * Update modules.py
    
    * changes made in histogram
    
    * Update modules.py
    
    * sorted histogram
    
    * Update modules.py
    
    * labels were added for confusion matrix
    
    * Python Custom Modules were added
    
    * Update Vehicle_Classifier.ipynb
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * added labels in confusion matrix
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Requested Changes were made
    
    * Update modules.py
    
    * change categorical data into numerical data
    
    * change areguments in LR model
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Requested changes were made
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Delete Untitled.ipynb
    
    * code formatted using python Black
    
    * Requested changes were made
    
    * shifted classifier's code from modules.py to ModelEvaluation.py
    
    * removed learning curves from file
    
    * added function for model evaluation in Model Evaluation file
    
    * updated svm and lr
    
    * added comments
    
    * added doc strings
    
    * Update ModelEvaluation.py
    
    * Update ModelEvaluation.py
    
    * Update Vehicle_Classifier.ipynb
    
    * Update modules.py
    
    * added descriptions
    
    * added interpretations of visualization
    shiza16 authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    d9955d0 View commit details
    Browse the repository at this point in the history
  8. First attempt on vehicle dataset with a random forest classifier (#13)

    * First attempt on vehicle data with a random forest calssifier
    
    * minor changes
    
    * Comparative model evaluation for vehicle dataset
    
    * first attempt for implementing task 7
    
    * fixes #8
    
    * fixes #4, attempt 1
    
    * implemeneted all change requests
    
    * formatted code for all helper files
    
    * minor fix
    Sidrah-Madiha authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    bd53913 View commit details
    Browse the repository at this point in the history
  9. WIP: EDA and SVM (#34)

    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * EDA and wine classification model with SVM.
    
    Did exploratory data analysis and built an svm model that yielded with an accuracy of 77.6%
    
    * Changed reported value of true positives.
    
    Made a mistake reporting the value of true positives.
    
    * Update winequality.ipynb
    
    * Changed notebook directory and modified the model
    
    Moved the notebook from the PRESC folder to another folder inside dev.
    
    I also worked on the wine recommendation model, dealing with imbalance and improving on its performance.
    
    * Corrected some spelling errors in the documentation.
    
    * Updated the README
    Clare-Joyce authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    88e0246 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    1fc8996 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    29c7c07 View commit details
    Browse the repository at this point in the history
  2. Fixes #8: Added method and example to show importance of various data…

    … points in train_features (#42)
    
    * added function for importance_score
    
    * added example for importance_score, fixes #8
    
    * minor changes in graph plotting
    KaairaGupta authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    dc30f9c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Issue #7 - Visualization of missclassifications using a redefinition …

    …of classes (#86)
    
    * Contribution to issue #2
    
    * Eliminació de l'arxiu de prova
    
    * Eliminació de l'arxiu de prova
    
    * Fixed axes when not numbers and removed superfluous function.
    
    * Initial commit to Issue #7 Visualization of missclassifications.
    
    * Adding explanatory graphs for the notebook regarding Issue #7
    
    * Better graph to illustrate option 'hits-fails'.
    alberginia authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    2818730 View commit details
    Browse the repository at this point in the history
  2. KNN model trained and tested on generated.csv dataset (#28)

    * KNN model trained and tested on generated.csv dataset
    
    * Hyperparameter tuning and cross validation implemented
    tab1tha authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    a1d3d4e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15 from BBimie/master

    Classification of wine quality with random forest
    dzeber authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    5e29796 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Configuration menu
    Copy the full SHA
    adabd94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48211a9 View commit details
    Browse the repository at this point in the history
  3. Updating my copy of the repo

    Bolaji61 committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    2f85565 View commit details
    Browse the repository at this point in the history
  4. WIP: Trained and tested classification models for Defaults dataset (#56)

    * first commit
    
    * models for defaults dataset
    
    * optimized models
    
    * final
    dzekem authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    730e359 View commit details
    Browse the repository at this point in the history
  5. Lift-Gain Charts for classification models (#39)

    * visual for eeg
    
    * code restructured
    
    * #3 data-split space mapped
    
    * tabulated relation btw k and evaluation metrics
    
    * gain-lift charts of models
    
    * interprtation added
    Addi-11 authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    3ba024c View commit details
    Browse the repository at this point in the history
  6. Updated the README.md file (#61)

    Added detailed instructions on setting up and activating the environment. This will be helpful for people who are new to git, GitHub and conda environment.
    janvi04 authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    bd792a4 View commit details
    Browse the repository at this point in the history
  7. fixes #3 (#45)

    * visual for eeg
    
    * code restructured
    
    * #3 data-split space mapped
    
    * fixes issue3
    
    * studied data splits for all classifiers
    
    * added graph in the loop
    
    * docstrings added
    
    * validation sets added
    
    * formatting
    
    * evaluated all classifiers
    
    * compared models
    
    * result added
    Addi-11 authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    1218953 View commit details
    Browse the repository at this point in the history
  8. feature implementation for fix # 4 (#38)

    * First attempt on vehicle data with a random forest calssifier
    
    * minor changes
    
    * Comparative model evaluation for vehicle dataset
    
    * first attempt for implementing task 7
    
    * fixes #8
    
    * fixes #4, attempt 1
    
    * updated missclassification graph and brokedown functions
    
    * fixed code formatting issues and  removed extra file
    Sidrah-Madiha authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    3a27b6a View commit details
    Browse the repository at this point in the history
  9. [ Fixes: #2 ] Training and Testing a Classification Model- Ensemble M…

    …ethod (Forests of Randomized Trees) on defaults.csv (#53)
    
    * adds .ipynb, .py for defaults.csv and updates environment.yml
    
    * Update defaults_modules.py
    
    added new line at the end of file
    
    * makes requested changes
    iamarchisha authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    3734dd3 View commit details
    Browse the repository at this point in the history
  10. [ Fixes: #7 ] Visualizing Misclassification for Binary Target (#59)

    * adds a module to visualize misclassification and tests it on winequality.csv
    
    * adds description and details for results obtained
    iamarchisha authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    d4c7757 View commit details
    Browse the repository at this point in the history
  11. For #2 : Logistic Regresssion on winequaliy.csv (#37)

    * Add Logistic Regression Model for Winequality dataset
    
    Signed-off-by: SanchiMittal <[email protected]>
    
    * Add python modules
    
    Signed-off-by: SanchiMittal <[email protected]>
    
    * Minor Changes
    
    * Add Black Formatting
    SanchiMittal authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    6543432 View commit details
    Browse the repository at this point in the history
  12. WIP EDA and a simple modeling (#66)

    * initial contribution
    
    * initial updated
    hammedb197 authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    089104f View commit details
    Browse the repository at this point in the history
  13. Fixed formatting

    shashigharti committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    26680d9 View commit details
    Browse the repository at this point in the history
  14. Train test ratio (#43)

    * KNN model trained and tested on generated.csv dataset
    
    * Effect of split ratio on performance
    
    * Hyperparameter tuning and cross validation implemented
    
    * Black formatting applied
    
    Co-authored-by: mlopatka <[email protected]>
    tab1tha and mlopatka authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    dde72c1 View commit details
    Browse the repository at this point in the history
  15. Importance score of a data point (#75)

    * KNN model trained and tested on generated.csv dataset
    
    * Hyperparameter tuning and cross validation implemented
    
    * Relevance of a training datapoint to the performance of a trained model evaluated
    
    Co-authored-by: mlopatka <[email protected]>
    tab1tha and mlopatka authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    2bd51a5 View commit details
    Browse the repository at this point in the history
  16. For #5 : Calibration plot (#35)

    * For #5: Calibration plot
    
    * reformatted calibration_plot using black
    
    * improve function code for better readability
    
    * renamed function calibration_plot to plot_calibration_curves, added explanatory text and curve interpretation in example notebook, reformatted notebook
    KaairaGupta authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    66f4c05 View commit details
    Browse the repository at this point in the history
  17. The effect of number of folds on the cross_validated average performa…

    …nce score (#67)
    
    * KNN model trained and tested on generated.csv dataset
    
    * Effect of split ratio on performance
    
    * Hyperparameter tuning and cross validation implemented
    
    * The effect of the number of folds  on the cross_validated  average
    performance score.
    The K-Nearest neighbor algorithm is used on the vehicles.csv dataset.
    
    * Black formatting applied
    
    * Update vary_folds.py
    
    Co-authored-by: mlopatka <[email protected]>
    tab1tha and mlopatka authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    82ac58d View commit details
    Browse the repository at this point in the history
  18. Merge pull request #23 from Sidrah-Madiha/visualization_for_misclassi…

    …fications
    
     Visualization for misclassifications
    dzeber authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    c19e6e8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    29d61bd View commit details
    Browse the repository at this point in the history
  20. #5 Calibration Plots (#69)

    * visual for eeg
    
    * code restructured
    
    * #3 data-split space mapped
    
    * fixes issue3
    
    * studied data splits for all classifiers
    
    * added graph in the loop
    
    * docstrings added
    
    * validation sets added
    
    * formatting
    
    * evaluated all classifiers
    
    * compared models
    
    * result added
    
    * calibration plot added
    
    * docstrings
    Addi-11 authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    fb0c69c View commit details
    Browse the repository at this point in the history
  21. For #63: Learning from misclassification (#64)

    * WIP: created function to plot classification probablities for misclassified data points
    
    * completed first attemp at #63
    
    * minor updates in histogram plots in function plot_misclassified_probablities
    
    * plot correct classes
    KaairaGupta authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    e75320b View commit details
    Browse the repository at this point in the history
  22. Merge pull request #30 from Bolaji61/master

    Fixed #2, train and test a classification model on vehicles dataset
    dzeber authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    343efaf View commit details
    Browse the repository at this point in the history
  23. Merge pull request #51 from shashigharti/shashigharti/issue-2

    issue#2-trained-model-using-svm-for-vehicles-recognition-using-silhouette
    dzeber authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    9845486 View commit details
    Browse the repository at this point in the history
  24. issue #4 - Traversal of the space of cross-validation folds (#68)

    * initial commit
    
    1.
    Added notebook for issue # 4
    Added helper function issue4_helper.py
    
    * updated code for cross_validation function
    
    * Added function to test cross validation score
    
    * Added new functions and fixed notebook
    
    1. Added fix_outlier_with_boundary_value function
    2. Added test_cross_validation function in helpers.py
    3. Updated notebook with cross validation test using stratifiedkfold function
    4. Updated comments in notebook
    
    * Updated notebook
    shashigharti authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    ec67936 View commit details
    Browse the repository at this point in the history
  25. Issue#7 visualization for misclassifications (#73)

    * Data Loaded from vehicles.csv
    
    * Data visulaization and training model with ifferent algorithms
    
    * Evaluation of model is done.
    
    * Changed model from Logistic Regression to Support Vector Machine
    
    At first attempt i used three differnet models but Logistic Regression , Support Vector Machine and Decision Tree, and the overall accuracy with LR was better than any other but with changing validation parameters in SVM classification , model accuacy increased from 82% to 88%.
    
    * Delete train and test model-checkpoint.ipynb
    
    * Changed file named.
    
    * all python modules were added
    
    * docstrings were added
    
    * labels added in confusion matrix
    
    * Histogram colors were changed into single color
    
    * solved histogram issue
    
    * Update modules.py
    
    * changes made in histogram
    
    * Update modules.py
    
    * sorted histogram
    
    * Update modules.py
    
    * labels were added for confusion matrix
    
    * Python Custom Modules were added
    
    * Update Vehicle_Classifier.ipynb
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * added labels in confusion matrix
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Requested Changes were made
    
    * Update modules.py
    
    * change categorical data into numerical data
    
    * change areguments in LR model
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Requested changes were made
    
    * Update modules.py
    
    * Update modules.py
    
    * Update modules.py
    
    * Update Vehicle_Classifier.ipynb
    
    * updates file
    
    * Delete Untitled.ipynb
    
    * Update modules.py
    
    * code formatted using python Black
    
    * Requested changes were made
    
    * shifted classifier's code from modules.py to ModelEvaluation.py
    
    * removed learning curves from file
    
    * added function for model evaluation in Model Evaluation file
    
    * updated svm and lr
    
    * added comments
    
    * added doc strings
    
    * Update ModelEvaluation.py
    
    * Update ModelEvaluation.py
    
    * Update Vehicle_Classifier.ipynb
    
    * Update modules.py
    
    * added descriptions
    
    * added interpretations of visualization
    
    * creating another branch from master
    
    * solving branching issues
    
    * main visulaization file is added
    
    * Added module for visualization of missclassification
    
    * added docstring and reformatted to python black
    
    * added interpretation of misclassification
    
    * removed unnecessary comments
    
    Co-authored-by: mlopatka <[email protected]>
    shiza16 and mlopatka authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    5316977 View commit details
    Browse the repository at this point in the history
  26. [ Fixes: #63 ]Learn from Misclassification (#74)

    * adds a module to visualize misclassification and tests it on winequality.csv
    
    * adds .ipynb and .py for learning from misclassififcations
    
    * Delete visualize_misclass.py
    
    * Delete winequality.ipynb
    
    * Delete winequality_modules.py
    iamarchisha authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    8b8bdcc View commit details
    Browse the repository at this point in the history
  27. Issue #2 - Tools for exploratory analysis of datasets and to decide o…

    …n the train-test split ratio (#72)
    
    * Contribution to issue #2
    
    * Eliminació de l'arxiu de prova
    
    * Eliminació de l'arxiu de prova
    
    * Fixed axes when not numbers and removed superfluous function.
    
    * Minor changes to modules in file data_exploration.py.
    
    Co-authored-by: mlopatka <[email protected]>
    alberginia and mlopatka authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    ee63bcc View commit details
    Browse the repository at this point in the history
  28. Calibration plots for classifiers (#50)

    * 1. Simple scatter plot
    2. Violin and Box plots
    
    * work on previous model
    
    * starting work with prev model
    
    * 1. Added a modeule calibration_plots_module for calibration plots.
    2. Added functions for both individual classifier plotting and multiple classifiers plots.
    
    * Fixed axes and elaborated calibration plots
    
    * Added outputs
    
    * Revert "1. Simple scatter plot"
    
    This reverts commit cb26342.
    
    * Python black formatting for modules
    
    * Added titles and labels for axes for plots
    
    * Added relative paths for files
    
    * Minor changes
    
    * Relative path to dataset in repo
    
    * Delete redundant files
    Soniyanayak51 authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    95ab903 View commit details
    Browse the repository at this point in the history
  29. Niti kaur2 (#83)

    * Wine_quality dataset trained
    
    * Recommend feature removed
    
    * recommend feature dropped from the training dataset
    
    * Added additional information in Readme.md for contributors
    NitiKaur authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    e238d61 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Configuration menu
    Copy the full SHA
    24d8133 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'Comparative_Models_vehicle_dataset' of https://github.c…

    …om/Sidrah-Madiha/PRESC into Sidrah-Madiha-Comparative_Models_vehicle_dataset
    dzeber committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    982d282 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf7637a View commit details
    Browse the repository at this point in the history
  4. Update .gitignore

    mlopatka authored Mar 21, 2020
    Configuration menu
    Copy the full SHA
    9f898ea View commit details
    Browse the repository at this point in the history
  5. Delete .gitignore

    mlopatka authored Mar 21, 2020
    Configuration menu
    Copy the full SHA
    d743eca View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    f298eca View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. [ Fixes: #103 ] Adding Black as a pre-commit hook (#104)

    * adds black as pre-commit hook
    
    * adds header info and formats my files
    iamarchisha authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    f36b34f View commit details
    Browse the repository at this point in the history
  2. for #6 : Visualise evaluation metric (#27)

    * visualise evaluation metrics
    
    * reformat using black
    
    * removed standard deviation and added min-max band
    
    * added violin plots and examples of exponential and normal distribution
    KaairaGupta authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    b882029 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Data sensitivity feature, fixes # 8 (#31)

    * First attempt on vehicle data with a random forest calssifier
    
    * minor changes
    
    * Comparative model evaluation for vehicle dataset
    
    * first attempt for implementing task 7
    
    * fixes #8
    
    * fixed all change requests
    
    * fixed relative path, improved visualisation
    
    * minor fix in plot
    
    * added absolute distance for comapring with senstivity calculaation
    Sidrah-Madiha authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    30dbbae View commit details
    Browse the repository at this point in the history
  2. Calibration plot [fixes # 5] (#110)

    * fixes #8
    
    * fixes #4, attempt 1
    
    * implemeneted all change requests
    
    * formatted code for all helper files
    
    * minor fix
    
    * fixes #5
    
    * fixing conflicts
    Sidrah-Madiha authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    a186ae6 View commit details
    Browse the repository at this point in the history