Skip to content

AMLB-specific test case added#1274

Open
nicl-nno wants to merge 18 commits intomasterfrom
amlb-fixes
Open

AMLB-specific test case added#1274
nicl-nno wants to merge 18 commits intomasterfrom
amlb-fixes

Conversation

@nicl-nno
Copy link
Copy Markdown
Collaborator

Error "IndexError: arrays used as indices must be of integer (or boolean) type" is found if final pipeline contains "resample" op

@docu-mentor
Copy link
Copy Markdown

docu-mentor bot commented Mar 13, 2024

👋 Hi, I'm @Docu-Mentor, an LLM-powered GitHub app
powered by Anyscale Endpoints
that gives you actionable feedback on your writing.

Simply create a new comment in this PR that says:

@Docu-Mentor run

and I will start my analysis. I only look at what you changed
in this PR. If you only want me to look at specific files or folders,
you can specify them like this:

@Docu-Mentor run doc/ README.md

In this example, I'll have a look at all files contained in the "doc/"
folder and the file "README.md". All good? Let's get started!

@open-code-helper
Copy link
Copy Markdown

👋 Hi, I'm @open-code-helper, an LLM-powered GitHub app
powered by NVIDIA AI Foundation Models and Endpoints
that gives you actionable feedback on your writing.

Simply create a new comment in this PR that says:

@open-code-helper run

and I will start my analysis. I only look at what you changed
in this PR.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 13, 2024

All PEP8 errors has been fixed, thanks ❤️

Comment last updated at

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.95%. Comparing base (cd915a8) to head (c18a80f).
Report is 6 commits behind head on master.

❗ Current head c18a80f differs from pull request most recent head 773ff88. Consider uploading reports for the commit 773ff88 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1274      +/-   ##
==========================================
+ Coverage   79.88%   79.95%   +0.07%     
==========================================
  Files         146      146              
  Lines       10065    10051      -14     
==========================================
- Hits         8040     8036       -4     
+ Misses       2025     2015      -10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pep8speaks
Copy link
Copy Markdown

pep8speaks commented Apr 1, 2024

Hello @nicl-nno! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2024-04-15 20:49:57 UTC

Copy link
Copy Markdown
Collaborator

@Lopa10ko Lopa10ko left a comment

Choose a reason for hiding this comment

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

не очень понимаю, как этот PR связан с #1273
исправления в get_metrics не должны были повлиять на IndexError в AMLB интеграционнике

по поводу AMLB-specific теста:
верно ли понимаю, что проблема пока регистрируется только на пайплайнах с нодой resample?
наверное, стоит преобразовать np.ndarray в InputData и с уже верными индексами (пусть даже idx=np.arange(len(x_train)) скормить пайплайну на resample.


@pytest.mark.parametrize('initial_assumption, timeout',
[(resample_pipeline, 0.001),
(None, 5.0)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

не очень понятна идея, для чего здесь implicit initial_assumption=None?
будет NoneType object is not subscriptable где-то при попытке логировать

@DRMPN
Copy link
Copy Markdown
Collaborator

DRMPN commented Apr 10, 2024

/fix-pep8

@DRMPN
Copy link
Copy Markdown
Collaborator

DRMPN commented Apr 11, 2024

✅ Integration run - https://github.com/aimclub/FEDOT/actions/runs/8644854445

DRMPN and others added 2 commits April 15, 2024 16:02
Update fedot/api/main.py

Co-authored-by: George Lopatenko <81328772+Lopa10ko@users.noreply.github.com>
@DRMPN
Copy link
Copy Markdown
Collaborator

DRMPN commented Apr 15, 2024

/fix-pep8

@DRMPN
Copy link
Copy Markdown
Collaborator

DRMPN commented Apr 15, 2024

✅ Integration run - https://github.com/aimclub/FEDOT/actions/runs/8695868602

@nicl-nno nicl-nno closed this May 7, 2024
@nicl-nno nicl-nno reopened this May 7, 2024
@docu-mentor
Copy link
Copy Markdown

docu-mentor bot commented May 7, 2024

👋 Hi, I'm @Docu-Mentor, an LLM-powered GitHub app
powered by Anyscale Endpoints
that gives you actionable feedback on your writing.

Simply create a new comment in this PR that says:

@Docu-Mentor run

and I will start my analysis. I only look at what you changed
in this PR. If you only want me to look at specific files or folders,
you can specify them like this:

@Docu-Mentor run doc/ README.md

In this example, I'll have a look at all files contained in the "doc/"
folder and the file "README.md". All good? Let's get started!

@nicl-nno
Copy link
Copy Markdown
Collaborator Author

nicl-nno commented Jul 11, 2025

@dmitryglhf посмотри плз на досуге - такой PR ещё актуален или предложенный тобой его заменяет?

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.

[Bug]: Invalid fitness after objective evaluation. Skipping the graph: (/n_scaling;)/n_rf_{'n_jobs':32}

4 participants