Ensemble AI API Docs
  • Welcome to Ensemble!
  • Dark Matter
    • DarkMatterType
    • Fit
    • Generate
    • Save
    • Load
  • References
    • Explainability Mode
    • Ray for Dark Matter
    • The Dark Matter Environment
Powered by GitBook
On this page
  1. Dark Matter

Save

Saves the algorithm weights for future use.

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

Notes

  • Storage path will be created if necessary and is equivalent to ./{path}/{project_name}/.

PreviousGenerateNextLoad

Last updated 7 months ago