How to re-train a model with new data in Marketing contextPython: Handling imbalance Classes in python Machine LearningCompressing profiles with a large number of dimensionsPredicting contract churn/cancellation: Great model results does not work in the real worldhow to retrain model with periodic new features?How to evaluate data capability to train a model?Train new data to pre-trained modelCan we calculate propensity score individually?Training dataset decreasing in quality (Google data science blog)Is it ok to train the model only on the interested part of the data?How important is the input data for a ML model?
Can you use Vicious Mockery to win an argument or gain favours?
What to do when eye contact makes your coworker uncomfortable?
Has the laser at Magurele, Romania reached a tenth of the Sun's power?
Circuit Analysis: Obtaining Close Loop OP - AMP Transfer function
Why can't the Brexit deadlock in the UK parliament be solved with a plurality vote?
Microchip documentation does not label CAN buss pins on micro controller pinout diagram
Giving feedback to someone without sounding prejudiced
PTIJ: Why is Haman obsessed with Bose?
What fields between the rationals and the reals allow a good notion of 2D distance?
15% tax on $7.5k earnings. Is that right?
US tourist/student visa
Non-trope happy ending?
What does "Scientists rise up against statistical significance" mean? (Comment in Nature)
How could a planet have erratic days?
Stack Interview Code methods made from class Node and Smart Pointers
Is it allowed to activate the ability of multiple planeswalkers in a single turn?
Why do Radio Buttons not fill the entire outer circle?
Why do ¬, ∀ and ∃ have the same precedence?
Doesn't the system of the Supreme Court oppose justice?
Change the color of a single dot in `ddot` symbol
Temporarily disable WLAN internet access for children, but allow it for adults
Biological Blimps: Propulsion
What is the difference between lands and mana?
Do we have to expect a queue for the shuttle from Watford Junction to Harry Potter Studio?
How to re-train a model with new data in Marketing context
Python: Handling imbalance Classes in python Machine LearningCompressing profiles with a large number of dimensionsPredicting contract churn/cancellation: Great model results does not work in the real worldhow to retrain model with periodic new features?How to evaluate data capability to train a model?Train new data to pre-trained modelCan we calculate propensity score individually?Training dataset decreasing in quality (Google data science blog)Is it ok to train the model only on the interested part of the data?How important is the input data for a ML model?
$begingroup$
If I develop and then deploy a model for Marketing like customer churn and then take actions based on the results of this model, how can I retrain the model some months later?
I think that the results on the past will be biased by my actions guided by the same model that I want to retrain. Is this so? Should I keep a percentage of customer apart as the control group and use only those as input records for the retraining?
machine-learning training
New contributor
Matteo Felici is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
If I develop and then deploy a model for Marketing like customer churn and then take actions based on the results of this model, how can I retrain the model some months later?
I think that the results on the past will be biased by my actions guided by the same model that I want to retrain. Is this so? Should I keep a percentage of customer apart as the control group and use only those as input records for the retraining?
machine-learning training
New contributor
Matteo Felici is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
If I develop and then deploy a model for Marketing like customer churn and then take actions based on the results of this model, how can I retrain the model some months later?
I think that the results on the past will be biased by my actions guided by the same model that I want to retrain. Is this so? Should I keep a percentage of customer apart as the control group and use only those as input records for the retraining?
machine-learning training
New contributor
Matteo Felici is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
If I develop and then deploy a model for Marketing like customer churn and then take actions based on the results of this model, how can I retrain the model some months later?
I think that the results on the past will be biased by my actions guided by the same model that I want to retrain. Is this so? Should I keep a percentage of customer apart as the control group and use only those as input records for the retraining?
machine-learning training
machine-learning training
New contributor
Matteo Felici is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Matteo Felici is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Matteo Felici is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked yesterday
Matteo FeliciMatteo Felici
1011
1011
New contributor
Matteo Felici is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Matteo Felici is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Matteo Felici is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "557"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Matteo Felici is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f47677%2fhow-to-re-train-a-model-with-new-data-in-marketing-context%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Matteo Felici is a new contributor. Be nice, and check out our Code of Conduct.
Matteo Felici is a new contributor. Be nice, and check out our Code of Conduct.
Matteo Felici is a new contributor. Be nice, and check out our Code of Conduct.
Matteo Felici is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Data Science Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f47677%2fhow-to-re-train-a-model-with-new-data-in-marketing-context%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown