Created
December 2, 2018 02:50
-
-
Save konstantint/b0e7d3af4943d8b472b70f18e77de97c to your computer and use it in GitHub Desktop.
Revisions
-
konstantint created this gist
Dec 2, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ select s.Key v1.AverageTimeSpent, v1.NumberOfClicks, v2.Country v3.Purchase as Target from vw_TrainSample s left join vw_BehaviourFeatures v1 on v1.Key = s.Key left join vw_ProfileFeatures v2 on v2.Key = s.Key left join vw_TargetFeatures v3 on v3.Key = s.Key