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
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top