PRO_PYTHON_CODE Telegram 1053
🌐Модуль прогнозирования погоды

Импорт необходимых библиотек
import matplotlib.pyplot as plt
import seaborn as sns
import scipy
import re
import missingno as mso
from scipy import stats
from scipy.stats import ttest_ind
from scipy.stats import pearsonr
from sklearn.preprocessing import StandardScaler,LabelEncoder
from sklearn.model_selection import train_test_split
from sklearn.neighbors import KNeighborsClassifier
from sklearn.svm import SVC
from sklearn.ensemble import GradientBoostingClassifier
from xgboost import XGBClassifier
from sklearn.metrics import accuracy_score,confusion_matrix,classification_report
import pandas as pd



Чтение CSV-файла
data=pd.read_csv("/content/seattle-weather.csv")
data.head()


Форма данных
data.shape

(1461, 6)

import warnings
warnings.filterwarnings('ignore')
sns.countplot("weather",data=data,palette='hls')


📌Продолжение

@pro_python_code
👍104🔥1



tgoop.com/pro_python_code/1053
Create:
Last Update:

🌐Модуль прогнозирования погоды

Импорт необходимых библиотек
import matplotlib.pyplot as plt
import seaborn as sns
import scipy
import re
import missingno as mso
from scipy import stats
from scipy.stats import ttest_ind
from scipy.stats import pearsonr
from sklearn.preprocessing import StandardScaler,LabelEncoder
from sklearn.model_selection import train_test_split
from sklearn.neighbors import KNeighborsClassifier
from sklearn.svm import SVC
from sklearn.ensemble import GradientBoostingClassifier
from xgboost import XGBClassifier
from sklearn.metrics import accuracy_score,confusion_matrix,classification_report
import pandas as pd



Чтение CSV-файла
data=pd.read_csv("/content/seattle-weather.csv")
data.head()


Форма данных
data.shape

(1461, 6)

import warnings
warnings.filterwarnings('ignore')
sns.countplot("weather",data=data,palette='hls')


📌Продолжение

@pro_python_code

BY Python RU




Share with your friend now:
tgoop.com/pro_python_code/1053

View MORE
Open in Telegram


Telegram News

Date: |

How to Create a Private or Public Channel on Telegram? Those being doxxed include outgoing Chief Executive Carrie Lam Cheng Yuet-ngor, Chung and police assistant commissioner Joe Chan Tung, who heads police's cyber security and technology crime bureau. So far, more than a dozen different members have contributed to the group, posting voice notes of themselves screaming, yelling, groaning, and wailing in various pitches and rhythms. Telegram users themselves will be able to flag and report potentially false content. It’s easy to create a Telegram channel via desktop app or mobile app (for Android and iOS):
from us


Telegram Python RU
FROM American