Wei Chen

Results 15 issues of Wei Chen

KNN is placed in Clustering in this project. I think we should keep it in Classification instead of Clustering.

In the [benchmark file](Benchmarking_experiments_on_the_Adult_dataset_and_interpretability.ipynb) We use the `LabelEncoder` on our training and testing data separately, which will cause index mismatch. ```python from sklearn.preprocessing import LabelEncoder train_preprocessed = train.apply(LabelEncoder().fit_transform) test_preprocessed =...

**Describe your feature request** As a casual game developer, I found it almost impossible to jump into lumberyard game development today. I had checked many contents on the Internet for...

I am seeing a warning message from most of the examples: ``` THREE.WebGLProgram: gl.getProgramInfoLog() WARNING: Output of vertex shader 'vNormal' not read by fragment shader WARNING: Output of vertex shader...

##### Description of Changes Add clustering algorithm, DBSCAN. Please help to check the format and the corresponding tests. ##### Includes - [x] Code changes - [X] Tests - [ ]...

enhancement
awaits review

*Issue #, if available:* No issue *Description of changes:* The old link is no longer working. Point the link to the moved repo address.

To see if an image looks like a pokemon, I think the shape is more important than the color. By using RGB, I think it will affect the network's ability...

A tested process to directly run ppxgboost with 1 multi-class dataset and 1 binary-class dataset without manually preparing data by running it directly in SageMaker. However, note that ppxgboost is...

Currently, the softmax function doesn't seem to act right. It only scales the value smaller instead of really softmax them.

The link of ASEprite 1.0.2 in https://github.com/Jbat1Jumper/erythrina/blob/master/doc/01_making_assets.md had been removed. I think it is better that we remove the link entirely.