Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
LogisticRegression-Homework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
20200116044
LogisticRegression-Homework
Commits
0b4f61d6
Commit
0b4f61d6
authored
Apr 27, 2020
by
Yuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
cbc4c641
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
review
+16
-0
No files found.
review
0 → 100644
View file @
0b4f61d6
Summary:
数据处理还有很多不足
Detailed Comments:
1、pandas将数据读进来的时候,数据本身是没有标题的,如果需要使用需要自己添加,你这边没有添加,则报错KeyError: 'label'
2、模型训练的时候也需要对label进行转换成0,1
3、评估指标需要手动计算一下,最好不要调包,目的是为了加深对这些公式的理解
Overall Score: 78
--------------------------------------------------------------------------------------------------------------------------
Thanks for your efforts.
-Your instructor
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment