SlideShare una empresa de Scribd logo
1 de 37
Descargar para leer sin conexión
WIFI SSID:Spark+AISummit | Password: UnifiedDataAnalytics
Daniel Tomes, Databricks
Building A Feature
Factory
#UnifiedDataAnalytics #SparkAISummit
Me
3#UnifiedDataAnalytics #SparkAISummit
Me
• Norman, OK
– Undergrad OU –
SOONER
– Masters – OK State
• ConocoPhillips
• Raleigh, NC
• Cloudera
• Databricks
4#UnifiedDataAnalytics #SparkAISummit
Retail
•Channel
•Sales
•Costs
•Revenue
•Employee
•Vendor
•Coupon
•Campaign
Farming/Oil
•Geospatial
•IoT
•Weather
•Customer
•Equipment
•Service
•Gov
Fraud
Pattern
•Manipulation
•Market
•Purchases
•Contract
•Social
•Interaction
Ads
•Campaign
•Bids
•Social
Marketing
•Partners
•Sales
•Customer
•Region
•Competitor
•Loyalty
InfoSec
•Intrusions
•Octets
•ISPs
General
•Weather
•Geo
•Municipal
•Market
•Competitor
Implement
Through
Metrics
Metrics are easy:
Fewer
Better Defined
Better Documented
Likely been describing the
business for years
#UnifiedDataAnalytics #SparkAISummit 5
Grouping & Multiplying Concepts = Feature Engineering
Measure
FeatureMetric
Measure vs Metric vs Feature
6#UnifiedDataAnalytics #SparkAISummit
An individual measurable property or
characteristic of an observation.
A raw, aggregated or altered metric
that can provide predictive power in
pattern recognition, classification,
and regression.
Numbers or values that can
be summed and/or
averaged, such as sales,
leads, distances, durations,
temperatures, and weight
A quantifiable measure that
is used to track and assess
the status of a specific
process
Measure
31
FeatureMetric
Measure vs Metric vs Feature
7#UnifiedDataAnalytics #SparkAISummit
An individual measurable property or
characteristic of an observation.
A raw, aggregated or altered metric
that can provide predictive power in
pattern recognition, classification,
and regression.
Numbers or values that can
be summed and/or
averaged, such as sales,
leads, distances, durations,
temperatures, and weight
A quantifiable measure that
is used to track and assess
the status of a specific
process
Measure
31
Feature
Metric
+31
Country
Code
Measure vs Metric vs Feature
8#UnifiedDataAnalytics #SparkAISummit
An individual measurable property or
characteristic of an observation.
A raw, aggregated or altered metric
that can provide predictive power in
pattern recognition, classification,
and regression.
Numbers or values that can
be summed and/or
averaged, such as sales,
leads, distances, durations,
temperatures, and weight
A quantifiable measure that
is used to track and assess
the status of a specific
process
Measure
31
Feature
.002428571
Metric
+31
Country
Code
Measure vs Metric vs Feature
9#UnifiedDataAnalytics #SparkAISummit
An individual measurable property or
characteristic of an observation.
A raw, aggregated or altered metric
that can provide predictive power in
pattern recognition, classification,
and regression.
Numbers or values that can
be summed and/or
averaged, such as sales,
leads, distances, durations,
temperatures, and weight
A quantifiable measure that
is used to track and assess
the status of a specific
process
Identify Metrics & Features
Write code that writes code
Join, Union, Agg
Optimize
How It Goes
Identify data scope and scale
Understand target if applicable
Scope down to relevant data
Scope up to include more data
Explore available data
Understand data models
Understand business rules
10#UnifiedDataAnalytics #SparkAISummit
Modeling Data Filtering
Twisting (Sales X Time Ranges)
Tweaking (Scaling/Binning)
Clustering/PCA/Correlation
Pearson/Outlier
Model Stacking
Data Leaks
Model Tuning
Evaluation
Data ScientistData Engineer
Feature Factory
Identify data scope and scale
Understand target if applicable
Scope down to relevant data
Scope up to include more data
Explore available data
Understand data models
Understand business rules
11#UnifiedDataAnalytics #SparkAISummit
Modeling Data Filtering
Twisting (Sales X Time Ranges)
Tweaking (Scaling/Binning)
Clustering/PCA/Correlation
Pearson/Outlier
Model Stacking
Data Leaks
Model Tuning
Evaluation
Data ScientistData Engineer
Identify Metrics & Features
Write code that writes code
Join, Union, Agg
Optimize
End Result
12#UnifiedDataAnalytics #SparkAISummit
Concept
Feature
Set
Feature
Family
Feature
Factory
Base DF
Magic
Sauce
Why A Feature Factory
Rapidly prototype and deliver 1000s of features
Build them all and let science decide
13#UnifiedDataAnalytics #SparkAISummit
Univariate Selection Algorithms
Feature Importance Models (XGBoost)
Correlation Matrices
High-Dimensional PCA
Why A Feature Factory
Feature reusability
Consistent logic (joins and formulas)
Optimized feature generation
Process
Documentation – Finally!
Scalable (10K+ features)
14#UnifiedDataAnalytics #SparkAISummit
What Is A Feature Factory
Code Base - APIs
Accelerator – Configurable – Not OEM
Extensible & Customizable…Incomplete
15#UnifiedDataAnalytics #SparkAISummit
How It Works
Land the scaffolding
Gut the demo
Structure, Configure your Concepts
Initialize your data and your metrics
16#UnifiedDataAnalytics #SparkAISummit
Abstract Architecture
17#UnifiedDataAnalytics #SparkAISummit
Concrete Example (TPC-DS)
18#UnifiedDataAnalytics #SparkAISummit
Store Sales
Catalog Sales
Web Sales
Concrete Example (TPC-DS)
19#UnifiedDataAnalytics #SparkAISummit
Store Returns
Catalog Returns
Web Returns
TPC-DS Architecture
20#UnifiedDataAnalytics #SparkAISummit
Store
Web
Catalog
21#UnifiedDataAnalytics #SparkAISummit
Implemented
Architecture
Master Concept
Implemented Concept
Feature Family
Feature
Implementation
22#UnifiedDataAnalytics #SparkAISummit
2. Implement Store
1. Rename & Define Channel
3. Implement Feature Family
4. Implement Features
Process
1. Define the concept (channel)
2. Implement the concepts
3. Build Feature Families
4. Implement Features
Feature - Definition
23#UnifiedDataAnalytics #SparkAISummit
Store -> Sales -> Feature
Highlights - Multipliers
24#UnifiedDataAnalytics #SparkAISummit
Feature Families
– Sales
– Customer
– Weather
– Geo
Multipliers
– Time
– Categorical
– Trends
Base Metrics
(Sales/Customer)
Categorical
(Category)
Time Window
(Multiplier)
Base Metric
(Weather/Geo)
Total_Sales_6m_Sunny_Category-MensShoes
Total_Customers_3m_GeoRange_CheckoutMethod-Self
Highlights - Multipliers
25#UnifiedDataAnalytics #SparkAISummit
Sales Metrics (8)
Time Windows
1m 3m 6m 12m
1w 2w 3w 4w
Customer Metrics (8)
Categorical Dims
Item Category (8)
Demographics (12)
8 * 9 * 8 * 8 * 12 = 55,296 possible features & < 20 lines of code
Common Example
8 sales metrics * 4 time windows * 5 dims with avg of 12 distincts
8 * 4 * 5 * 12 = 1,920 features
Send to feature importance/selection process and pick top n
Highlights – Joiners/Groupers
26#UnifiedDataAnalytics #SparkAISummit
Automatic aggs/joins when features need it
Accurate & Optimized
Once & Only once
Highlights – Canned Data
27#UnifiedDataAnalytics #SparkAISummit
Where is relevant Data?
Just browse the data related to the concept
Highlights – Canned Data
30#UnifiedDataAnalytics #SparkAISummit
Where is relevant Data?
Just browse the data related to the concept
Highlights – Date/Time Manager
31#UnifiedDataAnalytics #SparkAISummit
Unified Time Definition
Define it once and be done with it
Simplified Filtering
Time-Based Splits (ML)
Highlights - Configs
32#UnifiedDataAnalytics #SparkAISummit
Time Helpers
Canned Data
Joiners
Mutable
Automatic
Shareable (save & load)
Enables Repeatability
Transparent
Extensible
Highlights – Easy Docs
33#UnifiedDataAnalytics #SparkAISummit
Add the docs to the Metrics
Add the docs to the multipliers
Features are now self-documenting
DEMO
34#UnifiedDataAnalytics #SparkAISummit
OPEN SOURCE
35#UnifiedDataAnalytics #SparkAISummit
Questions
36#UnifiedDataAnalytics #SparkAISummit
DON’T FORGET TO RATE
AND REVIEW THE SESSIONS
SEARCH SPARK + AI SUMMIT

Más contenido relacionado

La actualidad más candente

Cloud DW technology trends and considerations for enterprises to apply snowflake
Cloud DW technology trends and considerations for enterprises to apply snowflakeCloud DW technology trends and considerations for enterprises to apply snowflake
Cloud DW technology trends and considerations for enterprises to apply snowflake
SANG WON PARK
 
Data Mesh Part 4 Monolith to Mesh
Data Mesh Part 4 Monolith to MeshData Mesh Part 4 Monolith to Mesh
Data Mesh Part 4 Monolith to Mesh
Jeffrey T. Pollock
 

La actualidad más candente (20)

Activate Data Governance Using the Data Catalog
Activate Data Governance Using the Data CatalogActivate Data Governance Using the Data Catalog
Activate Data Governance Using the Data Catalog
 
Building a Self-Service Big Data Pipeline
Building a Self-Service Big Data PipelineBuilding a Self-Service Big Data Pipeline
Building a Self-Service Big Data Pipeline
 
Big Data & Hadoop Introduction
Big Data & Hadoop IntroductionBig Data & Hadoop Introduction
Big Data & Hadoop Introduction
 
MDM for Customer data with Talend
MDM for Customer data with Talend MDM for Customer data with Talend
MDM for Customer data with Talend
 
Data Warehouse or Data Lake, Which Do I Choose?
Data Warehouse or Data Lake, Which Do I Choose?Data Warehouse or Data Lake, Which Do I Choose?
Data Warehouse or Data Lake, Which Do I Choose?
 
