169 похожих чатов

Dear team, I'm working on a project in which i

have an imbalance dataset,
To train a model i did the train test split based on y, did the stratified cross validation for model on train dataset, did the hyperparameter tuning. Now i have finalized model with tuned hyperparameter

To build final model, i'll have to train finalzed model with tuned hyperparameter on full data set which is original train + test.

Now my question is how should i give data to the model.
Do i have to provide original dataset which is imbalanced? or do i have to give balanced original dataset?

3 ответов

44 просмотра

In my opinion, there is no yes/no kind of answer. If you’ve done stratified train/test split based on the feature you are trying to predict, then the final model where train+test is used as train would be imbalanced by setup. If you’ve employed over/under sampling techniques up front, then this is where you’ve done some balancing and thus I doubt the model would generalize that well

You give the data you used for hyperparameter tuning. Otherwise, you are giving another data, as this will be modified (balaned)

Lokesh- Автор вопроса

Yes, thank you. I have been thinking the same thing that i should use same data. Otherwise what is the point of doing hyperparameter tuning and cross validation. Any idea how can i see how much final model performance is deviated from cross validation score?

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Карта сайта