delete_project

getml.engine.delete_project(name)[source]

Deletes a project.

Args:

name (str): Name of your project.

Raises:

TypeError: If any of the input arguments is of wrong type.

Note:

All data and models contained in the project directory will be permanently lost.