Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property defines the minimum threshold of records needed for training, impacting the quality of machine learning outcomes. |
| What area does it affect? |
Machine Learning Training |
| What does the default mean? |
The default value is "10000", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when adjusting training data sizes or optimizing model performance. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.platform_ml.api.csv_min_line |
| Sys ID |
ca476dc487012300c96c452c97cb0b5b |
| Type |
integer |
| Application |
Global |
| Default value |
10000 |
| Description |
Minimum number of records used in training |
| Updated |
2024-05-25 04:38:08 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... training glide.platform_ml.api.csv_max_line Sets the maximum number of records that can be used in Classification solution training. • Type: Integer • Default value: 300000 Minimum number of records used in training glide.platform_ml.api.csv_min_line Sets the minimum number of records required for Classification solution training. • Type: Integer • Default value: 10000 Maximum number of days worth of records on request can retrieve glide.platform_ml.api.csv_split_days ...
Related properties