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

Hi! Thanks for creating this tutorials. I just spotted a minor logic error in topic_modeling_gensim jupyter notebook. Hope you'll accept this pull request. Cheers.

AttributeError: module 'scipy.stats' has no attribute 'chisqprob' 请问有什么解决或替代方法吗?

hello , I want to learn the code in Consumer_complaints.ipynb , but i don't have the data. so can you help me ? thanks my eamil [email protected]

I'm getting the error 'TypeError: object of type 'numpy.int64' has no len()' for the last section of code. My data file doesn't have column headings to I used 'header=None' when...

def plot_fruit_knn(... clf = KNeighborsClassifier(....

Hey! I love how simple and amazing your repository is. I figured out that there is a need for a READ.me file, and I would love to contribute to it....

when checking Office supplies first time producing higher sales than furniture the .ix is deprecated hence first_date = store.ix[...] should be changed to first_date = store.loc[....] Thanks

cross_validation.py:44: DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. You are using a version...

Make the program work with matplotlib 3.7.0, numpy 1.24.2, pandas 1.5.3 statsmodels 0.13.5 and prophet 1.1.2

Hello Susan" Where can I find the data file "019_Polo_Towers.csv?" This data is needed for the "Analysis - Polo Towers OCC & ADR & Rental RevPar & Time Series" project....