Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
missyou123
Machine Learning With  Polars Vote_lcapMachine Learning With  Polars Voting_barMachine Learning With  Polars Vote_rcap 
tano1221
Machine Learning With  Polars Vote_lcapMachine Learning With  Polars Voting_barMachine Learning With  Polars Vote_rcap 
大†Shinegumi†大
Machine Learning With  Polars Vote_lcapMachine Learning With  Polars Voting_barMachine Learning With  Polars Vote_rcap 
ПΣӨƧӨFƬ
Machine Learning With  Polars Vote_lcapMachine Learning With  Polars Voting_barMachine Learning With  Polars Vote_rcap 
ℛeℙ@¢ᴋ€r
Machine Learning With  Polars Vote_lcapMachine Learning With  Polars Voting_barMachine Learning With  Polars Vote_rcap 
Engh3
Machine Learning With  Polars Vote_lcapMachine Learning With  Polars Voting_barMachine Learning With  Polars Vote_rcap 
ronaldinho424
Machine Learning With  Polars Vote_lcapMachine Learning With  Polars Voting_barMachine Learning With  Polars Vote_rcap 
geodasoft
Machine Learning With  Polars Vote_lcapMachine Learning With  Polars Voting_barMachine Learning With  Polars Vote_rcap 
Septiembre 2024
LunMarMiérJueVieSábDom
      1
2345678
9101112131415
16171819202122
23242526272829
30      
CalendarioCalendario
Últimos temas
» ACDSee Photo Studio Ultimate 2025 v18.0.0.3929 (x64) Multilingual
Machine Learning With  Polars EmptyHoy a las 8:24 pm por ronaldinho424

» Mirillis Action! 4.41.1 + Portable ​​​​​​​ [Multilingual]
Machine Learning With  Polars EmptyHoy a las 8:09 pm por ronaldinho424

» Topaz Gigapixel AI v7.4.3 (x64) Multilingual
Machine Learning With  Polars EmptyHoy a las 8:03 pm por ronaldinho424

» CorelCAD 2023 v2022.5 Build 22.3.1.4090 (x64) Multilingual
Machine Learning With  Polars EmptyHoy a las 7:01 pm por 大†Shinegumi†大

» Helium Music Manager 17.2.195 Premium Multilingual
Machine Learning With  Polars EmptyHoy a las 6:50 pm por 大†Shinegumi†大

» R-Wipe & Clean 20.0.2475
Machine Learning With  Polars EmptyHoy a las 6:47 pm por 大†Shinegumi†大

» PDF Extra Ultimate 9.70.57653 (x64) Multilingual
Machine Learning With  Polars EmptyHoy a las 6:45 pm por 大†Shinegumi†大

» O&O DiskImage Professional 19.1.174 (x64)
Machine Learning With  Polars EmptyHoy a las 1:14 pm por ПΣӨƧӨFƬ

» ACDSee Photo Studio Home 2025 v28.0.0.2889 (x64) Multilingual
Machine Learning With  Polars EmptyHoy a las 12:55 pm por ПΣӨƧӨFƬ

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Machine Learning With Polars

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 73227
Fecha de inscripción : 20/08/2016

Machine Learning With  Polars Empty
MensajeTema: Machine Learning With Polars   Machine Learning With  Polars EmptyDom Sep 15, 2024 7:05 am

Machine Learning With Polars


Machine Learning With  Polars 5d11523f317730ec7ee3947eb7656d08

Published 9/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.08 GB | Duration: 2h 24m

Master the Essentials of Modern Machine Learning


