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

Development #50

Merged
merged 132 commits into from
Mar 7, 2024
Merged

Development #50

merged 132 commits into from
Mar 7, 2024

Conversation

tvdboom
Copy link
Owner

@tvdboom tvdboom commented Mar 7, 2024

Related Issue or bug

Info about Issue or bug.

Fixes: #[issue number that will be closed through this PR]

Type of change

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Code style update (formatting, local variables).
  • Breaking change (fix or feature that would cause existing functionality to stop working).
  • This change requires a documentation update.

Describe the changes you've made

A clear and concise description of what you have done to successfully
close your assigned issue.

How has this been tested?

Please describe the tests that you ran to verify your changes. Provide
instructions so it can be reproduced.

Is there any unusual behaviour in your code?

A clear and concise description of it.

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.

Screenshots

Original Updated
original screenshot updated screenshot

tvdboom and others added 29 commits February 2, 2024 15:40
# Conflicts:
#	atom/atom.py
#	atom/basemodel.py
#	atom/baserunner.py
#	atom/basetransformer.py
#	atom/data/branch.py
#	atom/data_cleaning.py
#	atom/pipeline.py
#	atom/utils/types.py
#	atom/utils/utils.py
#	docs/API/ATOM/atomclassifier/index.html
#	docs/API/ATOM/atomforecaster/index.html
#	docs/API/ATOM/atomregressor/index.html
#	docs/API/data_cleaning/balancer/index.html
#	docs/API/data_cleaning/cleaner/index.html
#	docs/API/data_cleaning/discretizer/index.html
#	docs/API/data_cleaning/encoder/index.html
#	docs/API/data_cleaning/imputer/index.html
#	docs/API/data_cleaning/normalizer/index.html
#	docs/API/data_cleaning/pruner/index.html
#	docs/API/data_cleaning/scaler/index.html
#	docs/API/feature_engineering/featureextractor/index.html
#	docs/API/feature_engineering/featuregenerator/index.html
#	docs/API/feature_engineering/featuregrouper/index.html
#	docs/API/feature_engineering/featureselector/index.html
#	docs/API/models/adab/index.html
#	docs/API/models/ard/index.html
#	docs/API/models/arima/index.html
#	docs/API/models/autoarima/index.html
#	docs/API/models/bag/index.html
#	docs/API/models/bnb/index.html
#	docs/API/models/br/index.html
#	docs/API/models/catb/index.html
#	docs/API/models/catnb/index.html
#	docs/API/models/cnb/index.html
#	docs/API/models/dummy/index.html
#	docs/API/models/en/index.html
#	docs/API/models/es/index.html
#	docs/API/models/et/index.html
#	docs/API/models/etree/index.html
#	docs/API/models/ets/index.html
#	docs/API/models/gbm/index.html
#	docs/API/models/gnb/index.html
#	docs/API/models/gp/index.html
#	docs/API/models/hgbm/index.html
#	docs/API/models/huber/index.html
#	docs/API/models/knn/index.html
#	docs/API/models/lars/index.html
#	docs/API/models/lasso/index.html
#	docs/API/models/lda/index.html
#	docs/API/models/lgb/index.html
#	docs/API/models/lr/index.html
#	docs/API/models/lsvm/index.html
#	docs/API/models/mlp/index.html
#	docs/API/models/mnb/index.html
#	docs/API/models/nf/index.html
#	docs/API/models/ols/index.html
#	docs/API/models/omp/index.html
#	docs/API/models/pa/index.html
#	docs/API/models/perc/index.html
#	docs/API/models/pt/index.html
#	docs/API/models/qda/index.html
#	docs/API/models/rf/index.html
#	docs/API/models/ridge/index.html
#	docs/API/models/rnn/index.html
#	docs/API/models/sgd/index.html
#	docs/API/models/svm/index.html
#	docs/API/models/tree/index.html
#	docs/API/models/xgb/index.html
#	docs/API/nlp/textcleaner/index.html
#	docs/API/nlp/textnormalizer/index.html
#	docs/API/nlp/tokenizer/index.html
#	docs/API/nlp/vectorizer/index.html
#	docs/API/pipeline/pipeline/index.html
#	docs/search/search_index.json
#	examples/multivariate_forecast.ipynb
#	tests/conftest.py
#	tests/test_basetransformer.py
#	tests/test_data_cleaning.py
#	tests/test_utils.py
@tvdboom tvdboom merged commit 50007b1 into master Mar 7, 2024
17 of 18 checks passed
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.

2 participants