mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 02:48:30 -05:00
ML - Fixed script formatting for prediction (#11767)
* Fixed script formatting for prediction
This commit is contained in:
@@ -20,13 +20,13 @@ export class ColumnsTable extends ModelViewBase implements IDataComponent<Predic
|
||||
private _parameters: PredictColumn[] = [];
|
||||
private _loader: azdata.LoadingComponent;
|
||||
private _dataTypes: string[] = [
|
||||
'bigint',
|
||||
'int',
|
||||
'smallint',
|
||||
'real',
|
||||
'float',
|
||||
'varchar(MAX)',
|
||||
'bit'
|
||||
'BIGINT',
|
||||
'INT',
|
||||
'SMALLINT',
|
||||
'REAL',
|
||||
'FLOAT',
|
||||
'VARCHAR(MAX)',
|
||||
'BIT'
|
||||
];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user