SPSS Statistics

SPSS Statistics

Your hub for statistical analysis, data management, and data documentation. Connect, learn, and share with your peers! 

 View Only
Expand all | Collapse all

IBM SPSS Statistics error running Kernel Ridge Regression

  • 1.  IBM SPSS Statistics error running Kernel Ridge Regression

    Posted Tue January 02, 2024 01:55 PM

    I have IBM SPSS Statistics v 29.  When I attempt to run Kernal Ridge Regression I get the error message "Python is not installed or not configured properly."  I can run Python code wrapped in the "Begin program Python3...End program".  Any help would be greatly appreciated!



    ------------------------------
    Harrison Stanton
    ------------------------------


  • 2.  RE: IBM SPSS Statistics error running Kernel Ridge Regression

    Posted Tue January 02, 2024 02:57 PM
    Try running this to make sure that the package that KRR needs is installed.
    begin program python3.
    import sklearn
    print(sklearn)
    end program.

    --