Skip to content

Commit

Permalink
Adding LR Experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollopy-tulane committed Apr 26, 2024
1 parent 6b4aca1 commit 063cf33
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions notebooks/Experiment-Logistic_Regression.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "2f3d6dad-7c0d-4f0c-8a4f-125c2008004b",
"metadata": {},
"outputs": [],
"source": [
"import pandas as pd\n",
"import numpy as np\n",
"from sklearn.feature_extraction.text import CountVectorizer\n",
"from sklearn.pipeline import make_pipeline\n",
"from sklearn.linear_model import LogisticRegression"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.18"
}
},
"nbformat": 4,
"nbformat_minor": 5
}

0 comments on commit 063cf33

Please sign in to comment.