Skip to content

Questions regarding import #1

Description

@BradKML
  1. There is no __init__.py for importing the library https://stackoverflow.com/a/21995949
  2. Currently there is no pre-loading the file from this library, might be a good idea to include code snippets like this:
import dload, dat
from divergent-association-task import dat
model_file = dload.save_unzip('http://nlp.stanford.edu/data/glove.840B.300d.zip')
nouns = dload.save('https://raw.githubusercontent.com/jayolson/divergent-association-task/main/words.txt')
model = dat.Model(model_file, nouns)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions