Skip to content
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

Add "Comparison Mode" for Calculators #198 #200

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Anushka-Pote
Copy link

Description

Implemented a "Comparison Mode" feature that allows users to input multiple sets of parameters for various calculators and view the results side-by-side. This feature will help users compare predictions across different inputs, enhancing usability without altering existing functionalities.

Issue Resolved

This PR resolves #198

Changes Made

Dropdown Selector: Users select which calculator to use in "Comparison Mode" from a dropdown.
Dynamic Input Collection: The function dynamically displays input fields based on the selected model's specific requirements.
Input Sets: Users can specify how many sets of inputs they want to compare.
Result Display: Shows the inputs side-by-side in columns, with placeholders for the actual prediction results.

Screenshots or Videos

Checklist

  • My code follows the current project structure
  • I have thoroughly reviewed and updated the requirements.txt file to include any new packages
  • The predict.py file includes a properly implemented model_details() function, or the notebook contains this function to print a detailed model report. The model will not be accepted without this function, as it is essential for generating the necessary model details.
  • I have added relevant tests (if necessary).
  • I have added comments in the code where needed.
  • This PR is submitted under Hacktoberfest.
  • This PR is submitted under GirlScript Summer of Code (GSSoC-Extd).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add "Comparison Mode" for Calculators
1 participant