Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Satya's branch #1

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
comit
CodeLanderV committed Dec 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit b20ff38f229f78f2dace5e3d8081b6b6115eba22
Binary file added AURAmodel.json
Binary file not shown.
22 changes: 11 additions & 11 deletions regression.ipynb
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
},
{
"cell_type": "code",
"execution_count": 30,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
@@ -46,7 +46,7 @@
},
{
"cell_type": "code",
"execution_count": 31,
"execution_count": 2,
"metadata": {},
"outputs": [
{
@@ -381,7 +381,7 @@
},
{
"cell_type": "code",
"execution_count": 32,
"execution_count": 3,
"metadata": {},
"outputs": [
{
@@ -443,7 +443,7 @@
},
{
"cell_type": "code",
"execution_count": 33,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
@@ -461,7 +461,7 @@
},
{
"cell_type": "code",
"execution_count": 34,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
@@ -479,7 +479,7 @@
},
{
"cell_type": "code",
"execution_count": 35,
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
@@ -500,7 +500,7 @@
},
{
"cell_type": "code",
"execution_count": 36,
"execution_count": 7,
"metadata": {},
"outputs": [
{
@@ -528,23 +528,23 @@
},
{
"cell_type": "code",
"execution_count": 37,
"execution_count": 8,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"['AURAmodel.pkl']"
"['AURAmodel.json']"
]
},
"execution_count": 37,
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"import joblib\n",
"joblib.dump(model, 'AURAmodel.pkl')"
"joblib.dump(model, 'AURAmodel.json')"
]
}
],