SlideShare a Scribd company logo
1 of 16
Download to read offline
Copyright © JMP Statistical Discovery LLC. All Rights Reserved.
KOREA
Enhancing Statistical Analysis:
Lee, Jongseon, Ph.D. /
The Synergy of JMP® and PythonTM
Institute of
Engineering Statistics
Competitors or Collaborators?
⚫ Many companies and colleges are choosing open sources
⚫ Is it a matter of cost or capability?
⚫ What choices are effective for companies?
⚫ What would be helpful for students?
SWOT Analysis: JMP vs. Python
STRENGTH WEAKNESS
OPPORTUNITY THREAT
• User-friendly GUI
• Statistical Analysis
• Visualization
• Integration with SAS
• Education & Training
• Industry-specific
Application
• Cost
• Scalability
• Handling
• Competition from
Open Source
• Technological
Advancements
STRENGTH WEAKNESS
OPPORTUNITY THREAT
• Variety of Libraries
• Open Source(Free)
• Scalability
• Versatility
• Growth in AI & ML
• Growing Community
• Learning Curve
• Speed
• Competition from
Other Languages
• Complexity
Need more high-level data analyst
In-house
Data
Analyst(%)
1980s 2000s 2030s 2040s 2050s
High-Level
Low-Level
In what capacity do I primarily serve
professionally?
Python Code…
Data Pre-
processing
Missing Values
Outlier
Engineering
skills
Machine Learning
AI etc.
I am “엔지니어”
Waste Time and Money
⚫ Training data analysts like Six Sigma deployments?
⚫ Sending engineers to the university to train a data analyst?
⚫ Everyone expects to be a Python expert, but not everyone
Most of engineers are low-end data analyst, so…
You can succeed by either
Overcoming the fear of the unknown
or
Stimulating the curiosity of the familiar
What to do something with Python
Everything! But Python is NOT a statistical solution
⚫ Web Development: 23%
⚫ Data Analysis: 16%
⚫ DevOps/System Administration/Writing Automation Scripts: 14%
⚫ Other fields, such as Machine Learning, Software Testing, and Educational Purposes,
have lower percentages, each below 10%
From Python Developers Survey 2022 results
Why still need JMP®
⚫ Many analyses using sample(small) data are still being done by
businesses(SPC, DOE etc.)
⚫ Accuracy and Time save
⚫ Insightful visual examination continues to be essential
⚫ Cost-effective convenience
Python ML in JMP®
Easier to use Python in JMP®
Python init();
Python Connect();
dt = open(“C:example.jmp”);
python send(dt);
Python Submit(“[
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
python command…
]”);
Python Submit(“[
mydt = jmp.DataTable(“jmp_dt”)
Python Submit(“[
jmp.run_jsl(‘JSL_script’)
python command…
]”);
No configuration, No declaration
# Open jmp data table
# Execute JMP scripts
Reference
https://youtu.be/q47TbEExJ2U?si=19oidfWdRB2I_bRa
https://youtu.be/QLQQXFzjufQ?si=PI8UZT_7JgrPUiWJ
https://youtu.be/QUz46etYpik?si=kAz9LhsIFsy8jCMY
https://youtu.be/jLAbQk9iEEE?si=kmWpRfJMgh7ITz-J
Training course to join JMP and Python
⚫ Most statistical analysis techniques are taught by JMP®
⚫ Use Python to analyze special techniques related to machine
learning
⚫ For integrating these two parts, focusing on the data types
exchanging data with each other
⚫ Automating analytics with JMP add-in
Harmony
Pilot Test and Analysis
Module
Module
Module
Pilot Test and Analysis
Pilot Test and Analysis
:
:
Pilot Test and Analysis
Analytic Product
(JMP Add-in or Python installer)
Copyright © JMP Statistical Discovery LLC. All rights reserved.
KOREA

More Related Content

What's hot

PyTorchLightning ベース Hydra+MLFlow+Optuna による機械学習開発環境の構築
PyTorchLightning ベース Hydra+MLFlow+Optuna による機械学習開発環境の構築PyTorchLightning ベース Hydra+MLFlow+Optuna による機械学習開発環境の構築
PyTorchLightning ベース Hydra+MLFlow+Optuna による機械学習開発環境の構築Kosuke Shinoda
 
【DL輪読会】Domain Generalization by Learning and Removing Domainspecific Features
【DL輪読会】Domain Generalization by Learning and Removing Domainspecific Features【DL輪読会】Domain Generalization by Learning and Removing Domainspecific Features
【DL輪読会】Domain Generalization by Learning and Removing Domainspecific FeaturesDeep Learning JP
 
Jubatus Casual Talks #2 異常検知入門
Jubatus Casual Talks #2 異常検知入門Jubatus Casual Talks #2 異常検知入門
Jubatus Casual Talks #2 異常検知入門Shohei Hido
 
딥 러닝 자연어 처리를 학습을 위한 파워포인트. (Deep Learning for Natural Language Processing)
딥 러닝 자연어 처리를 학습을 위한 파워포인트. (Deep Learning for Natural Language Processing)딥 러닝 자연어 처리를 학습을 위한 파워포인트. (Deep Learning for Natural Language Processing)
딥 러닝 자연어 처리를 학습을 위한 파워포인트. (Deep Learning for Natural Language Processing)WON JOON YOO
 
多目的強凸最適化のパレート集合のトポロジー
多目的強凸最適化のパレート集合のトポロジー多目的強凸最適化のパレート集合のトポロジー
多目的強凸最適化のパレート集合のトポロジーKLab Inc. / Tech
 
10分でわかる主成分分析(PCA)
10分でわかる主成分分析(PCA)10分でわかる主成分分析(PCA)
10分でわかる主成分分析(PCA)Takanori Ogata
 
【輪読会】実践的データ基盤への処方箋
【輪読会】実践的データ基盤への処方箋【輪読会】実践的データ基盤への処方箋
【輪読会】実践的データ基盤への処方箋Momota Sasaki
 
自然言語処理を 役立てるのはなぜ難しいのか(2022/10/25東大大学院「自然言語処理応用」)
自然言語処理を 役立てるのはなぜ難しいのか(2022/10/25東大大学院「自然言語処理応用」)自然言語処理を 役立てるのはなぜ難しいのか(2022/10/25東大大学院「自然言語処理応用」)
自然言語処理を 役立てるのはなぜ難しいのか(2022/10/25東大大学院「自然言語処理応用」)Preferred Networks
 
boosting 기법 이해 (bagging vs boosting)
boosting 기법 이해 (bagging vs boosting)boosting 기법 이해 (bagging vs boosting)
boosting 기법 이해 (bagging vs boosting)SANG WON PARK
 
深層学習の数理:カーネル法, スパース推定との接点
深層学習の数理:カーネル法, スパース推定との接点深層学習の数理:カーネル法, スパース推定との接点
深層学習の数理:カーネル法, スパース推定との接点Taiji Suzuki
 
파이콘 한국 2019 튜토리얼 - SHAP (Part 3)
파이콘 한국 2019 튜토리얼 -  SHAP (Part 3)파이콘 한국 2019 튜토리얼 -  SHAP (Part 3)
파이콘 한국 2019 튜토리얼 - SHAP (Part 3)XAIC
 
「はじめてでもわかる RandomForest 入門-集団学習による分類・予測 -」 -第7回データマイニング+WEB勉強会@東京
「はじめてでもわかる RandomForest 入門-集団学習による分類・予測 -」 -第7回データマイニング+WEB勉強会@東京「はじめてでもわかる RandomForest 入門-集団学習による分類・予測 -」 -第7回データマイニング+WEB勉強会@東京
「はじめてでもわかる RandomForest 入門-集団学習による分類・予測 -」 -第7回データマイニング+WEB勉強会@東京Koichi Hamada
 
多変量解析を用いたメタボロームデータ解析
多変量解析を用いたメタボロームデータ解析多変量解析を用いたメタボロームデータ解析
多変量解析を用いたメタボロームデータ解析h_yama2396
 
最近のKaggleに学ぶテーブルデータの特徴量エンジニアリング
最近のKaggleに学ぶテーブルデータの特徴量エンジニアリング最近のKaggleに学ぶテーブルデータの特徴量エンジニアリング
最近のKaggleに学ぶテーブルデータの特徴量エンジニアリングmlm_kansai
 
機械学習モデルのハイパパラメータ最適化
機械学習モデルのハイパパラメータ最適化機械学習モデルのハイパパラメータ最適化
機械学習モデルのハイパパラメータ最適化gree_tech
 
FDRの使い方 (Kashiwa.R #3)
FDRの使い方 (Kashiwa.R #3)FDRの使い方 (Kashiwa.R #3)
FDRの使い方 (Kashiwa.R #3)Haruka Ozaki
 
フリーソフトウェアを通じた多変量解析講習
フリーソフトウェアを通じた多変量解析講習フリーソフトウェアを通じた多変量解析講習
フリーソフトウェアを通じた多変量解析講習h_yama2396
 
U-Net: Convolutional Networks for Biomedical Image Segmentationの紹介
U-Net: Convolutional Networks for Biomedical Image Segmentationの紹介U-Net: Convolutional Networks for Biomedical Image Segmentationの紹介
U-Net: Convolutional Networks for Biomedical Image Segmentationの紹介KCS Keio Computer Society
 

What's hot (20)

能動学習セミナー
能動学習セミナー能動学習セミナー
能動学習セミナー
 
PyTorchLightning ベース Hydra+MLFlow+Optuna による機械学習開発環境の構築
PyTorchLightning ベース Hydra+MLFlow+Optuna による機械学習開発環境の構築PyTorchLightning ベース Hydra+MLFlow+Optuna による機械学習開発環境の構築
PyTorchLightning ベース Hydra+MLFlow+Optuna による機械学習開発環境の構築
 
【DL輪読会】Domain Generalization by Learning and Removing Domainspecific Features
【DL輪読会】Domain Generalization by Learning and Removing Domainspecific Features【DL輪読会】Domain Generalization by Learning and Removing Domainspecific Features
【DL輪読会】Domain Generalization by Learning and Removing Domainspecific Features
 
Jubatus Casual Talks #2 異常検知入門
Jubatus Casual Talks #2 異常検知入門Jubatus Casual Talks #2 異常検知入門
Jubatus Casual Talks #2 異常検知入門
 
딥 러닝 자연어 처리를 학습을 위한 파워포인트. (Deep Learning for Natural Language Processing)
딥 러닝 자연어 처리를 학습을 위한 파워포인트. (Deep Learning for Natural Language Processing)딥 러닝 자연어 처리를 학습을 위한 파워포인트. (Deep Learning for Natural Language Processing)
딥 러닝 자연어 처리를 학습을 위한 파워포인트. (Deep Learning for Natural Language Processing)
 
多目的強凸最適化のパレート集合のトポロジー
多目的強凸最適化のパレート集合のトポロジー多目的強凸最適化のパレート集合のトポロジー
多目的強凸最適化のパレート集合のトポロジー
 
主成分分析
主成分分析主成分分析
主成分分析
 
10分でわかる主成分分析(PCA)
10分でわかる主成分分析(PCA)10分でわかる主成分分析(PCA)
10分でわかる主成分分析(PCA)
 
【輪読会】実践的データ基盤への処方箋
【輪読会】実践的データ基盤への処方箋【輪読会】実践的データ基盤への処方箋
【輪読会】実践的データ基盤への処方箋
 
自然言語処理を 役立てるのはなぜ難しいのか(2022/10/25東大大学院「自然言語処理応用」)
自然言語処理を 役立てるのはなぜ難しいのか(2022/10/25東大大学院「自然言語処理応用」)自然言語処理を 役立てるのはなぜ難しいのか(2022/10/25東大大学院「自然言語処理応用」)
自然言語処理を 役立てるのはなぜ難しいのか(2022/10/25東大大学院「自然言語処理応用」)
 
boosting 기법 이해 (bagging vs boosting)
boosting 기법 이해 (bagging vs boosting)boosting 기법 이해 (bagging vs boosting)
boosting 기법 이해 (bagging vs boosting)
 
深層学習の数理:カーネル法, スパース推定との接点
深層学習の数理:カーネル法, スパース推定との接点深層学習の数理:カーネル法, スパース推定との接点
深層学習の数理:カーネル法, スパース推定との接点
 
파이콘 한국 2019 튜토리얼 - SHAP (Part 3)
파이콘 한국 2019 튜토리얼 -  SHAP (Part 3)파이콘 한국 2019 튜토리얼 -  SHAP (Part 3)
파이콘 한국 2019 튜토리얼 - SHAP (Part 3)
 
「はじめてでもわかる RandomForest 入門-集団学習による分類・予測 -」 -第7回データマイニング+WEB勉強会@東京
「はじめてでもわかる RandomForest 入門-集団学習による分類・予測 -」 -第7回データマイニング+WEB勉強会@東京「はじめてでもわかる RandomForest 入門-集団学習による分類・予測 -」 -第7回データマイニング+WEB勉強会@東京
「はじめてでもわかる RandomForest 入門-集団学習による分類・予測 -」 -第7回データマイニング+WEB勉強会@東京
 
多変量解析を用いたメタボロームデータ解析
多変量解析を用いたメタボロームデータ解析多変量解析を用いたメタボロームデータ解析
多変量解析を用いたメタボロームデータ解析
 
最近のKaggleに学ぶテーブルデータの特徴量エンジニアリング
最近のKaggleに学ぶテーブルデータの特徴量エンジニアリング最近のKaggleに学ぶテーブルデータの特徴量エンジニアリング
最近のKaggleに学ぶテーブルデータの特徴量エンジニアリング
 
機械学習モデルのハイパパラメータ最適化
機械学習モデルのハイパパラメータ最適化機械学習モデルのハイパパラメータ最適化
機械学習モデルのハイパパラメータ最適化
 
FDRの使い方 (Kashiwa.R #3)
FDRの使い方 (Kashiwa.R #3)FDRの使い方 (Kashiwa.R #3)
FDRの使い方 (Kashiwa.R #3)
 
フリーソフトウェアを通じた多変量解析講習
フリーソフトウェアを通じた多変量解析講習フリーソフトウェアを通じた多変量解析講習
フリーソフトウェアを通じた多変量解析講習
 
U-Net: Convolutional Networks for Biomedical Image Segmentationの紹介
U-Net: Convolutional Networks for Biomedical Image Segmentationの紹介U-Net: Convolutional Networks for Biomedical Image Segmentationの紹介
U-Net: Convolutional Networks for Biomedical Image Segmentationの紹介
 

Similar to 기조강연 4: 통계분석능력의 강화 (IES 이종선 박사)

Data Workflows for Machine Learning - Seattle DAML
Data Workflows for Machine Learning - Seattle DAMLData Workflows for Machine Learning - Seattle DAML
Data Workflows for Machine Learning - Seattle DAMLPaco Nathan
 
Data Workflows for Machine Learning - SF Bay Area ML
Data Workflows for Machine Learning - SF Bay Area MLData Workflows for Machine Learning - SF Bay Area ML
Data Workflows for Machine Learning - SF Bay Area MLPaco Nathan
 
Overview of Data Science
Overview of Data ScienceOverview of Data Science
Overview of Data ScienceKwan-yuet Ho
 
Washington DC DataOps Meetup -- Nov 2019
Washington DC DataOps Meetup   -- Nov 2019Washington DC DataOps Meetup   -- Nov 2019
Washington DC DataOps Meetup -- Nov 2019DataKitchen
 
What AI can do for your business
What AI can do for your businessWhat AI can do for your business
What AI can do for your businessThomas Lee
 
OSCON 2014: Data Workflows for Machine Learning
OSCON 2014: Data Workflows for Machine LearningOSCON 2014: Data Workflows for Machine Learning
OSCON 2014: Data Workflows for Machine LearningPaco Nathan
 
AI in the Enterprise
AI in the EnterpriseAI in the Enterprise
AI in the EnterpriseRon Bodkin
 
Nonprofits + Data: Pathway to Innovation
Nonprofits + Data: Pathway to InnovationNonprofits + Data: Pathway to Innovation
Nonprofits + Data: Pathway to InnovationTim Sarrantonio
 
How is ChatGPT and AI Revolutionizing Adaptive Project Portfolio Management
How is ChatGPT and AI Revolutionizing Adaptive Project Portfolio ManagementHow is ChatGPT and AI Revolutionizing Adaptive Project Portfolio Management
How is ChatGPT and AI Revolutionizing Adaptive Project Portfolio ManagementOnePlan Solutions
 
Data Analytics Webinar for Aspirants
Data Analytics Webinar for AspirantsData Analytics Webinar for Aspirants
Data Analytics Webinar for AspirantsPrakash Pimpale
 
From Data Science to MLOps
From Data Science to MLOpsFrom Data Science to MLOps
From Data Science to MLOpsCarl W. Handlin
 
Foundation for accelerating digital development—Two-speed IT
Foundation for accelerating digital development—Two-speed ITFoundation for accelerating digital development—Two-speed IT
Foundation for accelerating digital development—Two-speed ITApigee | Google Cloud
 
Career options in Artificial Intelligence : 2020
Career options in Artificial Intelligence : 2020Career options in Artificial Intelligence : 2020
Career options in Artificial Intelligence : 2020Venkatarangan Thirumalai
 
Rsqrd AI: From R&D to ROI of AI
Rsqrd AI: From R&D to ROI of AIRsqrd AI: From R&D to ROI of AI
Rsqrd AI: From R&D to ROI of AISanjana Chowdhury
 
Ai progress = leaderboards compute data algorithms 20180817 v3
Ai progress = leaderboards compute data algorithms 20180817 v3Ai progress = leaderboards compute data algorithms 20180817 v3
Ai progress = leaderboards compute data algorithms 20180817 v3ISSIP
 
World Domination with Pentaho EE?
World Domination with Pentaho EE?World Domination with Pentaho EE?
World Domination with Pentaho EE?Jos van Dongen
 
Achieving Business Transformation with UiPath RPA
Achieving Business Transformation with UiPath RPAAchieving Business Transformation with UiPath RPA
Achieving Business Transformation with UiPath RPACelonis
 
How to Add Test Automation to your Quality Assurance Toolbelt
How to Add Test Automation to your Quality Assurance ToolbeltHow to Add Test Automation to your Quality Assurance Toolbelt
How to Add Test Automation to your Quality Assurance ToolbeltBrett Tramposh
 
Maintainable Machine Learning Products
Maintainable Machine Learning ProductsMaintainable Machine Learning Products
Maintainable Machine Learning ProductsAndrew Musselman
 

Similar to 기조강연 4: 통계분석능력의 강화 (IES 이종선 박사) (20)

Data Workflows for Machine Learning - Seattle DAML
Data Workflows for Machine Learning - Seattle DAMLData Workflows for Machine Learning - Seattle DAML
Data Workflows for Machine Learning - Seattle DAML
 
Data Workflows for Machine Learning - SF Bay Area ML
Data Workflows for Machine Learning - SF Bay Area MLData Workflows for Machine Learning - SF Bay Area ML
Data Workflows for Machine Learning - SF Bay Area ML
 
Brochure
BrochureBrochure
Brochure
 
Overview of Data Science
Overview of Data ScienceOverview of Data Science
Overview of Data Science
 
Washington DC DataOps Meetup -- Nov 2019
Washington DC DataOps Meetup   -- Nov 2019Washington DC DataOps Meetup   -- Nov 2019
Washington DC DataOps Meetup -- Nov 2019
 
What AI can do for your business
What AI can do for your businessWhat AI can do for your business
What AI can do for your business
 
OSCON 2014: Data Workflows for Machine Learning
OSCON 2014: Data Workflows for Machine LearningOSCON 2014: Data Workflows for Machine Learning
OSCON 2014: Data Workflows for Machine Learning
 
AI in the Enterprise
AI in the EnterpriseAI in the Enterprise
AI in the Enterprise
 
Nonprofits + Data: Pathway to Innovation
Nonprofits + Data: Pathway to InnovationNonprofits + Data: Pathway to Innovation
Nonprofits + Data: Pathway to Innovation
 
How is ChatGPT and AI Revolutionizing Adaptive Project Portfolio Management
How is ChatGPT and AI Revolutionizing Adaptive Project Portfolio ManagementHow is ChatGPT and AI Revolutionizing Adaptive Project Portfolio Management
How is ChatGPT and AI Revolutionizing Adaptive Project Portfolio Management
 
Data Analytics Webinar for Aspirants
Data Analytics Webinar for AspirantsData Analytics Webinar for Aspirants
Data Analytics Webinar for Aspirants
 
From Data Science to MLOps
From Data Science to MLOpsFrom Data Science to MLOps
From Data Science to MLOps
 
Foundation for accelerating digital development—Two-speed IT
Foundation for accelerating digital development—Two-speed ITFoundation for accelerating digital development—Two-speed IT
Foundation for accelerating digital development—Two-speed IT
 
Career options in Artificial Intelligence : 2020
Career options in Artificial Intelligence : 2020Career options in Artificial Intelligence : 2020
Career options in Artificial Intelligence : 2020
 
Rsqrd AI: From R&D to ROI of AI
Rsqrd AI: From R&D to ROI of AIRsqrd AI: From R&D to ROI of AI
Rsqrd AI: From R&D to ROI of AI
 
Ai progress = leaderboards compute data algorithms 20180817 v3
Ai progress = leaderboards compute data algorithms 20180817 v3Ai progress = leaderboards compute data algorithms 20180817 v3
Ai progress = leaderboards compute data algorithms 20180817 v3
 
World Domination with Pentaho EE?
World Domination with Pentaho EE?World Domination with Pentaho EE?
World Domination with Pentaho EE?
 
Achieving Business Transformation with UiPath RPA
Achieving Business Transformation with UiPath RPAAchieving Business Transformation with UiPath RPA
Achieving Business Transformation with UiPath RPA
 
How to Add Test Automation to your Quality Assurance Toolbelt
How to Add Test Automation to your Quality Assurance ToolbeltHow to Add Test Automation to your Quality Assurance Toolbelt
How to Add Test Automation to your Quality Assurance Toolbelt
 
Maintainable Machine Learning Products
Maintainable Machine Learning ProductsMaintainable Machine Learning Products
Maintainable Machine Learning Products
 

More from JMP Korea

Agenda (English)
Agenda (English)Agenda (English)
Agenda (English)JMP Korea
 
Agenda (한글)
Agenda (한글)Agenda (한글)
Agenda (한글)JMP Korea
 
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Aurora Tiffany-Davis)
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Aurora Tiffany-Davis)기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Aurora Tiffany-Davis)
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Aurora Tiffany-Davis)JMP Korea
 
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Dan Valente)
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Dan Valente)기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Dan Valente)
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Dan Valente)JMP Korea
 
