For the complete documentation index, see llms.txt. This page is also available as Markdown.

Load

Loads a previous trained Dark Matter algorithm from file.

def load(self, *, path: str = "weights", project_name: str | None = None) -> "DarkMatter"

Notes

  • The Dark Matter class parameters must match the original algorithm trained.

Last updated