forked from mozilla/PRESC
-
Notifications
You must be signed in to change notification settings - Fork 0
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
WIP: Visualize misclassifications #2
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SaumyaSinghal
pushed a commit
that referenced
this pull request
Mar 31, 2020
Updating KaairaGupta/master
SaumyaSinghal
pushed a commit
that referenced
this pull request
Mar 31, 2020
…ogistic Regression (mozilla#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
SaumyaSinghal
pushed a commit
that referenced
this pull request
Mar 31, 2020
…nition of classes (mozilla#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 mozilla#7 Visualization of missclassifications. * Adding explanatory graphs for the notebook regarding Issue mozilla#7 * Better graph to illustrate option 'hits-fails'.
SaumyaSinghal
pushed a commit
that referenced
this pull request
Mar 31, 2020
* 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
SaumyaSinghal
pushed a commit
that referenced
this pull request
Mar 31, 2020
Fixed #2, train and test a classification model on vehicles dataset
SaumyaSinghal
pushed a commit
that referenced
this pull request
Mar 31, 2020
…n the train-test split ratio (mozilla#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]>
SaumyaSinghal
pushed a commit
that referenced
this pull request
Mar 31, 2020
SaumyaSinghal
pushed a commit
that referenced
this pull request
Mar 31, 2020
these committed changes fixes issue #3 of traversal space of train-test splits using KNN model.in #2 i have used decision tree and further recommended outlier detection algorithm for classification. so in this PR i have used KNN and compared results with previous classfication.this PR uses already defined modules in #2.
SaumyaSinghal
pushed a commit
that referenced
this pull request
Mar 31, 2020
#3 traversal of train_test_split
SaumyaSinghal
added a commit
that referenced
this pull request
Mar 31, 2020
* Create Readme.md * Create files for exploring issue #2 * Format using black * Remove notebook from master * Increase modularization * create file for issue 6 * remove file added by mistake * Create notebook for issue 6 * Re-upload to the right folder * Delete file from the incorrect folder
SaumyaSinghal
pushed a commit
that referenced
this pull request
Mar 31, 2020
* Update .gitignore * Preliminary Analysis * Helper modules (Bar and Hist graph) * Rough KNN algorithm implemented * Delete libraries.py * KNN classifier refactored and polished Returns only variable of intests for use the metrics calculations. * refactored for performance just the required functions imported * draft mlp classifier implemented to be reviewed * ... * Threshold conversion logic implemented Since knn.predict calculates a probability, we implement a logic for binary classification * Prelimary cleaning and knn model classification implemented! * Adjusted plor error with title placement * ... * Files reformated with 'Black' * Logistic Regression classifier * Refactores modules to improve modularity * Implemented Log Reg * Deleted mpl module to focus on knn and log reg * Refactors gotignore to my personal folder * refactored for readability * Implementation to add counts and relative percentages on bars graph * Refactored name #2, Completed Prelimary Analysis and Interpreted Results * Update Issue #2 - Train and test a classification model (PRESC).ipynb * Files reformated with 'Black' * Display Error corrected * Interpreted choice of hyper-parameters * Refactored and Added Modules used for Issue 3 * Prelimanry Analysis - Traversal of the space of train_test splits * Issue#3 complete * Removed Issues #2 and #3 ipynb * Issue mozilla#4 - completed Issue mozilla#4 - Traversal of the space of cross-validation folds * Delete defaults_data.csv Removing duplication of the existing data set which can be loaded from the repos root directory. Co-authored-by: mlopatka <[email protected]>
SaumyaSinghal
pushed a commit
that referenced
this pull request
Mar 31, 2020
…ozilla#92) * Classification model wine.csv * Classification model wine.csv * Merging modifications
SaumyaSinghal
pushed a commit
that referenced
this pull request
Mar 31, 2020
#2 Dropped quality, shifted the logic to python file, shifted imports to the top, added confusion_matrix and classification_report
SaumyaSinghal
pushed a commit
that referenced
this pull request
Mar 31, 2020
…el (Stochastic Gradient Descent) on winequality.csv (mozilla#58) * adds incomplete files * adds .ipynb, .py and updates environment.yml * Delete winequality.ipynb removing duplicate files * Delete winequality_modules.py removing duplicate files * Delete winequality.ipynb removing incomplete files * Delete winequality_modules.py removing incomplete files * adds .ipynb, .py and updates environment.yml * adds description and deatiled reasoning for the methods, models and parameters used * drops quality column * updates .py file * adds files in a new folder * updates .yml
SaumyaSinghal
pushed a commit
that referenced
this pull request
Mar 31, 2020
…la#111) * WIP: #2 on the dataset 'eeg.csv' WIP: #2 on the dataset 'eeg.csv' * Add files via upload * Delete WIP: #2 on the dataset 'eeg.csv' * Delete #2 Train and test a classification model, eeg.csv-checkpoint.ipynb * WIP: #2 on the dataset 'eeg.csv' * Delete #2 Train and test a classification model, eeg.csv-checkpoint.ipynb * WIP: #2 Train and test a classification model, eeg.csv dataset * Delete #2 Train and test a classification model, eeg.csv.ipynb * Create README * WIP: #2 Train and test a classification model, eeg.csv dataset * Delete README
SaumyaSinghal
pushed a commit
that referenced
this pull request
Mar 31, 2020
For #2: on the dataset 'winequality.csv'
SaumyaSinghal
pushed a commit
that referenced
this pull request
Mar 31, 2020
Exploration of the Vehicles dataset based on Startup task #2
SaumyaSinghal
added a commit
that referenced
this pull request
Mar 31, 2020
* Create Readme.md * Create files for exploring issue #2 * Format using black * Remove notebook from master * Increase modularization * create file for issue 6 * remove file added by mistake * WIP: Importance score for datapoints * Re-upload to the correct directory * Delete file from wrong directory
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.