기조강연3: 실험설계의 강화 - 단순함에서 정교함으로 (JMP Ryan Lekivetz & Elizabeth Claassen)
기조강연3: 실험설계의 강화 - 단순함에서 정교함으로 (JMP Ryan Lekivetz & Elizabeth Claassen)기조강연3: 실험설계의 강화 - 단순함에서 정교함으로 (JMP Ryan Lekivetz & Elizabeth Claassen)
기조강연3: 실험설계의 강화 - 단순함에서 정교함으로 (JMP Ryan Lekivetz & Elizabeth Claassen)JMP Korea
 
2-3: 데이터분석 기반의 B2B 영업 (이노밸류 배용섭 대표)
2-3: 데이터분석 기반의 B2B 영업 (이노밸류 배용섭 대표)2-3: 데이터분석 기반의 B2B 영업 (이노밸류 배용섭 대표)
2-3: 데이터분석 기반의 B2B 영업 (이노밸류 배용섭 대표)JMP Korea
 
3-1: Semiconductor Wafer Test Fail Map Clustering and Data Mining Using JMP A...
3-1: Semiconductor Wafer Test Fail Map Clustering and Data Mining Using JMP A...3-1: Semiconductor Wafer Test Fail Map Clustering and Data Mining Using JMP A...
3-1: Semiconductor Wafer Test Fail Map Clustering and Data Mining Using JMP A...JMP Korea
 
