This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
df=pd.read_excel(r'C://Users//Prashant//Desktop//airfoil_new.xlsx') | |
columns = ['Frequency','Angle','Chord length','Free-stream velocity','Suction side displacement thickness','Scaled sound pressure level'] | |
df.columns=columns | |
class LassoRegression(): | |
def __init__( self, lr, iterations, l1_penality ): | |
self.lr = lr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import cv2 | |
import os | |
from glob2 import glob | |
os.chdir('C:\\Users\\Prashant\\Desktop\\tensorflow notebooks\\task') # change the directory for folder creation | |
try: | |
if not os.path.exists('files'): | |
os.makedirs('files') #files folder created | |
except OSError: | |
print ('Error: Creating file directory') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"date": "4/20/20", | |
"state": "San-Francisco", | |
"category": "Technology,business", | |
"time": "12:00 AM", | |
"groupname": "Product School Bangalore", | |
"name": "Webinar: PM in a Startup Setting by Alexa Product Lead", | |
"links": "https://www.meetup.com/PS-Bangalore/events/270041842/", | |
"attendee": "6 Members going" |