Why did I get different accuracy for different algorithms?

  • Thread starter Thread starter shivajikobardan
  • Start date Start date
  • Tags Tags
    Accuracy Algorithms
AI Thread Summary
The discussion revolves around a user sharing a large codebase for an employee promotion prediction project, expressing uncertainty about potential mistakes within the code. The response highlights the impracticality of expecting others to sift through thousands of lines of code to identify issues without specific guidance or context. The thread concludes with a closure, emphasizing the need for more focused inquiries rather than broad requests for assistance.
shivajikobardan
Messages
637
Reaction score
54
TL;DR Summary
Why did I get different accuracy for different algorithms in same dataset?
1651926555284.png


Here are the codes(not all might be present, take it with grain of salt).

https://github.com/prabesh-regmi/Employee-Promotion-Prediction
 
Technology news on Phys.org
"I might have made a mistake somewhere - here is a dump of all my code. Or maybe not. You figure it out." is a mighty big ask.

What work - if any - are you willing to do here?
 
  • Like
Likes berkeman
@shivajikobardan, it's unreasonable to ask us to look through several thousand lines of code to figure out why you are getting what you got.
Thread closed.
 
  • Like
Likes Wrichik Basu, .Scott, jim mcnamara and 3 others
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Thread 'Project Documentation'
Trying to package up a small bank account manager project that I have been tempering on for a while. One that is certainly worth something to me. Although I have created methods to whip up quick documents with all fields and properties. I would like something better to reference in order to express the mechanical functions. It is unclear to me about any standardized format for code documentation that exists. I have tried object orientated diagrams with shapes to try and express the...
Back
Top