返回顶部
首页 > 资讯 > 错误编码 >ORA-40255: specified priors or weights table has an incorrect schema ORACLE 报错 故障修复 远程处理
  • 881
分享到

ORA-40255: specified priors or weights table has an incorrect schema ORACLE 报错 故障修复 远程处理

报错故障priors 2023-11-05 03:11:57 881人浏览 薄情痞子
摘要

文档解释 ORA-40255: specified priors or weights table has an incorrect schema Cause: The priors or class weights table whose

文档解释

ORA-40255: specified priors or weights table has an incorrect schema

Cause: The priors or class weights table whose name is specified in in the settings does not have the prescribed schema. A priors table should have the schema (target_value, prior_probability) and a class weights table should have the schema (target_value, class_weight)

Action: Modify the schema of the input priors or class weights table to match the ones provided above (also in the documentation).

官方解释

常见的原因是给定的表没有设置正确的先决条件,包括:表的列数应该与模型中指定的特征相符;如果表中的数据类型与模型中的特征的数据类型不一致;如果数据有缺失;或数据字符不合法,等原因可能会导致此错误。

正常处理方法及步骤为:

1.注意审阅表结构,检查表中列是否与模型定义的特征匹配,数据类型是否一致;

2.检查表中的数据,如果有缺失值,检查这些空值的来源,是否有定义的选项;

3.如果有字符非法,检查是否有空格,以及其他非法字符;

4.依次按照以上步骤进行校正,直到表结构满足要求,即可解决此错误。

--结束END--

本文标题: ORA-40255: specified priors or weights table has an incorrect schema ORACLE 报错 故障修复 远程处理

本文链接: https://lsjlt.com/news/531795.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作