JoinBoost:在数据库中为树模型进行机器学习.pdf

编号:139154 PDF 24页 2.79MB 下载积分:VIP专享
下载报告请您先登录!

JoinBoost:在数据库中为树模型进行机器学习.pdf

1、JoinBoost:Tree Models on DB with only SQLSpeaker:Zachary Huang1Contributors:Rathijit Sen2,Jiaxiang Liu1,Pavan Kalyan Damalapati1,Weisheng Wang1,Matthew Schoenbauer1,Eugene Wu11 Columbia University,2 Microsoft Gray Systems LabDatabricks2023ML on DB is popularTree models are the top picksTree ModelsDB

2、 full of tablesTree models for tablesTree model on DB Seem natural and easyTree model on DB Seem natural and easyBakery ChainPredict RatingTree model on DB Seem natural and easyPriceAgeWeatherLocationRating$1020-30SunnyNew York4.5feature XyPick the features from DBPredict RatingTree model on DB Seem

3、 natural and easyPriceAgeWeatherLocationRatingfeature XyPick the features from DBML trains the model$1020-30SunnyNew York4.5Challenge:DB-ML ImpedenceItemIDUserIDStoreIDDateIDRatingSalesUserIDAgeCustomerStoreIDLocationStoreItemIDPriceItemDateIDWeatherDateDB:stores many tablesPriceAgeWeatherLocationRa

4、tingfeature XyML:needs single tableTree model on DBChallenge:DB-ML Impedence$1020-30SunnyNew York4.5DB-ML ImpedenceCurrent solutionSalesCustStoreItemDateDBPriceRatingML CREATE TABLE train AS SELECT Price,Income,Weather,Location,Rating FROM Sales Join Date ON Sales.Date=Date.Date Join User ON Sales.U

5、serID=User.UserID Join Item ON Sales.ItemID=Item.ItemID Join Store ON Sales.StoreID=Store.StoreID;SQL:Join,materialize&exportJoin,Materialization&Export isLaborious,Slow and Insecure1.Laborious Expected:pick the features from DBReality:navigate through a complex schema to write SQLCREATE TABLE train

6、 ASSELECT*FROM title t JOIN aka_title at ON t.id=at.movie_id JOIN kind_type kt ON t.kind_id=kt.id JOIN movie_info mi ON t.id=mi.movie_id JOIN info_type it ON mi.info_type_id=it.id JOIN movie_companies mc ON t.id=mc.movie_id JOIN company_name cn ON pany_id=cn.id JOIN company_type ct ON pany_type_id=c

友情提示

1、下载报告失败解决办法
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站报告下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。

本文(JoinBoost:在数据库中为树模型进行机器学习.pdf)为本站 (2200) 主动上传,三个皮匠报告文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知三个皮匠报告文库(点击联系客服),我们立即给予删除!

温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。
客服
商务合作
小程序
服务号
折叠