Xin Xiong
Xin Xiong
When I run `conda env create -f environment.yml`, I got an error message like below: ``` ... jupyterlab_lau 100% |######################################################################################| Time: 0:00:00 10.85 MB/s jupyterlab-0.2 100% |######################################################################################| Time: 0:00:05 574.79...
In your source code of Chapter 5, [Line26](https://github.com/pbharrin/machinelearninginaction/blob/master/Ch05/logRegres.py#L26), the weight's dimension is `n + 1`. But other places, like [Line58](https://github.com/pbharrin/machinelearninginaction/blob/master/Ch05/logRegres.py#L58) and [Line67](https://github.com/pbharrin/machinelearninginaction/blob/master/Ch05/logRegres.py#L67), only have `n`. I think you may not...