4-3: 네거티브 디자인 개념을 활용한 군함 초기설계에 적용되는 디자인영역 탐색 (Team AP 김재준 책임)
4-3: 네거티브 디자인 개념을 활용한 군함 초기설계에 적용되는 디자인영역 탐색 (Team AP 김재준 책임)4-3: 네거티브 디자인 개념을 활용한 군함 초기설계에 적용되는 디자인영역 탐색 (Team AP 김재준 책임)
4-3: 네거티브 디자인 개념을 활용한 군함 초기설계에 적용되는 디자인영역 탐색 (Team AP 김재준 책임)JMP Korea
 
4-2: 제조 계측장비 비정형 데이터파일 기반으로 데이터변환 및 관리도분석 서비스 (한화오션 박진원 박사)
4-2: 제조 계측장비 비정형 데이터파일 기반으로 데이터변환 및 관리도분석 서비스 (한화오션 박진원 박사)4-2: 제조 계측장비 비정형 데이터파일 기반으로 데이터변환 및 관리도분석 서비스 (한화오션 박진원 박사)
4-2: 제조 계측장비 비정형 데이터파일 기반으로 데이터변환 및 관리도분석 서비스 (한화오션 박진원 박사)JMP Korea
 

More from JMP Korea (9)

Agenda (English)
Agenda (English)Agenda (English)
Agenda (English)
 
