Select to view content in your preferred language

ERROR 120053 occurs when performing Generalized Linear regression.

833
1
03-21-2024 02:24 AM
Labels (2)
Shimintae
New Contributor

Shimintae_1-1711012761335.png

hello. I'm a novice in Arcgis. I'm running a regression now, and I'm getting ERROR 120053.

ERROR 000368: Invalid input data.
ERROR 120053: Parameter 'inputLayer' is not valid.

I get the above error message.


Is there any solution?

When I run the regression with the exported table, I get the result, but when I add the feature, I get the error like above.

 

Tags (1)
0 Kudos
1 Reply
ChristopherCounsell
MVP Regular Contributor

This is a generic error indicating that your input is invalid.

https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/120001-130000/tool-...

You need to check that the input is correctly formatted and the right data type.

Error ERROR 000368: Invalid input data furthers that your data is invalid. 

https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-statistics/generalized-linear-regres...

Use the Input Features parameter with a field representing the phenomena you are modeling (the Dependent Variable value) and one or more fields representing the Explanatory Variable(s) value. These fields must be numeric and have a range of values.

I would recommend:

  • If using Shapefiles, first import then into a file geodatabase and use these feature classes instead
  • Check that the values in the fields are populated and correct
  • Update to the latest version of ArcGIS Pro
  • Run the check geometry tool, or repair geometry tool
0 Kudos