-
Notifications
You must be signed in to change notification settings - Fork 46
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
updating docstring for memmodel.cluster.py #752
updating docstring for memmodel.cluster.py #752
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Please review the formatting of your '=' signs and it seems that your lines are too long for the black formatting.
@mail4umar please double check this PR and see if it is working on your side |
res = model_bkm.plot_tree() | ||
res.render(filename='figures/machine_learning_cluster_bisecting_kmeans', format='png') | ||
|
||
.. image:: SPHINX_DIRECTORY/figures/machine_learning_cluster_bisecting_kmeans.png |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the image directive uses source as the base path. so the image path should be relative.
.. image:: /../figures/machine_learning_cluster_bisecting_kmeans.png
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just the plot_tree fix is left
No description provided.