Agenda (한글)
Agenda (한글)Agenda (한글)
Agenda (한글)
 
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Aurora Tiffany-Davis)
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Aurora Tiffany-Davis)기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Aurora Tiffany-Davis)
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Aurora Tiffany-Davis)
 
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Dan Valente)
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Dan Valente)기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Dan Valente)
기조강연2: 조직의 업무를 보다 스마트하게 만들기 위한 엔지니어링 효율성 개선 (JMP Dan Valente)
 
기조강연3: 실험설계의 강화 - 단순함에서 정교함으로 (JMP Ryan Lekivetz & Elizabeth Claassen)
기조강연3: 실험설계의 강화 - 단순함에서 정교함으로 (JMP Ryan Lekivetz & Elizabeth Claassen)기조강연3: 실험설계의 강화 - 단순함에서 정교함으로 (JMP Ryan Lekivetz & Elizabeth Claassen)
기조강연3: 실험설계의 강화 - 단순함에서 정교함으로 (JMP Ryan Lekivetz & Elizabeth Claassen)
 
2-3: 데이터분석 기반의 B2B 영업 (이노밸류 배용섭 대표)
2-3: 데이터분석 기반의 B2B 영업 (이노밸류 배용섭 대표)2-3: 데이터분석 기반의 B2B 영업 (이노밸류 배용섭 대표)
2-3: 데이터분석 기반의 B2B 영업 (이노밸류 배용섭 대표)
 
