docs: general structure refactor#90
Conversation
… with algorithm overview
…metrics, and model optimization
…d community engagement options
…gorithms, metrics, and datasets
… and saving/loading processes
… configuration, evaluation, and saving/loading
|
available here: https://docs.pruna.ai/en/docs-general-structure-refactor/ |
begumcig
left a comment
There was a problem hiding this comment.
This looks fantastic! I really love the new structure for the API and user manuals, it’s so much clearer now. The graphs were especially super helpful for understanding how the modules fit together. I’ve just added a few small comments in the Evaluation section. Great work overall!!!
de885cf to
049278c
Compare
johannaSommer
left a comment
There was a problem hiding this comment.
I am in love with this documentation update, thanks a lot for all your hard work! Just left a few comments to consider in one more iteration, but its almost flawless already 🌻
- Updated test cases in `test_code_blocks.py` to dynamically generate parameters for user manuals and contributions, excluding the 'dataset' tutorial. - Improved maintainability by leveraging glob patterns to include all relevant `.rst` files.
… configuration, evaluation, and saving/loading
- Updated test cases in `test_code_blocks.py` to dynamically generate parameters for user manuals and contributions, excluding the 'dataset' tutorial. - Improved maintainability by leveraging glob patterns to include all relevant `.rst` files.
…, datasets, metrics, and model optimization - Added detailed guides for adding custom algorithms, datasets, and metrics to the user manual. - Introduced a comprehensive tutorial on optimizing models with Pruna, including step-by-step workflows and example use cases. - Updated existing documentation for clarity and consistency across sections.
…nsistency - Replaced empty entries with a standardized symbol (➖) to indicate algorithms that have an approximate same impact. - Adjusted the legend to reflect the updated symbols for improved understanding.
- Changed references from "compression algorithms" to "optimization algorithms" for consistency. - Updated installation link for pip to direct users to the correct page. - Removed redundant line breaks and improved formatting for better readability. - Enhanced the algorithm overview table with clearer descriptions and standardized symbols.
…PrunaAI/pruna into docs/general-structure-refactor
begumcig
left a comment
There was a problem hiding this comment.
Almost there! Left small notes
- Changed the reference from "PrunaModel" to "EvaluationAgent" to accurately reflect the evaluation process. - Ensured consistency in terminology within the evaluation workflow section.
- Changed "Stateless Metrics" to "Stateful Metrics" for accurate representation of metrics that maintain internal state across batches.
sharpenb
left a comment
There was a problem hiding this comment.
Thanks a lot for all the udpates! I left some small comments. I can be merged after they are fixed ( and the sister PR is merged) :)
…nd evaluation modes - Renamed section "Adding a Metric" to "Customize a Metric" for improved clarity. - Added details on pairwise evaluation mode options to the evaluation metrics section.
…c terminology - Updated the evaluation workflow diagram to clarify the relationships between components. - Changed terminology from "uses" to "is used by" for better accuracy. - Standardized metric type references and improved subgraph labeling for consistency.
- Added new styles for components B and C in the evaluation workflow diagram for better visual distinction. - Improved overall clarity of the diagram to aid user understanding of the evaluation process.
begumcig
left a comment
There was a problem hiding this comment.
Thank you so much for the fantastic work, genuinely excited about the new docs! 🥇🥇🥇
changed everything already
|
@begumcig would you be able to re-do this from your account too? |

Description
Available https://docs.pruna.ai/en/docs-general-structure-refactor/
Related Issue
Fixes #55
Type of Change
How Has This Been Tested?
Checklist
Additional Notes