- Mastering .NET Machine Learning
- Jamie Dixon
- 300字
- 2021-07-09 20:16:38
Chapter 2. AdventureWorks Regression
Imagine you're a business developer at AdventureWorks, a bicycle manufacturing company based in Seattle, Washington. You are responsible for three applications that run at the top of a single SQL Server instance. The applications are:
- A customer ordering website with a section for direct customer sales and another section for resellers to buy in bulk
- A desktop inventory control management application
- A reporting solution using Power BI as a frontend
All three of these applications share similar characteristics:
- They are database-first applications where their primary role is to wireframe the database
- They are all .NET applications that use standard Microsoft templating and frameworks, such as MVC for the website and Entity Frameworks for both web and desktop solutions
One day, your boss calls you into her office and says, "we are concerned about the reseller's section of the website. We've noticed through some basic charting in the Power BI that many resellers are dropping their order depending on the average customer reviews of the product.
Here is the one of the charts we are looking at:

Obviously, if we can prevent people from doing this, we will maximize sales. We want to maximize our existing code assets, so your solution needs to integrate with the existing website and we want our customers to experience the same look and feel they currently have."
This is what the current webpage looks like:

You tell your boss that you will take a look, think about it for a couple of days, and come up with some ideas. Inside, you are thrilled because this will take you out of the traditional role of web dev and into data science. After researching some different machine learning techniques, you settle on using a simple regression to help achieve this goal.
- Java范例大全
- SQL學(xué)習(xí)指南(第3版)
- Magento 2 Theme Design(Second Edition)
- Mastering Swift 2
- Android底層接口與驅(qū)動開發(fā)技術(shù)詳解
- ASP.NET程序設(shè)計(jì)教程
- Visual C++開發(fā)入行真功夫
- 用戶體驗(yàn)可視化指南
- Java圖像處理:基于OpenCV與JVM
- 跟戴銘學(xué)iOS編程:理順核心知識點(diǎn)
- Hacking Android
- Python+Office:輕松實(shí)現(xiàn)Python辦公自動化
- Applied Deep Learning with Python
- 3ds Max 2018從入門到精通
- Getting Started with hapi.js