What you'll learn
Explore the fundamentals of an end-to-end machine learning application.
Carry out basic data cleaning and pre-processing in Python with Polars.
Build a pipeline to train machine learning models.
Implement regression, ensemble, and gradient-boosted models
Deploy a machine learning model using MLFlow.
Requirements
Very basic Python programming knowledge.
Familiarity with running code in Jupyter notebooks.
Description
Machine learning (ML) and AI are the key drivers of innovation today. Understanding how these models work can help you apply ML techniques effectively.In this course, expert instructor Joram Mutenge shows you how to master machine learning essentials by leveraging Python and the high-performance Polars library for advanced data manipulation.You will build an end-to-end machine learning application to predict laptop prices. Building this ML application will help you gain hands-on experience in data exploration, data processing, model creation, model evaluation, model tuning, and model deployment with MLFlow.Learn from a Data Science PractionerJoram has a master's degree in Data Science from the University of Illinois Urbana-Champaign, and currently works in data at a manufacturing company building demand forecasting models. He has years of experience building and deploying machine learning models. In this course, he shares the lessons he has learned along the way.Making the most of this courseThe modules in this course build on top of each other. Learn by following the order in which these modules are presented. This will help you understand the material better. To further cement the understanding, type out the code and run it on your computer instead of passively watching. Finally, apply the knowledge learned to your own dataset.
Overview
Section 1: Introduction
Lecture 1 A brief Introduction to Machine Learning
Section 2: Reading the Data
Lecture 2 Loading data
Section 3: Exploratory Data Analysis (EDA)
Lecture 3 Descriptive statistics and plots
Section 4: Cleaning and Processing
Lecture 4 Cleaning columns: Ram, Weight
Lecture 5 Cleaning column: Memory
Lecture 6 Cleaning column: Memory (part II)
Lecture 7 Cleaning column: Screen Resolution
Lecture 8 Cleaning column: CPU
Lecture 9 Cleaning column: GPU
Lecture 10 Cleaning column: Operating System
Lecture 11 Creating column: Clock Speed
Lecture 12 Selecting columns to use
Section 5: Data Transformation
Lecture 13 Standardizing numeric values
Lecture 14 One-Hot-Encoding categorical columns
Lecture 15 Data partitioning
Section 6: Model Building
Lecture 16 Model building: Dummy Regressor
Lecture 17 Model building: Linear Regression
Lecture 18 Model building: Decision Tree
Lecture 19 Model building: Catboost
Lecture 20 Model building: Random Forest
Section 7: Model Evaluation
Lecture 21 Model Evaluation: R-squared
Lecture 22 Model Evaluation: MSE
Lecture 23 Model Evaluation: MAE
Lecture 24 Model Evaluation: Residual plot
Section 8: Hyperparameter Tuning
Lecture 25 Hyperparameter tuning: Regression
Lecture 26 Hyperparameter tuning: Decision Tree
Lecture 27 Hyperparameter tuning: Catboost
Lecture 28 Hyperparameter tuning: GridSearchCV
Section 9: Model Deployment
Lecture 29 End-to-End Notebook
Lecture 30 Model deployment: MLFlow
Professionals with tabular data in spreadsheets or databases seeking to make predictions from it.,Students interested in learning the fundamentals of applied machine learning.,Students and professionals seeking to learn the implementation of regression, ensemble, and gradient-boosted models.,Data professionals interested in learning how to deploy a model into production.

Screenshots

Machine Learning With  Polars 53b80556b1404874925e7b44be313c1c

rapidgator.net:
Código:

https://rapidgator.net/file/e5bca7eb8d7eed222386b91f672ee1aa/vkzrc.Machine.Learning.With.Polars.part1.rar.html
https://rapidgator.net/file/4b5b5438d9ea33021e6971eecacf4182/vkzrc.Machine.Learning.With.Polars.part2.rar.html

nitroflare.com:
Código:

https://nitroflare.com/view/5D90BFC046AEEC7/vkzrc.Machine.Learning.With.Polars.part1.rar
https://nitroflare.com/view/F2E1AEE3EB15B6A/vkzrc.Machine.Learning.With.Polars.part2.rar
Volver arriba Ir abajo
 

Machine Learning With Polars

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Machine Learning Series Machine Learning Applications Test Your Knowledge
» Build Machine Learning Models with Azure Machine Learning Designer
» Scalable Machine Learning with the Microsoft Machine Learning Server
» Machine Learning Guide Learn Machine Learning Algorithms
» Machine Learning - Fundamental of Python Machine Learning

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-