Skip to content

Commit

Permalink
added trash
Browse files Browse the repository at this point in the history
  • Loading branch information
ronylpatil committed Mar 18, 2024
1 parent 875fc87 commit 03d66b1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions trash.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

'''
import pathlib
import yaml
import joblib
Expand Down Expand Up @@ -235,7 +235,7 @@ def main() -> None :
'''
problem statement :
experiments k run mese 1 efficient model nikalo -- done
model register karo -- done
Expand All @@ -247,7 +247,7 @@ def main() -> None :
usko archieve me dalo or current ko production me dalo
else message dalo ki efficient model already production me he
'''
exp_name = 'modeltunning'
Expand Down Expand Up @@ -330,7 +330,7 @@ def main() -> None :
client.set_registered_model_alias(name = reg_model_name, version = mv.version, alias = 'production')
print('first version he to direct prod me dal diya')

'''

# -------------------------------------------------------------------------------------------------------------------------------------------------------

Expand Down Expand Up @@ -501,3 +501,6 @@ def main() -> None :
# model = load_model(f"models:/api_testing/2")





0 comments on commit 03d66b1

Please sign in to comment.