You Need a Data Catalog. Do You Know Why?
You Need a Data Catalog. Do You Know Why?You Need a Data Catalog. Do You Know Why?
You Need a Data Catalog. Do You Know Why?
 
Building the Data Lake with Azure Data Factory and Data Lake Analytics
Building the Data Lake with Azure Data Factory and Data Lake AnalyticsBuilding the Data Lake with Azure Data Factory and Data Lake Analytics
Building the Data Lake with Azure Data Factory and Data Lake Analytics
 
Customer 360
Customer 360Customer 360
Customer 360
 
DMBOK and Data Governance
DMBOK and Data GovernanceDMBOK and Data Governance
DMBOK and Data Governance
 
DW Migration Webinar-March 2022.pptx
DW Migration Webinar-March 2022.pptxDW Migration Webinar-March 2022.pptx
DW Migration Webinar-March 2022.pptx
 
Definitive Guide to Select Right Data Warehouse (2020)
Definitive Guide to Select Right Data Warehouse (2020)Definitive Guide to Select Right Data Warehouse (2020)
Definitive Guide to Select Right Data Warehouse (2020)
 
Turning Raw Data Into Gold With A Data Lakehouse.pptx
Turning Raw Data Into Gold With A Data Lakehouse.pptxTurning Raw Data Into Gold With A Data Lakehouse.pptx
Turning Raw Data Into Gold With A Data Lakehouse.pptx
 
Big data architectures and the data lake
Big data architectures and the data lakeBig data architectures and the data lake
Big data architectures and the data lake
 
Master Data Management methodology
Master Data Management methodologyMaster Data Management methodology
Master Data Management methodology
 
What is ETL?
What is ETL?What is ETL?
What is ETL?
 
Best Practices in Metadata Management
Best Practices in Metadata ManagementBest Practices in Metadata Management
Best Practices in Metadata Management
 
RWDG: Measuring Data Governance Performance
RWDG: Measuring Data Governance PerformanceRWDG: Measuring Data Governance Performance
RWDG: Measuring Data Governance Performance
 
Cloud DW technology trends and considerations for enterprises to apply snowflake
Cloud DW technology trends and considerations for enterprises to apply snowflakeCloud DW technology trends and considerations for enterprises to apply snowflake
Cloud DW technology trends and considerations for enterprises to apply snowflake
 
NoSQL Architecture Overview
NoSQL Architecture OverviewNoSQL Architecture Overview
NoSQL Architecture Overview
 
