├── .DS_Store ├── .gitattributes ├── AB TESTING Engagement Test ├── .DS_Store ├── Engagement_Test.zip └── Engagement_Test │ ├── test_table.csv │ └── user_table.csv ├── AB TESTING Spanish Translation with solution ├── Translation_Test.zip ├── test_table.csv └── user_table.csv ├── AB TESTING User Referral Program └── referral.csv ├── AB_TESTING Pricing Test ├── .DS_Store ├── .ipynb_checkpoints │ └── Untitled-checkpoint.ipynb ├── Pricing_Test.zip ├── Untitled.ipynb ├── test_results.csv └── user_table.csv ├── INSIGHTS Conversion Rate with solution ├── .ipynb_checkpoints │ └── Untitled-checkpoint.ipynb ├── Untitled.ipynb └── conversion_project.csv ├── INSIGHTS Employee Retention with solution ├── .ipynb_checkpoints │ └── Employee Retention-checkpoint.ipynb ├── Employee Retention.ipynb ├── Final presentation.pptx └── employee_retention.csv ├── INSIGHTS Funnel Analysis ├── .DS_Store ├── .ipynb_checkpoints │ └── Funnel_Analysis-checkpoint.ipynb ├── Funnel_Analysis.ipynb ├── Funnel_Analysis.zip ├── Time_Series_Temp.ipynb ├── home_page_table.csv ├── payment_confirmation_table.csv ├── payment_page_table.csv ├── search_page_table.csv └── user_table.csv ├── INSIGHTS Sessionize user activity └── city_searches.json ├── INSIGHTS Subscription Retention Rate └── subscription.csv ├── INSIGHTS Video Sharing Analysis └── video_sharing.zip ├── INSIGHTS Workplace Diversity Analysis └── diversity.zip ├── METRICS Ads Analysis └── ad_table.csv ├── METRICS Hotel Search Data └── url_list.txt ├── ML Applying for a loan ├── .DS_Store ├── loan.zip └── loan │ ├── borrower_table.csv │ └── loan_table.csv ├── ML Clustering Grocery Items └── grocery.zip ├── ML Credit Card Transactions └── credit_card.zip ├── ML Email Marketing Campaign ├── .DS_Store ├── .ipynb_checkpoints │ └── Email_Campain-checkpoint.ipynb ├── Email_Campain.ipynb ├── email.zip ├── email_opened_table.csv ├── email_table.csv └── link_clicked_table.csv ├── ML Identifying Fraudulent Activities with solution ├── .ipynb_checkpoints │ └── Fraud Activity-checkpoint.ipynb ├── Fraud Activity.ipynb ├── Fraud_Data.csv └── IpAddress_to_Country.csv ├── ML Optimization of Employee Shuttle Stops └── shuttle_stops.zip ├── ML Song Recommendation ├── .ipynb_checkpoints │ └── Song Recommendation-checkpoint.ipynb ├── Song Recommendation.ipynb └── song.json ├── README.md ├── Time_Series_Temp.py └── take home challenge.pdf /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/.gitattributes -------------------------------------------------------------------------------- /AB TESTING Engagement Test/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/AB TESTING Engagement Test/.DS_Store -------------------------------------------------------------------------------- /AB TESTING Engagement Test/Engagement_Test.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/AB TESTING Engagement Test/Engagement_Test.zip -------------------------------------------------------------------------------- /AB TESTING Engagement Test/Engagement_Test/test_table.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/AB TESTING Engagement Test/Engagement_Test/test_table.csv -------------------------------------------------------------------------------- /AB TESTING Engagement Test/Engagement_Test/user_table.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/AB TESTING Engagement Test/Engagement_Test/user_table.csv -------------------------------------------------------------------------------- /AB TESTING Spanish Translation with solution/Translation_Test.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/AB TESTING Spanish Translation with solution/Translation_Test.zip -------------------------------------------------------------------------------- /AB TESTING Spanish Translation with solution/test_table.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/AB TESTING Spanish Translation with solution/test_table.csv -------------------------------------------------------------------------------- /AB TESTING Spanish Translation with solution/user_table.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/AB TESTING Spanish Translation with solution/user_table.csv -------------------------------------------------------------------------------- /AB TESTING User Referral Program/referral.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/AB TESTING User Referral Program/referral.csv -------------------------------------------------------------------------------- /AB_TESTING Pricing Test/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/AB_TESTING Pricing Test/.DS_Store -------------------------------------------------------------------------------- /AB_TESTING Pricing Test/.ipynb_checkpoints/Untitled-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/AB_TESTING Pricing Test/.ipynb_checkpoints/Untitled-checkpoint.ipynb -------------------------------------------------------------------------------- /AB_TESTING Pricing Test/Pricing_Test.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/AB_TESTING Pricing Test/Pricing_Test.zip -------------------------------------------------------------------------------- /AB_TESTING Pricing Test/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/AB_TESTING Pricing Test/Untitled.ipynb -------------------------------------------------------------------------------- /AB_TESTING Pricing Test/test_results.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/AB_TESTING Pricing Test/test_results.csv -------------------------------------------------------------------------------- /AB_TESTING Pricing Test/user_table.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/AB_TESTING Pricing Test/user_table.csv -------------------------------------------------------------------------------- /INSIGHTS Conversion Rate with solution/.ipynb_checkpoints/Untitled-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/INSIGHTS Conversion Rate with solution/.ipynb_checkpoints/Untitled-checkpoint.ipynb -------------------------------------------------------------------------------- /INSIGHTS Conversion Rate with solution/Untitled.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/INSIGHTS Conversion Rate with solution/Untitled.ipynb -------------------------------------------------------------------------------- /INSIGHTS Conversion Rate with solution/conversion_project.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/INSIGHTS Conversion Rate with solution/conversion_project.csv -------------------------------------------------------------------------------- /INSIGHTS Employee Retention with solution/.ipynb_checkpoints/Employee Retention-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/INSIGHTS Employee Retention with solution/.ipynb_checkpoints/Employee Retention-checkpoint.ipynb -------------------------------------------------------------------------------- /INSIGHTS Employee Retention with solution/Employee Retention.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/INSIGHTS Employee Retention with solution/Employee Retention.ipynb -------------------------------------------------------------------------------- /INSIGHTS Employee Retention with solution/Final presentation.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/INSIGHTS Employee Retention with solution/Final presentation.pptx -------------------------------------------------------------------------------- /INSIGHTS Employee Retention with solution/employee_retention.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/INSIGHTS Employee Retention with solution/employee_retention.csv -------------------------------------------------------------------------------- /INSIGHTS Funnel Analysis/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/INSIGHTS Funnel Analysis/.DS_Store -------------------------------------------------------------------------------- /INSIGHTS Funnel Analysis/.ipynb_checkpoints/Funnel_Analysis-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/INSIGHTS Funnel Analysis/.ipynb_checkpoints/Funnel_Analysis-checkpoint.ipynb -------------------------------------------------------------------------------- /INSIGHTS Funnel Analysis/Funnel_Analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/INSIGHTS Funnel Analysis/Funnel_Analysis.ipynb -------------------------------------------------------------------------------- /INSIGHTS Funnel Analysis/Funnel_Analysis.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/INSIGHTS Funnel Analysis/Funnel_Analysis.zip -------------------------------------------------------------------------------- /INSIGHTS Funnel Analysis/Time_Series_Temp.ipynb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /INSIGHTS Funnel Analysis/home_page_table.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/INSIGHTS Funnel Analysis/home_page_table.csv -------------------------------------------------------------------------------- /INSIGHTS Funnel Analysis/payment_confirmation_table.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/INSIGHTS Funnel Analysis/payment_confirmation_table.csv -------------------------------------------------------------------------------- /INSIGHTS Funnel Analysis/payment_page_table.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/INSIGHTS Funnel Analysis/payment_page_table.csv -------------------------------------------------------------------------------- /INSIGHTS Funnel Analysis/search_page_table.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/INSIGHTS Funnel Analysis/search_page_table.csv -------------------------------------------------------------------------------- /INSIGHTS Funnel Analysis/user_table.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/INSIGHTS Funnel Analysis/user_table.csv -------------------------------------------------------------------------------- /INSIGHTS Sessionize user activity/city_searches.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/INSIGHTS Sessionize user activity/city_searches.json -------------------------------------------------------------------------------- /INSIGHTS Subscription Retention Rate/subscription.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/INSIGHTS Subscription Retention Rate/subscription.csv -------------------------------------------------------------------------------- /INSIGHTS Video Sharing Analysis/video_sharing.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/INSIGHTS Video Sharing Analysis/video_sharing.zip -------------------------------------------------------------------------------- /INSIGHTS Workplace Diversity Analysis/diversity.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/INSIGHTS Workplace Diversity Analysis/diversity.zip -------------------------------------------------------------------------------- /METRICS Ads Analysis/ad_table.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/METRICS Ads Analysis/ad_table.csv -------------------------------------------------------------------------------- /METRICS Hotel Search Data/url_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/METRICS Hotel Search Data/url_list.txt -------------------------------------------------------------------------------- /ML Applying for a loan/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/ML Applying for a loan/.DS_Store -------------------------------------------------------------------------------- /ML Applying for a loan/loan.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/ML Applying for a loan/loan.zip -------------------------------------------------------------------------------- /ML Applying for a loan/loan/borrower_table.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/ML Applying for a loan/loan/borrower_table.csv -------------------------------------------------------------------------------- /ML Applying for a loan/loan/loan_table.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/ML Applying for a loan/loan/loan_table.csv -------------------------------------------------------------------------------- /ML Clustering Grocery Items/grocery.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/ML Clustering Grocery Items/grocery.zip -------------------------------------------------------------------------------- /ML Credit Card Transactions/credit_card.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/ML Credit Card Transactions/credit_card.zip -------------------------------------------------------------------------------- /ML Email Marketing Campaign/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/ML Email Marketing Campaign/.DS_Store -------------------------------------------------------------------------------- /ML Email Marketing Campaign/.ipynb_checkpoints/Email_Campain-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/ML Email Marketing Campaign/.ipynb_checkpoints/Email_Campain-checkpoint.ipynb -------------------------------------------------------------------------------- /ML Email Marketing Campaign/Email_Campain.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/ML Email Marketing Campaign/Email_Campain.ipynb -------------------------------------------------------------------------------- /ML Email Marketing Campaign/email.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/ML Email Marketing Campaign/email.zip -------------------------------------------------------------------------------- /ML Email Marketing Campaign/email_opened_table.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/ML Email Marketing Campaign/email_opened_table.csv -------------------------------------------------------------------------------- /ML Email Marketing Campaign/email_table.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/ML Email Marketing Campaign/email_table.csv -------------------------------------------------------------------------------- /ML Email Marketing Campaign/link_clicked_table.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/ML Email Marketing Campaign/link_clicked_table.csv -------------------------------------------------------------------------------- /ML Identifying Fraudulent Activities with solution/.ipynb_checkpoints/Fraud Activity-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/ML Identifying Fraudulent Activities with solution/.ipynb_checkpoints/Fraud Activity-checkpoint.ipynb -------------------------------------------------------------------------------- /ML Identifying Fraudulent Activities with solution/Fraud Activity.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/ML Identifying Fraudulent Activities with solution/Fraud Activity.ipynb -------------------------------------------------------------------------------- /ML Identifying Fraudulent Activities with solution/Fraud_Data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/ML Identifying Fraudulent Activities with solution/Fraud_Data.csv -------------------------------------------------------------------------------- /ML Identifying Fraudulent Activities with solution/IpAddress_to_Country.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/ML Identifying Fraudulent Activities with solution/IpAddress_to_Country.csv -------------------------------------------------------------------------------- /ML Optimization of Employee Shuttle Stops/shuttle_stops.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/ML Optimization of Employee Shuttle Stops/shuttle_stops.zip -------------------------------------------------------------------------------- /ML Song Recommendation/.ipynb_checkpoints/Song Recommendation-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/ML Song Recommendation/.ipynb_checkpoints/Song Recommendation-checkpoint.ipynb -------------------------------------------------------------------------------- /ML Song Recommendation/Song Recommendation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/ML Song Recommendation/Song Recommendation.ipynb -------------------------------------------------------------------------------- /ML Song Recommendation/song.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/ML Song Recommendation/song.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/README.md -------------------------------------------------------------------------------- /Time_Series_Temp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/Time_Series_Temp.py -------------------------------------------------------------------------------- /take home challenge.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubjasmine/DS-A_Collection_of_Take_Home_Challenges/HEAD/take home challenge.pdf --------------------------------------------------------------------------------