pieths

Results 6 comments of pieths

Will this work with Python 2.7? It looks like [pathlib](https://docs.python.org/3/library/pathlib.html) was added in version 3.4.

> It looks like you're right, and that Path objects won't work with python 2.7. I tried several different things to try and get it to work but with no...

This is an issue with any _classifier_ because the first part of the following `if` statement is skipped when the model is loaded from disk (aka. steps is undefined or...

I was able to repro the issue using Ubuntu 18.04 in WSL (Windows Subsystem for Linux) v1. It looks like this is a known issue with the Python 3.5 series....

See the __How do I get Anaconda with Python 3.5 or 3.6?__ section in the [Anaconda FAQ](https://docs.anaconda.com/anaconda/user-guide/faq/) for few ways this can be done.

Commit d5c7c828ef820d681e2cf5e38568177200cb3b3c resolves the issue with `split_start='after_transforms'` but it does not fix the issue when the user specifies an integer index as the `split_start` value. When a transform has _presteps_...