강의

멘토링

로드맵

BEST
AI Technology

/

Deep Learning & Machine Learning

[Revised Edition] The Complete Guide to Python Machine Learning

We will help you easily understand the core concepts of machine learning and acquire the ability to implement practical machine learning applications by moving away from theory-based machine learning courses.

(4.9) 475 reviews

8,685 learners

Level Basic

Course period Unlimited

  • dooleyz3525
Python
Python
Machine Learning(ML)
Machine Learning(ML)
Statistics
Statistics
Python
Python
Machine Learning(ML)
Machine Learning(ML)
Statistics
Statistics

Notice regarding deletion of ix method due to Pandas Upgrade

hello,

The ix method, which had been scheduled for deletion, was finally removed when the Pandas version was newly upgraded on January 30, 2020.

Therefore, if the pandas version is 1.0.0 or higher, the code that uses ix in the Pandas ix example and lecture code in Chapter 1 will not work properly.

For those who set up Pandas with Anaconda in 2020, we ask you to downgrade Pandas with the pip command below to prevent errors. (conda install pandas==0.25.1 takes too long to find incompatible packages)

pip install pandas==0.25.1

thank you

Comment