PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, July 13, 2022

[FIXED] how to automate principal component analysis and show on a web page, is it possible?

 July 13, 2022     automation, pca, web-deployment     No comments   

Issue

I have result of Dimension reduction using principal component method and I want to show that result on web portal by just making a web page where user select the variable and do analysis. I have ipynb file which is juypter notebook file. any solutions for this ??


Solution

Now I got the solution of this---

  1. First convert ipnyb file to py file and read that file in python environment and run the file.
  2. Output comes up
  3. get http response by using http web client api.
  4. Now Read the output data in any language you are comfort with. as I Read this using asp .net and python engine and made web portal using this file.


Answered By - Akash Tripathi
Answer Checked By - Clifford M. (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing