我正在使用// Evaluate model on training examples and compute training error
val valuesAndPreds = realout.map { point => val prediction = model.predict(point.features) (point.label, prediction) }
<console>:90: error: Double does not take parameters
val valuesAndPreds = realout.map { point => val prediction = model.predic
t(point.features) (point.label, prediction) }
^
来显示医生时间表的详细信息。这是我现在得到的输出。
我想以这种方式格式化
医院名称可用日期会议预约否
有人可以帮忙吗?
答案 0 :(得分:0)
我认为这里的方法是创建自己的PromptStyler,我在this answer中解释并使用AdaptiveCards创建一个很好的表格视图来显示您的选项并可能添加一个按钮。