Machine-Learning-with-Python icon indicating copy to clipboard operation
Machine-Learning-with-Python copied to clipboard

Python code for common Machine Learning Algorithms

Results 51 Machine-Learning-with-Python issues
Sort by recently updated
recently updated
newest added

Hello Mrs. Susan, I hope you are doing very well, I have followed your project carefully and I am very interested in it. Please, I did not find the dataset...

--------------------------------------------------------------------------- ValueError Traceback (most recent call last) Input In [9], in 28 # Create recommendations for customer with id 2 29 customer_id = 2 ---> 30 recommendations = recommend(customer_id, sparse_customer_item,...

Hi, I tried to run `Time Series Forecastings` example. From ``` first_date = store.ix[np.min(list(np.where(store['office_sales'] > store['furniture_sales'])[0])), 'Order Date'] print("Office supplies first time produced higher sales than furniture is {}.".format(first_date.date())) ```...

Hi, I tried to run `Time Series Forecastings.ipynb` both in `Jupiter` and `python script`. From `Jupiter` it seems fine. If I tried to run as a python file (paste sections...

Hi, in have a problem with the implementation of lr when i try it... _logit_model=sm.Logit(y,X)_ i get it... _ValueError: Pandas data cast to numpy dtype of object. Check input data...

Does anyone know the data source of `./data/Sales_Product_Price_by_Store.csv?` I hope to use this data in research.

'train.gz' for Click-Through Rate Prediction.ipynb is misisng. Could you please provide a sample version of the data ?