Jeff Hale

Results 73 comments of Jeff Hale

Good question. Thank you for opening the issue. For now, `pip install prefect` is the way to go. I'm looking into making sure updated versions are available.

`conda install prefect` installs v 1.3 from conda-forge. I can see 2.0.2 is in the feedstock. Specifying that version leads to install failure. Info: fresh conda environment Python 3.10.5 M1...

Thanks, @jacksund and @madkinsz! I didn't use conda forge when installing Python, so I deactivated the conda environment and the lines below. ``` conda create -n prefect_test -c conda-forge python=3.10...

`conda search prefect --channel conda-forge` shows 2.0.2 and now 2.0.3 are available. I tried specifying the exact version of the package several times, several ways. `-conda install "prefect=2.0.2" -c conda-forge`...

![Screen Shot 2022-08-08 at 11 46 55 AM](https://user-images.githubusercontent.com/7703961/183459097-6e90b304-7633-4352-8fdf-a0ccc1496e51.png)

Great writeup, @zangell44! For users upgrading to 2.0.3, this is not an issue because the code leading to the problem was removed before the release, correct?

The code is missing. The markdown file says: "In the example, France scored 4 goals, so I'll make a copy of the prior and update it with the data." The...

Good stuff. Thanks for doing this. Getting a 404 when I try to see the csv of results at [https://raw.githubusercontent.com/janmotl/categorical-encoding/binary/examples/benchmarking_large/output/result_2018-08-09.csv](https://raw.githubusercontent.com/janmotl/categorical-encoding/binary/examples/benchmarking_large/output/result_2018-08-09.csv)

Awesome @janmotl. Here's the latest performance chart. Interesting that WOE and LOO performed poorly. ![screen shot 2018-09-03 at 11 08 29 pm](https://user-images.githubusercontent.com/7703961/45008004-5e98dc00-afce-11e8-9b53-cd4639a2a887.png) Why aren't the contrast encoders included in the...

Thanks @janmotl. It's interesting Target doesn't overfit, too. Is it worth running all available encoders on the same subset only? I would argue some encoders are only appropriate to ordinal...