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

Fixed README links #1765

Merged
merged 6 commits into from
Jul 17, 2022
Merged

Conversation

kishore-s-15
Copy link
Contributor

Closes #1756

Description: Fixed Project level and Vision README file links.

Copy link
Contributor

@shir22 shir22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for you contribution!

<p>Find outliers images with respect to the given properties. <a href="https://docs.deepchecks.com/dev/examples/vision/checks/distribution/image_property_outliers.html?utm_source=display_output&amp;utm_medium=referral&amp;utm_campaign=check_link" target="_blank">Read More...</a></p>
<p>
Find outliers images with respect to the given properties.
<a href="https://docs.deepchecks.com/en/stable/checks_gallery/vision/data_integrity/plot_image_property_outliers.html#sphx-glr-checks-gallery-vision-data-integrity-plot-image-property-outliers-py" target="_blank">Read More...</a>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<a href="https://docs.deepchecks.com/en/stable/checks_gallery/vision/data_integrity/plot_image_property_outliers.html#sphx-glr-checks-gallery-vision-data-integrity-plot-image-property-outliers-py" target="_blank">Read More...</a>
<a href="https://docs.deepchecks.com/en/stable/checks_gallery/vision/data_integrity/plot_image_property_outliers.html" target="_blank">Read More...</a>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

@@ -144,8 +141,7 @@ Example for a model evaluation check calculating mAP:
<h4>Mean Average Precision Report</h4>
<p>Summarize mean average precision metrics on a dataset
and model per IoU and area range.</p>
<a href="https://https://docs.deepchecks.com/en/stable/examples/vision/checks/performance/examples/plot_mean_average_precision_report.html
utm_source=display_output&utm_medium=referral&utm_campaign=readme_check_link" target="_blank">
<a href="https://docs.deepchecks.com/en/stable/checks_gallery/vision/model_evaluation/plot_mean_average_precision_report.html#sphx-glr-checks-gallery-vision-model-evaluation-plot-mean-average-precision-report-py" target="_blank">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<a href="https://docs.deepchecks.com/en/stable/checks_gallery/vision/model_evaluation/plot_mean_average_precision_report.html#sphx-glr-checks-gallery-vision-model-evaluation-plot-mean-average-precision-report-py" target="_blank">
<a href="https://docs.deepchecks.com/en/stable/checks_gallery/vision/model_evaluation/plot_mean_average_precision_report.html" target="_blank">

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better to link to the top of the page (so that also the link for downloading the code is clearer)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better to link to the top of the page (so that also the link for downloading the code is clearer)

@shir22 Should I have to make the mentinoned change ?

Copy link
Contributor

@shir22 shir22 Jul 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes @kishore-s-15 you can just commit my suggestions before merging

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure

@shir22 shir22 added documentation modification of the documentation / readme's bug labels Jul 15, 2022
Comment on lines 97 to 100
?utm_source=github.com&utm_medium=referral&utm_campaign=readme&utm_content=try_it_out>`_
- `Deepchecks for Simple Image Classification Tutorial (for data without model) <https://docs.deepchecks.com/stable/user-guide/vision/auto_tutorials/plot_simple_classification_tutorial.html>`_

- `Deepchecks for Object Detection Tutorial <https://docs.deepchecks.com/en/stable/tutorials/vision/examples/plot_detection_tutorial.html \
?utm_source=github.com&utm_medium=referral&utm_campaign=readme&utm_content=try_it_out>`_
- `Deepchecks for Object Detection Tutorial <https://docs.deepchecks.com/stable/user-guide/vision/auto_tutorials/plot_detection_tutorial.html>`_

- `Deepchecks for Classification Tutorial <https://docs.deepchecks.com/en/stable/tutorials/vision/examples/plot_classification_tutorial.html \
?utm_source=github.com&utm_medium=referral&utm_campaign=readme&utm_content=try_it_out>`_
- `Deepchecks for Classification Tutorial <https://docs.deepchecks.com/stable/user-guide/vision/auto_tutorials/plot_classification_tutorial.html>`_
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The UTM parameters are important for the validation of the readme quality. Can you keep them?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure

<p>Find outliers images with respect to the given properties. <a href="https://docs.deepchecks.com/dev/examples/vision/checks/distribution/image_property_outliers.html?utm_source=display_output&amp;utm_medium=referral&amp;utm_campaign=check_link" target="_blank">Read More...</a></p>
<p>
Find outliers images with respect to the given properties.
<a href="https://docs.deepchecks.com/en/stable/checks_gallery/vision/data_integrity/plot_image_property_outliers.html#sphx-glr-checks-gallery-vision-data-integrity-plot-image-property-outliers-py" target="_blank">Read More...</a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here (utm parameters)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I'll make the necessary changes

@kishore-s-15
Copy link
Contributor Author

@shir22 @ItayGabbay I have made the suggested changes. Kindly let me know if there are any more changes to be made.

@shir22
Copy link
Contributor

shir22 commented Jul 17, 2022

Great @kishore-s-15 thanks! note the one suggestion for correction I just added

Copy link
Member

@ItayGabbay ItayGabbay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! approving.
Thanks for your contribution :D

@ItayGabbay ItayGabbay enabled auto-merge (squash) July 17, 2022 08:48
@ItayGabbay ItayGabbay merged commit 0ed64e7 into deepchecks:main Jul 17, 2022
@shir22 shir22 mentioned this pull request Jul 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug documentation modification of the documentation / readme's
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Some of the links in README file not working or redirecting properly
3 participants