{% extends "framework.html" %} {% block content %} {% block action_modals %} {% include "modals/objects/edit_user_modal.html" %} {% include "modals/objects/edit_password_modal.html" %} {% include "modals/collections/new_prediction_setting_modal.html" %} {% include "modals/objects/manage_api_token_modal.html" %} {% include "modals/objects/generic_delete_modal.html" %} {% endblock action_modals %}
On this page you can modify your account or set preferences such as prediction settings.
| Parameter | Value | ||||||
|---|---|---|---|---|---|---|---|
| Model |
|
||||||
| Rule Packages |
|
||||||
|
Max Nodes |
{{ user.default_setting.max_nodes }} |
||||||
|
Max Depth |
{{ user.default_setting.max_depth }} |
||||||