Data Mesh Part 4 Monolith to Mesh
Data Mesh Part 4 Monolith to MeshData Mesh Part 4 Monolith to Mesh
Data Mesh Part 4 Monolith to Mesh
 

Similar a Building A Feature Factory

Hub16: VMware – Enabling business modeling and sales planning with Anaplan
Hub16: VMware – Enabling business modeling and sales planning with AnaplanHub16: VMware – Enabling business modeling and sales planning with Anaplan
Hub16: VMware – Enabling business modeling and sales planning with Anaplan
Anaplan
 
Integrated Marketing Analytics & Data-Driven Intelligence
Integrated Marketing Analytics & Data-Driven IntelligenceIntegrated Marketing Analytics & Data-Driven Intelligence
Integrated Marketing Analytics & Data-Driven Intelligence
Vivastream
 

Similar a Building A Feature Factory (20)

Deploying Enterprise Scale Deep Learning in Actuarial Modeling at Nationwide
Deploying Enterprise Scale Deep Learning in Actuarial Modeling at NationwideDeploying Enterprise Scale Deep Learning in Actuarial Modeling at Nationwide
Deploying Enterprise Scale Deep Learning in Actuarial Modeling at Nationwide
 
Retail Design
Retail DesignRetail Design
Retail Design
 
Improve Store Expansion (Territory Management Featuring)
Improve Store Expansion (Territory Management Featuring)Improve Store Expansion (Territory Management Featuring)
Improve Store Expansion (Territory Management Featuring)
 
The Data Opportunity - Make data your best asset
The Data Opportunity - Make data your best assetThe Data Opportunity - Make data your best asset
The Data Opportunity - Make data your best asset
 
Seagate
SeagateSeagate
Seagate
 
An Introduction to Bluetooth Beacon Technology - Part 2
An Introduction to Bluetooth Beacon Technology - Part 2An Introduction to Bluetooth Beacon Technology - Part 2
An Introduction to Bluetooth Beacon Technology - Part 2
 
Enabling the Cisco Decoder Ring
Enabling the Cisco Decoder RingEnabling the Cisco Decoder Ring
Enabling the Cisco Decoder Ring
 
Hub16: VMware – Enabling business modeling and sales planning with Anaplan
Hub16: VMware – Enabling business modeling and sales planning with AnaplanHub16: VMware – Enabling business modeling and sales planning with Anaplan
Hub16: VMware – Enabling business modeling and sales planning with Anaplan
 
Saas and Martech Impact to Modern Pricing - Haas MBA Spring 2016
Saas and Martech Impact to Modern Pricing - Haas MBA Spring 2016Saas and Martech Impact to Modern Pricing - Haas MBA Spring 2016
Saas and Martech Impact to Modern Pricing - Haas MBA Spring 2016
 
New Analytic Uses of Master Data Management in the Enterprise
New Analytic Uses of Master Data Management in the EnterpriseNew Analytic Uses of Master Data Management in the Enterprise
New Analytic Uses of Master Data Management in the Enterprise
 
20/10 Vision: Building A 21st Century Market Research Organization
20/10 Vision: Building A 21st Century Market Research Organization20/10 Vision: Building A 21st Century Market Research Organization
20/10 Vision: Building A 21st Century Market Research Organization
 
Implementing Advanced Analytics Platform
Implementing Advanced Analytics PlatformImplementing Advanced Analytics Platform
Implementing Advanced Analytics Platform
 
Taming data lake - scalable metrics model
Taming data lake - scalable metrics modelTaming data lake - scalable metrics model
Taming data lake - scalable metrics model
 
Entry Points – How to Get Rolling with Big Data Analytics
Entry Points – How to Get Rolling with Big Data AnalyticsEntry Points – How to Get Rolling with Big Data Analytics
Entry Points – How to Get Rolling with Big Data Analytics
 
ADV Slides: How to Improve Your Analytic Data Architecture Maturity
ADV Slides: How to Improve Your Analytic Data Architecture MaturityADV Slides: How to Improve Your Analytic Data Architecture Maturity
ADV Slides: How to Improve Your Analytic Data Architecture Maturity
 
Partners in Technology - Department of Transport and Main Roads
Partners in Technology - Department of Transport and Main RoadsPartners in Technology - Department of Transport and Main Roads
Partners in Technology - Department of Transport and Main Roads
 
The digital transformation of CPG and manufacturing
The digital transformation of CPG and manufacturingThe digital transformation of CPG and manufacturing
The digital transformation of CPG and manufacturing
 
Esouag r12 presentation
Esouag r12 presentationEsouag r12 presentation
Esouag r12 presentation
 
Taming the Data Lake with Scalable Metrics Model Framework
Taming the Data Lake with Scalable Metrics Model FrameworkTaming the Data Lake with Scalable Metrics Model Framework
Taming the Data Lake with Scalable Metrics Model Framework
 
Integrated Marketing Analytics & Data-Driven Intelligence
Integrated Marketing Analytics & Data-Driven IntelligenceIntegrated Marketing Analytics & Data-Driven Intelligence
Integrated Marketing Analytics & Data-Driven Intelligence
 

Más de Databricks

Democratizing Data Quality Through a Centralized Platform
Democratizing Data Quality Through a Centralized PlatformDemocratizing Data Quality Through a Centralized Platform
Democratizing Data Quality Through a Centralized Platform
Databricks
 
Stage Level Scheduling Improving Big Data and AI Integration
Stage Level Scheduling Improving Big Data and AI IntegrationStage Level Scheduling Improving Big Data and AI Integration
Stage Level Scheduling Improving Big Data and AI Integration
Databricks
 
Simplify Data Conversion from Spark to TensorFlow and PyTorch
Simplify Data Conversion from Spark to TensorFlow and PyTorchSimplify Data Conversion from Spark to TensorFlow and PyTorch
Simplify Data Conversion from Spark to TensorFlow and PyTorch
Databricks
 
Raven: End-to-end Optimization of ML Prediction Queries
Raven: End-to-end Optimization of ML Prediction QueriesRaven: End-to-end Optimization of ML Prediction Queries
Raven: End-to-end Optimization of ML Prediction Queries
Databricks
 
Processing Large Datasets for ADAS Applications using Apache Spark
Processing Large Datasets for ADAS Applications using Apache SparkProcessing Large Datasets for ADAS Applications using Apache Spark
Processing Large Datasets for ADAS Applications using Apache Spark
Databricks
 

Más de Databricks (20)

Data Lakehouse Symposium | Day 1 | Part 1
Data Lakehouse Symposium | Day 1 | Part 1Data Lakehouse Symposium | Day 1 | Part 1
Data Lakehouse Symposium | Day 1 | Part 1
 
Data Lakehouse Symposium | Day 1 | Part 2
Data Lakehouse Symposium | Day 1 | Part 2Data Lakehouse Symposium | Day 1 | Part 2
Data Lakehouse Symposium | Day 1 | Part 2
 
Data Lakehouse Symposium | Day 2
Data Lakehouse Symposium | Day 2Data Lakehouse Symposium | Day 2
Data Lakehouse Symposium | Day 2
 
Data Lakehouse Symposium | Day 4
Data Lakehouse Symposium | Day 4Data Lakehouse Symposium | Day 4
Data Lakehouse Symposium | Day 4
 
5 Critical Steps to Clean Your Data Swamp When Migrating Off of Hadoop
5 Critical Steps to Clean Your Data Swamp When Migrating Off of Hadoop5 Critical Steps to Clean Your Data Swamp When Migrating Off of Hadoop
5 Critical Steps to Clean Your Data Swamp When Migrating Off of Hadoop
 
Democratizing Data Quality Through a Centralized Platform
Democratizing Data Quality Through a Centralized PlatformDemocratizing Data Quality Through a Centralized Platform
Democratizing Data Quality Through a Centralized Platform
 
Learn to Use Databricks for Data Science
Learn to Use Databricks for Data ScienceLearn to Use Databricks for Data Science
Learn to Use Databricks for Data Science
 
Why APM Is Not the Same As ML Monitoring
Why APM Is Not the Same As ML MonitoringWhy APM Is Not the Same As ML Monitoring
Why APM Is Not the Same As ML Monitoring
 
The Function, the Context, and the Data—Enabling ML Ops at Stitch Fix
The Function, the Context, and the Data—Enabling ML Ops at Stitch FixThe Function, the Context, and the Data—Enabling ML Ops at Stitch Fix
The Function, the Context, and the Data—Enabling ML Ops at Stitch Fix
 
