-
Notifications
You must be signed in to change notification settings - Fork 0
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
Auto-sklearn baseline v1 #32
base: main
Are you sure you want to change the base?
Conversation
…TMO-NSS-team/meta-automl-research into auto-sklearn_run
Automl baseline
68a2443
to
78ee7f3
Compare
Выполнил rebase ветки main на базовую. Не ожидал, что приведёт к такому количеству конфликтов. @algormx, доверите мне разрешение конфликтов между ветками? |
7cbe0a9
to
c163054
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Из ветки нужно убрать изменения для файлов, не относящихся к auto-sklearn baseline.
Советую делать git rebase вместо git merge, чтобы держать в чистоте историю коммитов
# autosklearn_ensemble = pipeline.show_models() | ||
# formatted_ensemble = { | ||
# model_id: { | ||
# 'rank': autosklearn_ensemble[model_id].get('rank'), | ||
# 'cost': float(f"{autosklearn_ensemble[model_id].get('cost'):.3f}"), | ||
# 'ensemble_weight': autosklearn_ensemble[model_id].get('ensemble_weight'), | ||
# 'model': autosklearn_ensemble[model_id].get('sklearn_classifier') | ||
# } for model_id in autosklearn_ensemble.keys() | ||
# } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Комментарии с кодом лучше не добавлять в git, если они не служат для понимания остального кода. Можно сделать stash этих изменений, если есть необходимость их сохранить
Аналогично для остального закомментированного кода
.parse_datasets('test') | ||
.loc[:, 'dataset_id'] | ||
] | ||
# dataset_ids_to_load = [dataset_ids_to_load[dataset_ids_to_load.index(41166)]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Можно убрать комментарий
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Этот файл точно нужен в git фреймворка?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Аналогично, нужен ли этот файл в git?
c163054
to
1a66e62
Compare
1a66e62
to
e66e6dc
Compare
e66e6dc
to
fa9389e
Compare
514d1fa
to
3ae2f37
Compare
3ae2f37
to
6d4267b
Compare
cb77e9c
to
0913354
Compare
59cf07e
to
f23c206
Compare
3cfa159
to
ef9319d
Compare
9da3e81
to
26c0a52
Compare
No description provided.