Jason Shin
Jason Shin
* **I'm submitting a ...** [/] feature request * **Summary** The ticket aims to implement ElasticNet as part of the LinearModel APIs. It is a variation of LinearRegression with combined...
* **I'm submitting a ...** [/] feature request * **Summary** Implement chi2 feature selection
* **I'm submitting a ...** [/] feature request * **Summary** Gradient Boosting is the most widely used model in Kaggle competitions for both classification and regression problems. It would be...
* **I'm submitting a ...** [/] feature request [/] research * **Summary** The ticket aims to implement or find an existing solution to get a subset of a matrix. It...
* **I'm submitting a ...** [/] feature request * **Summary** Implement https://scikit-learn.org/stable/modules/generated/sklearn.metrics.explained_variance_score.html
* **I'm submitting a ...** [/] feature request * **Summary** Implement https://scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html
* **I'm submitting a ...** [/] enhancement * **Summary** Implement `max_depth` option to the DecisionTreeClassifier, which is the last stopping criterion from https://www.ibm.com/support/knowledgecenter/en/SS6NHC/com.ibm.swg.im.dashdb.analytics.doc/doc/r_decision_trees_growing.html The flag is available in the ScikitLearn...
* **I'm submitting a ...** [/] feature request * **Summary** `zeroOneLoss` Should also have an implementation for `normalize:false` * **Reference** Kalimdor source location: https://github.com/JasonShin/kalimdorjs/blob/master/src/lib/metrics/classification.ts#L112 Scikit-learn reference: http://scikit-learn.org/stable/modules/generated/sklearn.metrics.zero_one_loss.html
* **I'm submitting a ...** [/] enhancement [/] docs * **Summary** Throwing in some UX improvement ideas for the documentation site. 1. Using more images to describe the features. Since...
* **I'm submitting a ...** [/] feature request * **Summary** Following up with the implementation of `datasets/boston` and `datasets/iris`, it would be nice to introduce one more toy dataset [https://archive.ics.uci.edu/ml/datasets/diabetes](https://archive.ics.uci.edu/ml/datasets/diabetes)....