-
Notifications
You must be signed in to change notification settings - Fork 17
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
Clustering: What are the most common mechanisms nature uses for a particular function? #130
Comments
Some interns a few years ago developed clusters of biology papers. Putting a link to the code here incase it is of use. https://github.com/nasa-petal/PeTaL/blob/legacy/petal/cluster.py |
-- coding: utf-8 --''' import pandas as pd ignore = pickle.load(open("petal/data/cluster/ignore/ignore.p", "rb")) def create_df0(text):
def make_doc_dict(doc_list, assoc_topics):
def make_topic_dict(model_list, feature_names, n_top_words):
def make_subset_dict(df):
def get_lemma(token):
[Continuation of other functions and script logic] |
While we wait to get mechanisms and function extracted using OpenAI, we can try out clustering algorithms using AskNature functions and summaries as an approximation of mechanism.
The text was updated successfully, but these errors were encountered: