foreshadow icon indicating copy to clipboard operation
foreshadow copied to clipboard

An automatic machine learning system

Results 54 foreshadow issues
Sort by recently updated
recently updated
newest added

#### Description A lot of the time, ValueError or an equivalent (RuntimeException) is raised simply when no other relevant error class can be found. It is best practice to create...

#### Description Many of the methods in DFTransformer in make_pandas_transformer contain the same portions of code, it would be valuable to condense those sections into single methods to reduce the...

#### Description #79 was approved, but it would be nice if we could clean up some of the tests into fixtures (pytest caches those steps, and it speeds up overall...

#### Description Remove exceptions of the tests / examples folder from pytest exclude.

#### Description model.json is being created on run of pytests. Look into why and how it is being created and turn it off (if it is needed, add to the...

#### Description Migrate usage of the kwarg: "full_df" to ColumnSharer

#### Description test inverse transform for each output type

#### Description Currently, the doc title is too verbose due to towncrier. The documentation needs to be updated so that the changelog file has a title.

#### Description This is due to the plantuml dependency not being installed through `pip install foreshadow`, pyproject.toml needs to get restructured to include dev dependencies in different extra sections (ie...