diff options
author | Sonja Galovic <galovicsonja@gmail.com> | 2022-04-10 23:03:44 +0200 |
---|---|---|
committer | Sonja Galovic <galovicsonja@gmail.com> | 2022-04-10 23:03:44 +0200 |
commit | 8097c0ced5e16657a92ca08fa788839147a4b56f (patch) | |
tree | 1c696748de1ee638ae4e6c8fb1e406e27f2d6f54 /frontend/src/app/_data/Experiment.ts | |
parent | 2c60aea56e74c4589227ee0d022453011adc772f (diff) |
Datasetovi - izmene i testiranje
Diffstat (limited to 'frontend/src/app/_data/Experiment.ts')
-rw-r--r-- | frontend/src/app/_data/Experiment.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/app/_data/Experiment.ts b/frontend/src/app/_data/Experiment.ts index aba9bb6e..a5aad218 100644 --- a/frontend/src/app/_data/Experiment.ts +++ b/frontend/src/app/_data/Experiment.ts @@ -6,7 +6,7 @@ export default class Experiment { public description: string = '', public datasetId: string = '', public inputColumns: string[] = [], - public columnToPredict: string = '', + public outputColumn: string = '', public nullValues: NullValueOptions = NullValueOptions.DeleteRows, public nullValuesReplacers: NullValReplacer[] = [], public dateCreated: Date = new Date(), |