test(linear_regression_InitModelWithWeights_Too_Few_Labels,[error(_,system_error('The number of data points does not match the number of labels!'))]):-
test(linear_regression_InitModelWithWeights_Too_Many_Labels,[error(_,system_error('The number of data points does not match the number of labels!'))]):-
test(linear_regression_InitModelWithWeights_Too_Few_Weights,[error(_,system_error('The number of data points does not match the number of weights!'))]):-
test(linear_regression_InitModelWithWeights_Too_Many_Weights,[error(_,system_error('The number of data points does not match the number of weights!'))]):-
test(linear_regression_Predict_Diffrent_Dims_Than_Trained,[error(_,system_error('The given Points have a diffrent Dimension than the trained Model!'))]):-