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

[Plotting question]: Pair-plot #48

Open
haesleinhuepf opened this issue Oct 22, 2024 · 1 comment
Open

[Plotting question]: Pair-plot #48

haesleinhuepf opened this issue Oct 22, 2024 · 1 comment
Assignees

Comments

@haesleinhuepf
Copy link
Owner

Simulate a dataset of 100 patients and three measurements. In a dataframe, the patients are rows and the measurements are columns. There is a fourth column where there is the stage classification (1, 2 or 3). Draw a pairplot of these measurements against each other and use the stage classification as hue.

git-bob try to do this.

@haesleinhuepf haesleinhuepf self-assigned this Oct 22, 2024
Copy link
Contributor

This message was generated by git-bob (version: 0.11.0, model: gpt-4o-2024-08-06, log), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully.

The changes made to the haesleinhuepf/git-bob-playground repository addressed Issue #48 by creating a Jupyter Notebook, which simulates a dataset of 100 patients with three measurements and a stage classification. The notebook generates a pair-plot of these measurements with the stage classification as the hue. Additionally, the pair-plot created by the notebook is saved as an image file.

  • pairplot.png An image of the pair-plot showing the simulated data with stage classification as hue was added.

  • pairplot_notebook.ipynb A Jupyter Notebook was created to simulate patient data and generate a pair-plot.

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

No branches or pull requests

1 participant