Bhargav Kowshik

Results 33 issues of Bhargav Kowshik

In the Jupyter notebook, we currently display the 5 attributes that have the highest importance scores in a table, like below. Let's have a graph with all the attributes and...

We currently spot-check the following models: - LogisticRegression - DecisionTreeClassifier - KNeighborsClassifier - SVC - RandomForestClassifier - GradientBoostingClassifier Let's add `Gaussian Naive Bayes (GaussianNB)` to the mix too. - http://scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.GaussianNB.html

We currently have 115 attributes for every changeset. It is practically impossible how all these features look like. But, we could use techniques of Dimensionality reduction and project them into...