-
- Notifications
You must be signed in to change notification settings - Fork 48.8k
Chrun Rate yet again #10295
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
Chrun Rate yet again #10295
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
changed general df variable name to more of a sensible name.
suggested changes changed Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Finally my all tests have passes |
I feel uncomfortable with this... https://en.wikipedia.org/wiki/Churn_rate describes the churn rate as a percentage over a given period such as 25% per year. This calculation is truncating the output for unspecified reasons and also does not deliver a percentage over a given period. The datafile is 10k lines which is quite substantial compared to other algorithms while the code delivers an output that is a bit baffling. @tianyizheng02 @ChrisO345 Are you seeing something that I am not? |
Well for me, churn rate is the turnover rate of the customer from a company. This is a sample dataset I acquired from IBM skillset. Initially my program was simple with much more info. But due to various failing test(ruff, build) I had to modify quite a lot of thing, remove quite a lot of things to make it compatible. If this repo accepted jupyter notebooks, I could have shown in much more great detail. And the main purpose of the program is to show how decision tree classifier predicts. |
Well, my first first pull request is yet to be accepted. Let's see how it goes. Be sure to let me know what changes should I make. |
Please submit the original on https://github.com/TheAlgorithms/Jupyter and @mention me on that submission so perhaps we can land it there. They have much easier requirements. |
Describe your change:
Checklist: