Data Science, Machine Learning, and Python
Data Science, Machine Learning, and Python
  • 118
  • 4 503
Practical SQL Server Use Cases Beyond Basic Queries Part2
Data Science, Machine Learning, Deep Learning, Artificial Intelligence, Business Intelligence, Optimization Processes, and Python Programming
Переглядів: 42

Відео

Heatmaps Using Python
Переглядів 67День тому
Data Science, Machine Learning, Deep Learning, Artificial Intelligence, Business Intelligence, Optimization Processes, and Python Programming
Ranking News Headlines Based on Bias
Переглядів 29День тому
Data Science, Machine Learning, Deep Learning, Artificial Intelligence, Business Intelligence, Optimization Processes, and Python Programming
An Overview of the Transformer Architecture for Large Language Models
Переглядів 12714 днів тому
Data Science, Machine Learning, Deep Learning, Artificial Intelligence, Business Intelligence, Optimization Processes, and Python Programming
Resolving Model Drift Using Python
Переглядів 5114 днів тому
Data Science, Machine Learning, Deep Learning, Artificial Intelligence, Business Intelligence, Optimization Processes, and Python Programming
Practical SQL Server Use Cases Beyond Basic Queries Part1
Переглядів 21214 днів тому
Data Science, Machine Learning, Deep Learning, Artificial Intelligence, Business Intelligence, Optimization Processes, and Python Programming
Optimizing Ticket Prices Using Python
Переглядів 8414 днів тому
Data Science, Machine Learning, Deep Learning, Artificial Intelligence, Business Intelligence, Optimization Processes, and Python Programming
How to Train a Large Language Model and Ask it Questions
Переглядів 4814 днів тому
Data Science, Machine Learning, Deep Learning, Artificial Intelligence, Business Intelligence, Optimization Processes, and Python Programming
Name Normalization AKA Label Consolidation AKA Entity Resolution AKA Data Deduplication Using Python
Переглядів 1921 день тому
Data Science, Machine Learning, Deep Learning, Artificial Intelligence, Business Intelligence, Optimization Processes, and Python Programming
How to Manage the Risk of a Portfolio of Stocks Using Python
Переглядів 6621 день тому
Data Science, Machine Learning, Deep Learning, Artificial Intelligence, Business Intelligence, Optimization Processes, and Python Programming
How to do Credit Analysis and Predict Who Will be Approved For a Loan
Переглядів 5521 день тому
Data Science, Machine Learning, Deep Learning, Artificial Intelligence, Business Intelligence, Optimization Processes, and Python Programming
Comparing Spreadsheets to Find Differences Using Python
Переглядів 3921 день тому
Data Science, Machine Learning, Deep Learning, Artificial Intelligence, Business Intelligence, Optimization Processes, and Python Programming
How to Make API Calls to Fetch YouTube Data and Analyze the Results Part1
Переглядів 6621 день тому
Data Science, Machine Learning, Deep Learning, Artificial Intelligence, Business Intelligence, Optimization Processes, and Python Programming
How to Make API Calls to Fetch YouTube Data and Analyze the Results Part2
Переглядів 2721 день тому
Data Science, Machine Learning, Deep Learning, Artificial Intelligence, Business Intelligence, Optimization Processes, and Python Programming
Spyder Chart Based on MT Cars Data
Переглядів 2221 день тому
Data Science, Machine Learning, Deep Learning, Artificial Intelligence, Business Intelligence, Optimization Processes, and Python Programming
Causal Artificial Intelligence Using Python
Переглядів 2421 день тому
Causal Artificial Intelligence Using Python
Network Analysis vs Correlation Analysis and Pairs Trading for Stocks
Переглядів 9021 день тому
Network Analysis vs Correlation Analysis and Pairs Trading for Stocks
Natural Language Processing Based on the Text of a Web Page
Переглядів 2621 день тому
Natural Language Processing Based on the Text of a Web Page
Network Analysis of Stocks vs Graph Analysis of Stocks Using Python
Переглядів 5721 день тому
Network Analysis of Stocks vs Graph Analysis of Stocks Using Python
How to Encrypt and Hash Passwords Using Python
Переглядів 2721 день тому
How to Encrypt and Hash Passwords Using Python
Backtesting Multiple Trading Strategies Using Python
Переглядів 14521 день тому
Backtesting Multiple Trading Strategies Using Python
Logistic Regression vs A B Testing Using Python
Переглядів 3321 день тому
Logistic Regression vs A B Testing Using Python
Creating Recommendation Systems Using Python
Переглядів 12521 день тому
Creating Recommendation Systems Using Python
Looping Through Rows and Columns of a Dataframe to Create Multiple Charts
Переглядів 6421 день тому
Looping Through Rows and Columns of a Dataframe to Create Multiple Charts
Deep Learning Using Python
Переглядів 4321 день тому
Deep Learning Using Python
Calculate Probability of Default and Loss Given Default and Exposure at Default
Переглядів 5321 день тому
Calculate Probability of Default and Loss Given Default and Exposure at Default
Causal Discovery vs Causal Inference Using Python
Переглядів 3721 день тому
Causal Discovery vs Causal Inference Using Python
How to Calculate Detailed Breakdowns and Subtotals and a Grand Total All at Once
Переглядів 1421 день тому
How to Calculate Detailed Breakdowns and Subtotals and a Grand Total All at Once
One Hot Encoding vs Categorical Encoding vs Label Encoding
Переглядів 7321 день тому
One Hot Encoding vs Categorical Encoding vs Label Encoding
Buy or Sell or Hold Based on Fundamental Analysis
Переглядів 3421 день тому
Buy or Sell or Hold Based on Fundamental Analysis

КОМЕНТАРІ

  • @Straight-Data-Science
    @Straight-Data-Science 6 днів тому

    I just noticed that both classification reports have highly imbalanced data. The precision, recall, and f1-score are fine for the records with 0, but NOT fine for the records with 1. This is easily fixed with SMOTE. You can learn more about SMOTE using the resource below. www.analyticsvidhya.com/blog/2020/10/overcoming-class-imbalance-using-smote-techniques/ I missed this detail before because my overall focus was not on imbalanced data sets, but rather Customer Churn Analysis vs Customer Retention vs Customer Lifetime Value. In reality, you would need to address this issue of imbalanced data, using SMOTE, or a similar technique, before deploying your model and/or sharing your findings with any stakeholders.

  • @Straight-Data-Science
    @Straight-Data-Science 7 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1hIQ3dsweLkSY2v8LyKMIM5GxPfaaEqDC/view?usp=sharing

  • @aarondelarosa3146
    @aarondelarosa3146 7 днів тому

    Do you have it (code) on Github?

  • @juliansabau3532
    @juliansabau3532 9 днів тому

    Hi, thanks for the video, as a new Python learner I enjoyed your video. I do have one question however, I don't see the "find_cheapest_store" function neither written in your notebook, nor in your imports. Could you be explain the inner workings of it? I assume you apply a filtering with the relevant selected items, sort the values by the sum of the prices and finally return the 4 differents outputs, namely "cheapest_store", "cheapest_price", "selected_prices", "total_prices".

  • @ryanshuell-mu9sx
    @ryanshuell-mu9sx 9 днів тому

    Cool! Thanks for sharing this info!

  • @ryanshuell-mu9sx
    @ryanshuell-mu9sx 10 днів тому

    Nice sequel to the first SQL!

  • @pochyena555
    @pochyena555 10 днів тому

    Thank you so much for sharing all the valuable knowledge here.

  • @Straight-Data-Science
    @Straight-Data-Science 10 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/14aEZazqcuYz3ot5rQsx7kmhcLGOVKadw/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 10 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1pR4DtvfFjMiSynyKUjs07Fjq5Oiw77us/view?usp=sharing

  • @VladTN1977
    @VladTN1977 12 днів тому

    I guess this channel does not offer copy of the code portion on github ? Or we have to beg for it ?

  • @Straight-Data-Science
    @Straight-Data-Science 13 днів тому

    This video is done in the stye of a podcast, and thus very different from all my other videos. If you like this format, please let me know, and I can do more like this. If you prefer the traditional format that I started with, just let me know, and I'll switch back to that. As always, you can download the source code, as an HTML file, from here: drive.google.com/file/d/1LXNBFUqc7GXO-5BfxpTzboZDiw9bb0m1/view?usp=sharing

  • @karwansalihrasulesmail
    @karwansalihrasulesmail 16 днів тому

    i need your number WhatsApp

  • @karwansalihrasulesmail
    @karwansalihrasulesmail 16 днів тому

    hello how can get the data set ?

    • @Straight-Data-Science
      @Straight-Data-Science 12 днів тому

      raw.githubusercontent.com/JoaquinAmatRodrigo/skforecast/master/data/vic_elec.csv

  • @Straight-Data-Science
    @Straight-Data-Science 16 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1WGcZCe0cymu1GNGhhGlSbz0xG4SESYZ5/view?usp=sharing

  • @anilkumar-y2e8h
    @anilkumar-y2e8h 17 днів тому

    Please do more videos on sql by solving real word data

  • @veggiebroth5542
    @veggiebroth5542 17 днів тому

    My man, what are the odds that I was just thinking about this and the almighty Google knew to present it to me. Thanks for the content

  • @Straight-Data-Science
    @Straight-Data-Science 18 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/13A8b0iJdqXkbNEY_Ej2V9WNJkMbx-sPF/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 18 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1HWQ4W_JUFNnpUmnuAf7id-gwhQolhQG-/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 18 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1swoMyCfq_p8iIIcvF8YmpTBSeYP0b2_H/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 18 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/12tqZxpl91JX-Sw_7Kq89MhNfXNp32gWF/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 24 дні тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1J38uYFtHkuypBf8zRD_a3sF0AyP5kV6z/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 24 дні тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/10Jv47lsqrkSDoUCIL--7Ukcn4sjC-Jez/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 24 дні тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1aP3vj8ZRze_eWeSlMqPz8_5njQ7f3rH7/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 24 дні тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1-mqZnw6crGLOl1ewZnk8T_nXhuTdfaBr/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 24 дні тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1_SQIw9lAVM0T2-mDmWtOTw_UdSmaFIuC/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 24 дні тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1cwyFo6tYwSW2EtHgjplOht9bZXoovEoe/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 24 дні тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/10sJNHdk7J5Kvp26CYej6YY1fZY5p_Nz8/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 25 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1oTCQQv7VFeme4vtSIeXcQ5KOVgHQzM0A/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 25 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1-bvVHMEBE3w-0CdeUy4JdZvgAxQJw-vU/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 25 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1CGHahGYJZTWZgWoHkwG5PomsvpvRGxZN/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 25 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1tpSipMNS4iG34hal4NZNZmmgUM-92ALW/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 25 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1sERPnYxu_0VDUaugLDXrh7zXqfZlJ2fp/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 25 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1eOmE0GNVXif4zIsO8F_5RVc__yQOo_oC/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 25 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1rWy1XX23OJzXcDgcejs6HNqudUYwi58U/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 26 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1ppb1_RbRXSM5GVD2528Q_VEPZyy4M7xi/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 26 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1AO6g4Nj71zsfkqOLoQ9XZOW4-_R5BKXL/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 26 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1VylHGagUW657hLkHiKNOC3GYf7LsG9Uk/view?usp=sharing

  • @ryanshuell-mu9sx
    @ryanshuell-mu9sx 26 днів тому

    Nice one. Please share more innovative ideas.

  • @ryanshuell-mu9sx
    @ryanshuell-mu9sx 26 днів тому

    Nice!!

  • @ryanshuell-mu9sx
    @ryanshuell-mu9sx 26 днів тому

    Really cool!

  • @ryanshuell-mu9sx
    @ryanshuell-mu9sx 26 днів тому

    Very, very interesting.

  • @Straight-Data-Science
    @Straight-Data-Science 26 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1DS8u1-jTPcP12XPIbRTHz2DoKDsgKPWy/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 26 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/16vXciQUHTefPLxPJGc62lY2bxOIa_Nj-/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 26 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1fDIlPT59rSaKAgDFPmJIsBSRadJsVT92/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 26 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1-GMzS8bMZ8ao9aMTbvdyLMTB-U4v0uK3/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 26 днів тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1J0WL2_sGPsP-MryKR2uX85BNPfLodOzQ/view?usp=sharing

  • @Straight-Data-Science
    @Straight-Data-Science 2 місяці тому

    You can download the source code, as an HTML file, from here: drive.google.com/file/d/1KJG5XqzFV49C7ITixEpILvC2fyRRJ_aV/view?usp=sharing

  • @fathymohamed4312
    @fathymohamed4312 2 місяці тому

    Can u make a tutorial for spatial machine learning using python

    • @Straight-Data-Science
      @Straight-Data-Science 2 місяці тому

      I have that here. ua-cam.com/video/9XX94i0i_wg/v-deo.html And here. ua-cam.com/video/tmHtvRShsMI/v-deo.html

  • @appikumar-d8l
    @appikumar-d8l 2 місяці тому

    Please add the all these code in the git hub

  • @aarondelarosa3146
    @aarondelarosa3146 2 місяці тому

    Excellent. Do you have the Python Code? Do you have any repository on Github? By the way, how can I send you the Python code on ETFs using Selenium?