Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update baseclass fixes #242

Merged
merged 3 commits into from
Sep 22, 2021
Merged

Update baseclass fixes #242

merged 3 commits into from
Sep 22, 2021

Conversation

csala
Copy link
Contributor

@csala csala commented Sep 22, 2021

Add basic integration tests for the BaseTransformer and fix/adapt all the tests that failed because of the BaseTransformer changes.
Also fix minor lint issues and re-configure PyLint to avoid warnings about expected or acceptable things.

Copy link
Contributor

@amontanez24 amontanez24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :shipit:

Copy link
Member

@fealho fealho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@codecov-commenter
Copy link

codecov-commenter commented Sep 22, 2021

Codecov Report

❗ No coverage uploaded for pull request base (update-baseclass@2796fa6). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head 8ca9818 differs from pull request most recent head 834a461. Consider uploading reports for the commit 834a461 to get more accurate results
Impacted file tree graph

@@                 Coverage Diff                 @@
##             update-baseclass     #242   +/-   ##
===================================================
  Coverage                    ?   93.19%           
===================================================
  Files                       ?        9           
  Lines                       ?      647           
  Branches                    ?        0           
===================================================
  Hits                        ?      603           
  Misses                      ?       44           
  Partials                    ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2796fa6...834a461. Read the comment docs.

@fealho fealho merged commit fd5fda7 into update-baseclass Sep 22, 2021
@fealho fealho deleted the update-baseclass-fixes branch September 22, 2021 19:47
fealho added a commit that referenced this pull request Sep 22, 2021
* Updates the baseclass

* Addresses feedback

* Makes get_input_type a class method

* Fix documentation

* Fix one line bug

* Various improvements + some test cases

* Create _add_prefix

* Return data if columns not in data

* Multiple improvements + test cases

* Added test cases

* Fix lint

* Remove test cases.

* Fix a bunch of bugs

* Addresses feedback

