Skip to content

New syntax for creating model from view #379

@StpMax

Description

@StpMax

At the moment creating model from view require a query to the view:

CREATE or replace MODEL model_name
FROM mindsdb (select * from  view)
PREDICT field_name

will be good to be able use mindsdb.view in the query:

CREATE or replace MODEL model_name
FROM mindsdb.view
PREDICT field_name

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions