-
Notifications
You must be signed in to change notification settings - Fork 36
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
real_multi_modality #459
base: main
Are you sure you want to change the base?
real_multi_modality #459
Conversation
for more information, see https://pre-commit.ci
… celltype_annotation_automl
… celltype_annotation_automl
for more information, see https://pre-commit.ci
… celltype_annotation_automl
… celltype_annotation_automl
for more information, see https://pre-commit.ci
… celltype_annotation_automl
for more information, see https://pre-commit.ci
… celltype_annotation_automl
… celltype_annotation_automl
for more information, see https://pre-commit.ci
… celltype_annotation_automl
for more information, see https://pre-commit.ci
… celltype_annotation_automl
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
|
||
import functools | ||
|
||
|
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.
A decorator that modifies a class to add functionality for working with specific modalities (mod
) in a mudata
object.
examples/atlas/config/run_config.csv
Outdated
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.
Specify the dataset and algorithm parameters for the command generation script
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.
According to the search records of the query dataset, the results of using the optimal preprocessing processes of different atlas datasets on the query dataset are obtained.
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.
Compare the optimal preprocessing process of the dataset most similar to the query dataset on the atlas with the application results of other preprocessing processes on the query dataset.
examples/atlas/setup_run.py
Outdated
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.
Generate commands and run configurations based on algorithm and data set parameters, requiring command and run configuration templates.
examples/atlas/upload_data.py
Outdated
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.
Upload the locally stored dataset to Dropbox
examples/get_result_web.py
Outdated
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.
Retrieve local automatic machine learning search records, obtain the sweep_url of functions and processes, and the parameter configuration of the best method.
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 methods for obtaining the more important preprocessing functions of sweep and their combinations mainly include random forest method, apriori association analysis algorithm, and Kruskal-Wallis combined with Dunn test algorithm.
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.
Run Configuration Template
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 methods for obtaining the more important preprocessing functions of sweep and their combinations mainly include random forest method, apriori association analysis algorithm, and Kruskal-Wallis combined with Dunn test algorithm.
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.
Obtain and organize important preprocessing functions and their combinations through experimental results.
examples/result_analysis/get_num.py
Outdated
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.
Count the total number of experiment runs across different tasks in W&B project.
No description provided.