3-1: Semiconductor Wafer Test Fail Map Clustering and Data Mining Using JMP A...
3-1: Semiconductor Wafer Test Fail Map Clustering and Data Mining Using JMP A...3-1: Semiconductor Wafer Test Fail Map Clustering and Data Mining Using JMP A...
3-1: Semiconductor Wafer Test Fail Map Clustering and Data Mining Using JMP A...
 
4-3: 네거티브 디자인 개념을 활용한 군함 초기설계에 적용되는 디자인영역 탐색 (Team AP 김재준 책임)
4-3: 네거티브 디자인 개념을 활용한 군함 초기설계에 적용되는 디자인영역 탐색 (Team AP 김재준 책임)4-3: 네거티브 디자인 개념을 활용한 군함 초기설계에 적용되는 디자인영역 탐색 (Team AP 김재준 책임)
4-3: 네거티브 디자인 개념을 활용한 군함 초기설계에 적용되는 디자인영역 탐색 (Team AP 김재준 책임)
 
4-2: 제조 계측장비 비정형 데이터파일 기반으로 데이터변환 및 관리도분석 서비스 (한화오션 박진원 박사)
4-2: 제조 계측장비 비정형 데이터파일 기반으로 데이터변환 및 관리도분석 서비스 (한화오션 박진원 박사)4-2: 제조 계측장비 비정형 데이터파일 기반으로 데이터변환 및 관리도분석 서비스 (한화오션 박진원 박사)
4-2: 제조 계측장비 비정형 데이터파일 기반으로 데이터변환 및 관리도분석 서비스 (한화오션 박진원 박사)
 

