Huanfa Chen

Results 10 issues of Huanfa Chen

Hi all. I am interested in how the bootstrapping techniques affect the performance random forest. Is there any paper on this topic? To my knowledge, one essential condition for the...

Hi Aaron, Thanks for developing this package. It is so cool. In this package, the location models are solved by tools that are supported py PuLP (Gurobi, GLPK...). However, when...

Hi. I wonder whether it is possible to extend this package for the drone route planning in a real urban environment, e.g. with Digital Elevation Model (DEM) information. If this...

I have a question about the “Average bias” in [this documentation](https://rasbt.github.io/mlxtend/user_guide/evaluate/bias_variance_decomp/) and [the coding of the bias_variance_decomp function](https://github.com/rasbt/mlxtend/blob/master/mlxtend/evaluate/bias_variance_decomp.py). If Loss = [Bias]^2 + Variance, then in the reporting of the...

Question

**TLDR**: this is not to report a problem but a note of the problem that I have met and solved. Think it may be a problem for other Windows users....

I tried running `sh docker.sh start` in Windows WSL, and got the following errors: ``` docker.sh: 9: [[: not found Using default configuration as config.sh. docker.sh: 19: source: not found...

A student failed to install the env using this yml file on Windows 10 (see the error message below). It was an issue with the syntax of the yml file....

I had an error of using **xelatex** as the latex_engine. The reason for using **xelatex** is that it allows for UTF-8 encoding. However, it looks like xelatex is not compatible...

Hi Nick. I plan to add two new features to the max_coverage function: - Adding demand weights - Accepting a distance matrix These features would make this package more general,...

I tried testing the example of max_coverage() function, as follows: ```r require(maxcovr) require(dplyr) york_selected % filter(grade == "I") york_unselected % filter(grade != "I") # Try to call max_coverage with gurobi...

bug