Pytorch regression 2.3 [AirQualityUCI.csv]
020520201302 Work on diagnostic systems. There is no progress in tank construction without diagnostics. In [1]: import torch I’m starting a GPU graphics card (which I […]
020520201302 Work on diagnostic systems. There is no progress in tank construction without diagnostics. In [1]: import torch I’m starting a GPU graphics card (which I […]
300420201044 https://github.com/jcjohnson/pytorch-examples#pytorch-custom-nn-modules In [1]: import torch I’m starting a GPU graphics card (which I don’t have) Odpalam karte graficzną GPU (której nie mam) In [2]: device = […]
290420201753. Tworzenie małych prototypów o pełnej zdolności bojowej Cele: 1. podstawić prawdziwy plik danych 2. przeliczyć zapamiętać model odpalić model 3. zweryfikowac model czy liczy […]
240120202201 In [67]: # Classification Assessment def Classification_Assessment(model ,Xtrain, ytrain, Xtest, ytest): import numpy as np import matplotlib.pyplot as plt from sklearn import metrics from sklearn.metrics […]
240420202112 Koty ¶ W 1]: class kolor_kota ( obiekt ): def __init__ ( self , imię , kolor ): self . imię = imię self […]
Perfect Plots: Bubble Plot Feel free to read the code on GitHub In [1]: import pandas as pd import matplotlib.pyplot as plt import numpy as […]
Feel free to read the code on GitHub Source of data: https://archive.ics.uci.edu/ml/datasets/combined+cycle+power+plant Combined Cycle Power Plant Data Set¶ Data Set Information:¶ The dataset contains 9568 […]
Feel free to read the code on GitHub In [1]: import joypy import pandas as pd import matplotlib.pyplot as plt Car market analysis¶ Source of […]
090420202257 https://github.com/slundberg/shap https://slundberg.github.io/shap/notebooks/NHANES%20I%20Survival%20Model.html In [1]: import pandas as pd df = pd.read_csv(’/home/wojciech/Pulpit/1/tit_train.csv’, na_values=”-1″) df.head(2) Out[1]: Unnamed: 0 PassengerId Survived Pclass Name Sex Age SibSp […]
090420201150 In [1]: import pandas as pd df = pd.read_csv(’/home/wojciech/Pulpit/1/tit_train.csv’, na_values=”-1″) df.head(2) Out[1]: Unnamed: 0 PassengerId Survived Pclass Name Sex Age SibSp Parch Ticket Fare […]
080420201050 practical use: predict_proba In [1]: import numpy as np import pandas as pd from sklearn.model_selection import train_test_split from sklearn.ensemble import RandomForestClassifier In [2]: from catboost.datasets import […]
030420200928 In [1]: ## colorful prints def black(text): print(’33[30m’, text, ’33[0m’, sep=”) def red(text): print(’33[31m’, text, ’33[0m’, sep=”) def green(text): print(’33[32m’, text, ’33[0m’, sep=”) def […]
010420201017 Forward selection is an iterative method in which we start with no function in the model. In each iteration, we add a function that […]
300320202100 RFECV differs from Recursive Feature Elimination (RFE) in the function selection process in that it indicates the OPTIMAL NUMBER OF VARIABLES and not the […]
Copyright © 2026 | WordPress Theme by MH Themes