Skip to content

Commit e4d53a5

Browse files
committed
NLP
1 parent 37c9043 commit e4d53a5

File tree

4 files changed

+1757
-10
lines changed

4 files changed

+1757
-10
lines changed

NLP/Project.ipynb

Lines changed: 47 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22386,8 +22386,8 @@
2238622386
{
2238722387
"metadata": {
2238822388
"ExecuteTime": {
22389-
"end_time": "2025-08-22T15:19:07.419936Z",
22390-
"start_time": "2025-08-22T15:19:04.492340Z"
22389+
"end_time": "2025-08-22T15:47:14.629823Z",
22390+
"start_time": "2025-08-22T15:47:10.082673Z"
2239122391
}
2239222392
},
2239322393
"cell_type": "code",
@@ -22400,7 +22400,31 @@
2240022400
],
2240122401
"id": "c6bf6ecb93af3722",
2240222402
"outputs": [],
22403-
"execution_count": 11
22403+
"execution_count": 48
22404+
},
22405+
{
22406+
"metadata": {
22407+
"ExecuteTime": {
22408+
"end_time": "2025-08-22T15:47:50.134446Z",
22409+
"start_time": "2025-08-22T15:47:50.129543Z"
22410+
}
22411+
},
22412+
"cell_type": "code",
22413+
"source": "",
22414+
"id": "3e764808fadff7f6",
22415+
"outputs": [
22416+
{
22417+
"data": {
22418+
"text/plain": [
22419+
"0"
22420+
]
22421+
},
22422+
"execution_count": 51,
22423+
"metadata": {},
22424+
"output_type": "execute_result"
22425+
}
22426+
],
22427+
"execution_count": 51
2240422428
},
2240522429
{
2240622430
"metadata": {
@@ -44607,15 +44631,29 @@
4460744631
{
4460844632
"metadata": {
4460944633
"ExecuteTime": {
44610-
"end_time": "2025-08-22T15:29:02.064208Z",
44611-
"start_time": "2025-08-22T15:29:02.059027Z"
44634+
"end_time": "2025-08-22T15:42:04.997715Z",
44635+
"start_time": "2025-08-22T15:42:04.756957Z"
4461244636
}
4461344637
},
4461444638
"cell_type": "code",
44615-
"source": "df_=Y",
44639+
"source": [
44640+
"df_.dropna(inplace=True)\n",
44641+
"df_.shape"
44642+
],
4461644643
"id": "fd282c2bb9edd5b6",
44617-
"outputs": [],
44618-
"execution_count": 25
44644+
"outputs": [
44645+
{
44646+
"data": {
44647+
"text/plain": [
44648+
"(189106, 100)"
44649+
]
44650+
},
44651+
"execution_count": 45,
44652+
"metadata": {},
44653+
"output_type": "execute_result"
44654+
}
44655+
],
44656+
"execution_count": 45
4461944657
},
4462044658
{
4462144659
"metadata": {
@@ -44655,7 +44693,7 @@
4465544693
"outputs": [],
4465644694
"execution_count": null,
4465744695
"source": "",
44658-
"id": "b178f594dcefeb0a"
44696+
"id": "769222e3be3b3922"
4465944697
}
4466044698
],
4466144699
"metadata": {

0 commit comments

Comments
 (0)