Skip to Content
精通特征工程
book

精通特征工程

by Alice Zheng, Amanda Casari
April 2019
Intermediate to advanced
172 pages
4h 39m
Chinese
Posts & Telecom Press
Content preview from 精通特征工程
回到特征:建立学术论文推荐器
141
说实话,我并不认为这次特征选择的效果有多么好。这些字段中有很多缺失值。下面继续
看一下能否找出一些信息更丰富的特征。
找到你的位置
Pandas
数据框和
NumPy
矩阵之间的转换中,索引会令人迷惑——索引的大小相同,
但其分配的位置却不一样。为了解决这个问题,
Pandas
提供了
.iloc
.loc
.get_
loc
三种方法,如例
9-11
所示。
b
.loc
返回基于初始
Pandas
数据框的索引,可以让我们引用具体的论文。
b
.iloc
使用整数位置,和
NumPy
数组的索引是一样的。
b
.get_loc
可以帮助我们在已知数据框索引时找出整数位置。
9-11
 在转换时维护索引分配
>>> model_df.loc[21]
abstract A microprocessor includes hardware registers t...
authors [{'name': 'Mark John Ebersole'}]
fos [Embedded system, Parallel computing, Computer...
keywords NaN
title Microprocessor that enables ARM ISA program to...
year 2013
Name: 21, dtype: object
>>> model_df.iloc[21]
abstract NaN
authors [{'name': 'Nicola M. Heller'}, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

精通機器學習

精通機器學習

Aurélien Géron

Publisher Resources

ISBN: 9787115509680