> For the complete documentation index, see [llms.txt](https://ensemble-ai.gitbook.io/ensemble-ai-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ensemble-ai.gitbook.io/ensemble-ai-api-docs/dark-matter/load.md).

# Load

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

## Notes

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