Recently uploaded

Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...soginsider
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 

Recently uploaded (20)

Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 

기조강연 4: 통계분석능력의 강화 (IES 이종선 박사)

  • 1. Copyright © JMP Statistical Discovery LLC. All Rights Reserved. KOREA
  • 2. Enhancing Statistical Analysis: Lee, Jongseon, Ph.D. / The Synergy of JMP® and PythonTM Institute of Engineering Statistics
  • 3. Competitors or Collaborators? ⚫ Many companies and colleges are choosing open sources ⚫ Is it a matter of cost or capability? ⚫ What choices are effective for companies? ⚫ What would be helpful for students?
  • 4. SWOT Analysis: JMP vs. Python STRENGTH WEAKNESS OPPORTUNITY THREAT • User-friendly GUI • Statistical Analysis • Visualization • Integration with SAS • Education & Training • Industry-specific Application • Cost • Scalability • Handling • Competition from Open Source • Technological Advancements STRENGTH WEAKNESS OPPORTUNITY THREAT • Variety of Libraries • Open Source(Free) • Scalability • Versatility • Growth in AI & ML • Growing Community • Learning Curve • Speed • Competition from Other Languages • Complexity
  • 5. Need more high-level data analyst In-house Data Analyst(%) 1980s 2000s 2030s 2040s 2050s High-Level Low-Level
  • 6. In what capacity do I primarily serve professionally? Python Code… Data Pre- processing Missing Values Outlier Engineering skills Machine Learning AI etc. I am “엔지니어”
  • 7. Waste Time and Money ⚫ Training data analysts like Six Sigma deployments? ⚫ Sending engineers to the university to train a data analyst? ⚫ Everyone expects to be a Python expert, but not everyone Most of engineers are low-end data analyst, so…
  • 8. You can succeed by either Overcoming the fear of the unknown or Stimulating the curiosity of the familiar
  • 9. What to do something with Python Everything! But Python is NOT a statistical solution ⚫ Web Development: 23% ⚫ Data Analysis: 16% ⚫ DevOps/System Administration/Writing Automation Scripts: 14% ⚫ Other fields, such as Machine Learning, Software Testing, and Educational Purposes, have lower percentages, each below 10% From Python Developers Survey 2022 results
  • 10. Why still need JMP® ⚫ Many analyses using sample(small) data are still being done by businesses(SPC, DOE etc.) ⚫ Accuracy and Time save ⚫ Insightful visual examination continues to be essential ⚫ Cost-effective convenience
  • 11. Python ML in JMP®
  • 12. Easier to use Python in JMP® Python init(); Python Connect(); dt = open(“C:example.jmp”); python send(dt); Python Submit(“[ import numpy as np import pandas as pd import matplotlib.pyplot as plt python command… ]”); Python Submit(“[ mydt = jmp.DataTable(“jmp_dt”) Python Submit(“[ jmp.run_jsl(‘JSL_script’) python command… ]”); No configuration, No declaration # Open jmp data table # Execute JMP scripts
  • 14. Training course to join JMP and Python ⚫ Most statistical analysis techniques are taught by JMP® ⚫ Use Python to analyze special techniques related to machine learning ⚫ For integrating these two parts, focusing on the data types exchanging data with each other ⚫ Automating analytics with JMP add-in
  • 15. Harmony Pilot Test and Analysis Module Module Module Pilot Test and Analysis Pilot Test and Analysis : : Pilot Test and Analysis Analytic Product (JMP Add-in or Python installer)
  • 16. Copyright © JMP Statistical Discovery LLC. All rights reserved. KOREA