Stage Level Scheduling Improving Big Data and AI Integration
Stage Level Scheduling Improving Big Data and AI IntegrationStage Level Scheduling Improving Big Data and AI Integration
Stage Level Scheduling Improving Big Data and AI Integration
 
Simplify Data Conversion from Spark to TensorFlow and PyTorch
Simplify Data Conversion from Spark to TensorFlow and PyTorchSimplify Data Conversion from Spark to TensorFlow and PyTorch
Simplify Data Conversion from Spark to TensorFlow and PyTorch
 
Scaling your Data Pipelines with Apache Spark on Kubernetes
Scaling your Data Pipelines with Apache Spark on KubernetesScaling your Data Pipelines with Apache Spark on Kubernetes
Scaling your Data Pipelines with Apache Spark on Kubernetes
 
Scaling and Unifying SciKit Learn and Apache Spark Pipelines
Scaling and Unifying SciKit Learn and Apache Spark PipelinesScaling and Unifying SciKit Learn and Apache Spark Pipelines
Scaling and Unifying SciKit Learn and Apache Spark Pipelines
 
Sawtooth Windows for Feature Aggregations
Sawtooth Windows for Feature AggregationsSawtooth Windows for Feature Aggregations
Sawtooth Windows for Feature Aggregations
 
Redis + Apache Spark = Swiss Army Knife Meets Kitchen Sink
Redis + Apache Spark = Swiss Army Knife Meets Kitchen SinkRedis + Apache Spark = Swiss Army Knife Meets Kitchen Sink
Redis + Apache Spark = Swiss Army Knife Meets Kitchen Sink
 
Re-imagine Data Monitoring with whylogs and Spark
Re-imagine Data Monitoring with whylogs and SparkRe-imagine Data Monitoring with whylogs and Spark
Re-imagine Data Monitoring with whylogs and Spark
 
Raven: End-to-end Optimization of ML Prediction Queries
Raven: End-to-end Optimization of ML Prediction QueriesRaven: End-to-end Optimization of ML Prediction Queries
Raven: End-to-end Optimization of ML Prediction Queries
 
Processing Large Datasets for ADAS Applications using Apache Spark
Processing Large Datasets for ADAS Applications using Apache SparkProcessing Large Datasets for ADAS Applications using Apache Spark
Processing Large Datasets for ADAS Applications using Apache Spark
 
Massive Data Processing in Adobe Using Delta Lake
Massive Data Processing in Adobe Using Delta LakeMassive Data Processing in Adobe Using Delta Lake
Massive Data Processing in Adobe Using Delta Lake
 
Machine Learning CI/CD for Email Attack Detection
Machine Learning CI/CD for Email Attack DetectionMachine Learning CI/CD for Email Attack Detection
Machine Learning CI/CD for Email Attack Detection
 

Último

怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
vexqp
 
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
nirzagarg
 
Gartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxGartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptx
chadhar227
 
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Klinik kandungan
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1
ranjankumarbehera14
 
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
Health
 
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
vexqp
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
gajnagarg
 
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
nirzagarg
 
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
nirzagarg
 
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
vexqp
 
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
gajnagarg
 
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
vexqp
 

Último (20)

怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
 
Sequential and reinforcement learning for demand side management by Margaux B...
Sequential and reinforcement learning for demand side management by Margaux B...Sequential and reinforcement learning for demand side management by Margaux B...
Sequential and reinforcement learning for demand side management by Margaux B...
 
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
 
Gartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxGartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptx
 
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1
 
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
 
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
 
Ranking and Scoring Exercises for Research
Ranking and Scoring Exercises for ResearchRanking and Scoring Exercises for Research
Ranking and Scoring Exercises for Research
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
 
Digital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham WareDigital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham Ware
 
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
Capstone in Interprofessional Informatic // IMPACT OF COVID 19 ON EDUCATION
Capstone in Interprofessional Informatic  // IMPACT OF COVID 19 ON EDUCATIONCapstone in Interprofessional Informatic  // IMPACT OF COVID 19 ON EDUCATION
Capstone in Interprofessional Informatic // IMPACT OF COVID 19 ON EDUCATION
 
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
 
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
 
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
 
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book nowVadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
 
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
 

Building A Feature Factory