* Update baseclass fixes (#242)

* Implement basic integration tests for BaseTransformer

* Fix failing tests

* Fix lint and disable some PyLint warnings

* Fix lint + general improvements

* Fix merge conflicts

* Fix lint

Co-authored-by: Carles Sala <carles@pythiac.com>
csala added a commit that referenced this pull request Sep 27, 2021
* Implement basic integration tests for BaseTransformer

* Fix failing tests

* Fix lint and disable some PyLint warnings
fealho added a commit that referenced this pull request Sep 27, 2021
* Updates the baseclass

* Update numerical transformer

* Addresses feedback

* Makes get_input_type a class method

* Fix documentation

* Fix one line bug

* Various improvements + some test cases

* Create _add_prefix

* Return data if columns not in data

* Multiple improvements + test cases

* Added test cases

* Fix lint

* Remove test cases.

* Fix a bunch of bugs

* Addresses feedback

* Update baseclass fixes (#242)

* Implement basic integration tests for BaseTransformer

* Fix failing tests

* Fix lint and disable some PyLint warnings

* Fix lint + general improvements

* Fix merge conflicts

* Fix lint

* Update datatypes.

* Updates numerical transformer to match new base class transformer

* Fixes numerical transformer and unit tests

* Add is_composition_identity

* Fix setup.cfg pyling disable syntax

* Fix performance bug

Co-authored-by: Carles Sala <carles@pythiac.com>
Co-authored-by: Carles Sala <carles@sdv.dev>
fealho added a commit that referenced this pull request Sep 28, 2021
* Updates the baseclass

* Update categorical transformers

* Addresses feedback

* Makes get_input_type a class method

* Fix documentation

* Fix one line bug

* Various improvements + some test cases

* Create _add_prefix

* Return data if columns not in data

* Multiple improvements + test cases

* Added test cases

* Fix lint

* Remove test cases.

* Fix a bunch of bugs

* Addresses feedback

* Update baseclass fixes (#242)

* Implement basic integration tests for BaseTransformer

* Fix failing tests

* Fix lint and disable some PyLint warnings

* Fix lint + general improvements

* Fix merge conflicts

* Fix lint

* Tentative updates

* Fix categorical

* Working version of categorical (only hypertransformer fails)

* Fix lint

* Fix lint

* Fix small errors

* Lint

* Fix small errors

* Fix hypertransformer

* Address feedback

* Fix lint

Co-authored-by: Carles Sala <carles@pythiac.com>
csala added a commit that referenced this pull request Oct 13, 2021
* Updates the baseclass

* Addresses feedback

* Makes get_input_type a class method

* Fix documentation

* Fix one line bug

* Various improvements + some test cases

* Create _add_prefix

* Return data if columns not in data

* Multiple improvements + test cases

* Added test cases

* Fix lint

* Remove test cases.

* Fix a bunch of bugs

* Addresses feedback

* Update baseclass fixes (#242)

* Implement basic integration tests for BaseTransformer

* Fix failing tests

* Fix lint and disable some PyLint warnings

* Fix lint + general improvements

* Fix merge conflicts

* Fix lint

Co-authored-by: Carles Sala <carles@pythiac.com>
csala added a commit that referenced this pull request Oct 13, 2021
* Updates the baseclass

* Update numerical transformer

* Addresses feedback

* Makes get_input_type a class method

* Fix documentation

* Fix one line bug

* Various improvements + some test cases

* Create _add_prefix

* Return data if columns not in data

* Multiple improvements + test cases

* Added test cases

* Fix lint

* Remove test cases.

* Fix a bunch of bugs

* Addresses feedback

* Update baseclass fixes (#242)

* Implement basic integration tests for BaseTransformer

* Fix failing tests

* Fix lint and disable some PyLint warnings

* Fix lint + general improvements

* Fix merge conflicts

* Fix lint

* Update datatypes.

* Updates numerical transformer to match new base class transformer

* Fixes numerical transformer and unit tests

* Add is_composition_identity

* Fix setup.cfg pyling disable syntax

* Fix performance bug

Co-authored-by: Carles Sala <carles@pythiac.com>
Co-authored-by: Carles Sala <carles@sdv.dev>
csala added a commit that referenced this pull request Oct 13, 2021
* Updates the baseclass

* Update categorical transformers

* Addresses feedback

* Makes get_input_type a class method

* Fix documentation

* Fix one line bug

* Various improvements + some test cases

* Create _add_prefix

* Return data if columns not in data

* Multiple improvements + test cases

* Added test cases

* Fix lint

* Remove test cases.

* Fix a bunch of bugs

* Addresses feedback

* Update baseclass fixes (#242)

* Implement basic integration tests for BaseTransformer

* Fix failing tests

* Fix lint and disable some PyLint warnings

* Fix lint + general improvements

* Fix merge conflicts

* Fix lint

* Tentative updates

* Fix categorical

* Working version of categorical (only hypertransformer fails)

* Fix lint

* Fix lint

* Fix small errors

* Lint

* Fix small errors

* Fix hypertransformer

* Address feedback

* Fix lint

Co-authored-by: Carles Sala <carles@pythiac.com>
amontanez24 pushed a commit that referenced this pull request Oct 26, 2021
* Updates the baseclass

* Addresses feedback

* Makes get_input_type a class method

* Fix documentation

* Fix one line bug

* Various improvements + some test cases

* Create _add_prefix

* Return data if columns not in data

* Multiple improvements + test cases

* Added test cases

* Fix lint

* Remove test cases.

* Fix a bunch of bugs

* Addresses feedback

* Update baseclass fixes (#242)

* Implement basic integration tests for BaseTransformer

* Fix failing tests

* Fix lint and disable some PyLint warnings

* Fix lint + general improvements

* Fix merge conflicts

* Fix lint

Co-authored-by: Carles Sala <carles@pythiac.com>
amontanez24 pushed a commit that referenced this pull request Oct 26, 2021
* Updates the baseclass

* Update numerical transformer

* Addresses feedback

* Makes get_input_type a class method

* Fix documentation

* Fix one line bug

* Various improvements + some test cases

* Create _add_prefix

* Return data if columns not in data

* Multiple improvements + test cases

* Added test cases

* Fix lint

* Remove test cases.

* Fix a bunch of bugs

* Addresses feedback

* Update baseclass fixes (#242)

* Implement basic integration tests for BaseTransformer

* Fix failing tests

* Fix lint and disable some PyLint warnings

* Fix lint + general improvements

* Fix merge conflicts

* Fix lint

* Update datatypes.

* Updates numerical transformer to match new base class transformer

* Fixes numerical transformer and unit tests

* Add is_composition_identity

* Fix setup.cfg pyling disable syntax

* Fix performance bug

Co-authored-by: Carles Sala <carles@pythiac.com>
Co-authored-by: Carles Sala <carles@sdv.dev>
amontanez24 pushed a commit that referenced this pull request Oct 26, 2021
* Updates the baseclass

* Update categorical transformers

* Addresses feedback

* Makes get_input_type a class method

* Fix documentation

* Fix one line bug

* Various improvements + some test cases

* Create _add_prefix

* Return data if columns not in data

* Multiple improvements + test cases

* Added test cases

* Fix lint

* Remove test cases.

* Fix a bunch of bugs

* Addresses feedback

* Update baseclass fixes (#242)

* Implement basic integration tests for BaseTransformer

* Fix failing tests

* Fix lint and disable some PyLint warnings

* Fix lint + general improvements

* Fix merge conflicts

* Fix lint

* Tentative updates

* Fix categorical

* Working version of categorical (only hypertransformer fails)

* Fix lint

* Fix lint

* Fix small errors

* Lint

* Fix small errors

* Fix hypertransformer

* Address feedback

* Fix lint

Co-authored-by: Carles Sala <carles@pythiac.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants