py icon indicating copy to clipboard operation
py copied to clipboard

Repository to store sample python programs for python learning

Results 232 py issues
Sort by recently updated
recently updated
newest added

Hi Sir, As I am learning ML , earlier i used to get jupyter file from your github and now it's showing blank. Please do the needful. ![Capture](https://user-images.githubusercontent.com/67735416/91450063-7fccf400-e899-11ea-9f7d-4079c0a11afe.JPG)

suppose we need to find price of a house with 2 baths and 3 bhk .its price is lower than with 2 baths and 2 bhk. One more suggestion: if...

We provide information about free online courses with certificates and Answers, Books, Guidance for courses, Free learning material etc. Join us and grow together Join here our Telegram Group Online...

import pandas as pd from matplotlib import pyplot as plt import numpy as np df = pd.read_csv(r"C:\Users\mdmar\Downloads\Thesis\Data/1024.csv") #print(df.head()) #sizes = df['target'].value_counts(sort=1) #print(sizes) #Define dependent variable Y = df['target'].values Y=Y.astype('int') #define...

**I first created an array:** _(3 dimensional array)_ ``` nlist= [[[1,2,3],[4,5,6],[7,8,9]],[[10,11,12], [13,14,15], [16,17,18]],[[19,20,21],[22,23,24],[25,26,27]]] import numpy as np narray = np.array(nlist) ``` **Then I converted it into a dataframe using:** _(3...

can u post the Logistic Regression (Multiclass Classification) execrise program

for Experience column, why you have filled empty values to zeros. why mean values are not filled like column test_score