Personnaliser

OK

Time Series Analysis with Python Cookbook - Atwan, Tarek A.

Note : 0

0 avis
  • Soyez le premier à donner un avis

Vous en avez un à vendre ?

Vendez-le-vôtre
Filtrer par :
Neuf (2)
Occasion (3)
Reconditionné

31,64 €

Occasion · Très Bon État

  • Ou 7,91 € /mois

  • 1,58 € offerts
    • Livraison GRATUITE
    • Livré entre le 9 et le 13 avril
    Voir les modes de livraison

    momox

    PRO Vendeur favori

    4,8/5 sur + de 1 000 ventes

    Livré gratuitement chez vous en 2 semaines. Article presque inutilisé, absence presque totale de traces d'utilisation. 2 millions de ventes réalisées en 5 ans, merci de votre confiance ! Découvrez les avis (https://fr.shopping.rakuten.com/feedback/mo... Voir plus

    Nos autres offres

    • 31,63 €

      Occasion · Bon État

      Ou 7,91 € /mois

      1,58 € offerts
      • Livraison GRATUITE
      • Livré entre le 9 et le 13 avril
      Voir les modes de livraison
      4,8/5 sur + de 1 000 ventes
      Livré gratuitement chez vous en 2 semaines. L'article présente des traces d'utilisation, mais est en bon état. 2 millions de ventes réalisées en 5 ans, merci de votre confiance ! Découvrez les avis (https://fr.shopping.rakuten.com/feedback/momox) de ... Voir plus
    • 31,64 €

      Occasion · Très Bon État

      Ou 7,91 € /mois

      1,58 € offerts
      • Livraison GRATUITE
      • Livré entre le 9 et le 13 avril
      Voir les modes de livraison
      4,8/5 sur + de 1 000 ventes
      Livré gratuitement chez vous en 2 semaines. Article presque inutilisé, absence presque totale de traces d'utilisation. 2 millions de ventes réalisées en 5 ans, merci de votre confiance ! Découvrez les avis (https://fr.shopping.rakuten.com/feedback/mo... Voir plus
    • 88,41 €

      Produit Neuf

      Ou 22,10 € /mois

      • Livraison à 0,01 €
      Voir les modes de livraison
      4,8/5 sur + de 1 000 ventes

      Expédition rapide et soignée depuis l`Angleterre - Délai de livraison: entre 10 et 20 jours ouvrés.

    • 89,93 €

      Produit Neuf

      Ou 22,48 € /mois

      • Livraison à 0,01 €
      Voir les modes de livraison
      4,7/5 sur + de 1 000 ventes

      Nouvel article expédié dans le 24H à partir des Etats Unis Livraison au bout de 20 à 30 jours ouvrables.

    • 79,99 €

      Occasion · Comme Neuf

      Ou 20,00 € /mois

      4,00 € offerts
      • Livraison : 25,00 €
      • Livré entre le 17 et le 27 avril
      Voir les modes de livraison
      4,6/5 sur + de 1 000 ventes
      Service client à l'écoute et une politique de retour sans tracas - Livraison des USA en 3 a 4 semaines (2 mois si circonstances exceptionnelles) - La plupart de nos titres sont en anglais, sauf indication contraire. N'hésitez pas à nous envoyer un e-... Voir plus
    Publicité
     
    Vous avez choisi le retrait chez le vendeur à
    • Payez directement sur Rakuten (CB, PayPal, 4xCB...)
    • Récupérez le produit directement chez le vendeur
    • Rakuten vous rembourse en cas de problème

    Gratuit et sans engagement

    Félicitations !

    Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !

    En savoir plus

    Retour

    Horaires

        Note :


        Avis sur Time Series Analysis With Python Cookbook Format Broché  - Livre Informatique

        Note : 0 0 avis sur Time Series Analysis With Python Cookbook Format Broché  - Livre Informatique

        Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.


        Présentation Time Series Analysis With Python Cookbook Format Broché

         - Livre Informatique

        Livre Informatique - Atwan, Tarek A. - 01/06/2022 - Broché - Langue : Anglais

        . .

      • Auteur(s) : Atwan, Tarek A.
      • Editeur : Packt Publishing
      • Langue : Anglais
      • Parution : 01/06/2022
      • Format : Moyen, de 350g à 1kg
      • Nombre de pages : 630
      • Expédition : 1158
      • Dimensions : 23.5 x 19.1 x 3.4
      • ISBN : 9781801075541



      • Résumé :
        Perform time series analysis and forecasting confidently with this Python code bank and reference manual Key Features:Explore forecasting and anomaly detection techniques using statistical, machine learning, and deep learning algorithms Learn different techniques for evaluating, diagnosing, and optimizing your models Work with a variety of complex data with trends, multiple seasonal patterns, and irregularities Book Description: Time series data is everywhere, available at a high frequency and volume. It is complex and can contain noise, irregularities, and multiple patterns, making it crucial to be well-versed with the techniques covered in this book for data preparation, analysis, and forecasting. This book covers practical techniques for working with time series data, starting with ingesting time series data from various sources and formats, whether in private cloud storage, relational databases, non-relational databases, or specialized time series databases such as InfluxDB. Next, you'll learn strategies for handling missing data, dealing with time zones and custom business days, and detecting anomalies using intuitive statistical methods, followed by more advanced unsupervised ML models. The book will also explore forecasting using classical statistical models such as Holt-Winters, SARIMA, and VAR. The recipes will present practical techniques for handling non-stationary data, using power transforms, ACF and PACF plots, and decomposing time series data with multiple seasonal patterns. Later, you'll work with ML and DL models using TensorFlow and PyTorch. Finally, you'll learn how to evaluate, compare, optimize models, and more using the recipes covered in the book. What You Will Learn:Understand what makes time series data different from other data Apply various imputation and interpolation strategies for missing data Implement different models for univariate and multivariate time series Use different deep learning libraries such as TensorFlow, Keras, and PyTorch Plot interactive time series visualizations using hvPlot Explore state-space models and the unobserved components model (UCM) Detect anomalies using statistical and machine learning methods Forecast complex time series with multiple seasonal patterns Who this book is for: This book is for data analysts, business analysts, data scientists, data engineers, or Python developers who want practical Python recipes for time series analysis and forecasting techniques. Fundamental knowledge of Python programming is required. Although having a basic math and statistics background will be beneficial, it is not necessary. Prior experience working with time series data to solve business problems will also help you to better utilize and apply the different recipes in this book.

        Biographie:
        Tarek A. Atwan is a data analytics expert with over 16 years of international consulting experience, providing subject matter expertise in data science, machine learning operations, data engineering, and business intelligence. He has taught multiple hands-on coding boot camps, courses, and workshops on various topics, including data science, data visualization, Python programming, time series forecasting, and blockchain at various universities in the United States. He is regarded as a data science mentor and advisor, working with executive leaders in numerous industries to solve complex problems using a data-driven approach....

        Sommaire:
        Perform time series analysis and forecasting confidently with this Python code bank and reference manual Key Features: - Explore forecasting and anomaly detection techniques using statistical, machine learning, and deep learning algorithms - Learn different techniques for evaluating, diagnosing, and optimizing your models - Work with a variety of complex data with trends, multiple seasonal patterns, and irregularities Book Description: Time series data is everywhere, available at a high frequency and volume. It is complex and can contain noise, irregularities, and multiple patterns, making it crucial to be well-versed with the techniques covered in this book for data preparation, analysis, and forecasting. This book covers practical techniques for working with time series data, starting with ingesting time series data from various sources and formats, whether in private cloud storage, relational databases, non-relational databases, or specialized time series databases such as InfluxDB. Next, you'll learn strategies for handling missing data, dealing with time zones and custom business days, and detecting anomalies using intuitive statistical methods, followed by more advanced unsupervised ML models. The book will also explore forecasting using classical statistical models such as Holt-Winters, SARIMA, and VAR. The recipes will present practical techniques for handling non-stationary data, using power transforms, ACF and PACF plots, and decomposing time series data with multiple seasonal patterns. Later, you'll work with ML and DL models using TensorFlow and PyTorch. Finally, you'll learn how to evaluate, compare, optimize models, and more using the recipes covered in the book. What You Will Learn: - Understand what makes time series data different from other data - Apply various imputation and interpolation strategies for missing data - Implement different models for univariate and multivariate time series - Use different deep learning libraries such as TensorFlow, Keras, and PyTorch - Plot interactive time series visualizations using hvPlot - Explore state-space models and the unobserved components model (UCM) - Detect anomalies using statistical and machine learning methods - Forecast complex time series with multiple seasonal patterns Who this book is for: This book is for data analysts, business analysts, data scientists, data engineers, or Python developers who want practical Python recipes for time series analysis and forecasting techniques. Fundamental knowledge of Python programming is required. Although having a basic math and statistics background will be beneficial, it is not necessary. Prior experience working with time series data to solve business problems will also help you to better utilize and apply the different recipes in this book. Table of Contents - Getting Started with Time Series Analysis - Reading Time Series Data from Files - Reading Time Series Data from Databases - Persisting Time Series Data to Files - Persisting Time Series Data to Databases - Working with Date and Time in Python - Handling Missing Data - Outlier Detection Using Statistical Methods - WExploratory Data Analysis and Diagnosis - Building Univariate Time Series Models Using Statistical Methods - Additional Statistical Modeling Techniques for Time Series - Forecasting Using Supervised Machine Learning - Deep Learning for Time Series Forecasting - Outlier Detection Using Unsupervised Machine Learning - Advanced Techniques for Complex Time Series...

        Détails de conformité du produit

        Consulter les détails de conformité de ce produit (

        Personne responsable dans l'UE

        )
        Le choixNeuf et occasion
        Minimum5% remboursés
        La sécuritéSatisfait ou remboursé
        Le service clientsÀ votre écoute
        LinkedinFacebookTwitterInstagramYoutubePinterestTiktok
        visavisa
        mastercardmastercard
        klarnaklarna
        paypalpaypal
        floafloa
        americanexpressamericanexpress
        Rakuten Logo
        • Rakuten Kobo
        • Rakuten TV
        • Rakuten Viber
        • Rakuten Viki
        • Plus de services
        • À propos de Rakuten
        Rakuten.com