Sat.Feb 29, 2020 - Fri.Mar 06, 2020

article thumbnail

6 Essential Data Visualization Python Libraries – Matplotlib, Seaborn, Bokeh, Altair, Plotly, GGplot

Analytics Vidhya

Introduction “Visualization gives you answers to questions you didn’t know you had.” – Ben Shneiderman My day-to-day work as a Data Scientist requires a. The post 6 Essential Data Visualization Python Libraries – Matplotlib, Seaborn, Bokeh, Altair, Plotly, GGplot appeared first on Analytics Vidhya.

article thumbnail

Analyzing GDPR Fines – who are largest violators?

KDnuggets

Fines from the GDPR have been rolling in since its inception in 2018. This article investigates who are the largest penalty recipients by country, the amounts, and private individuals.

278
278
professionals

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Why Data Scientists Must Be Able to Explain Their Algorithms

Dataconomy

The models you create have real-world applications that affect how your colleagues do their jobs. That means they need to understand what you’ve created, how it works, and what its limitations are. They can’t do any of these things if it’s all one big mystery they don’t understand. “I’m afraid. The post Why Data Scientists Must Be Able to Explain Their Algorithms appeared first on Dataconomy.

article thumbnail

Building Your First Model with Azure Machine Learning

Data Science 101

The first course in the Mastering Azure Machine Learning series has launched. It focuses on building your first model with Azure Machine Learning. This is a great place to start if you are brand new to Azure Machine Learning. In particular, you will learn the following. Create an Azure Machine Learning workspace Create a compute instance for machine learning Use Jupyter Notebooks within that compute Monitor the progress of machine learning experiments you are building.

Azure 128
article thumbnail

What’s New in Apache Airflow® 3.0—And How Will It Reshape Your Data Workflows?

Speaker: Tamara Fingerlin, Developer Advocate

Apache Airflow® 3.0, the most anticipated Airflow release yet, officially launched this April. As the de facto standard for data orchestration, Airflow is trusted by over 77,000 organizations to power everything from advanced analytics to production AI and MLOps. With the 3.0 release, the top-requested features from the community were delivered, including a revamped UI for easier navigation, stronger security, and greater flexibility to run tasks anywhere at any time.

article thumbnail

TensorFlow Serving: Deploying Deep Learning Models Just Got Easier!

Analytics Vidhya

Learn about deploying deep learning models using TensorFlow Serving How to handle post-deployment challenges like swapping between different versions of models using TensorFlow Serving. The post TensorFlow Serving: Deploying Deep Learning Models Just Got Easier! appeared first on Analytics Vidhya.

article thumbnail

DataRobot Named One Of CB Insights’ 100 Most Innovative AI Startups

DataRobot

For the fourth year in a row, we’ve been named one of the world’s most innovative artificial intelligence startups by CB Insights for our pioneering approach to democratizing enterprise AI. CB Insights’ AI 100 list recognizes the most promising and impressive private AI companies worldwide.

More Trending

article thumbnail

The tech and people of AI

Data Science 101

The tech and people of AI are presented nicely in this infographic. There is tons of information in here, so take your time. Plus, leave a comment with any details you find surprising or interesting. You can also find more infographics at Visualistan. Also, Data Science 101 has posted many other data-specific infographics. The post The tech and people of AI appeared first on Data Science 101.

article thumbnail

6 Open Source Data Science Projects for Boosting your Resume

Analytics Vidhya

Overview Open-source data science projects are a great way to boost your resume Try your hand at these 6 open source projects ranging from. The post 6 Open Source Data Science Projects for Boosting your Resume appeared first on Analytics Vidhya.

article thumbnail

Outcome-Based Claims Assignment: The “New Grail” of Insurance

DataRobot

If you’re a commercial insurer, how do you evaluate your claims personnel? How do those evaluations impact your decisions on how to deploy individual adjusters?

AI 96
article thumbnail

Alation Achieves ISO 27001 Certification

Alation

Alation helps enterprises foster self-service analytics, drive digital transformation and create data culture. We do that by making it easy to find, understand and ultimately, trust data. That trust must also extend to the data catalog itself. To ensure that the Alation Data Catalog provides a secure and reliable solution for our customers, our security […].

article thumbnail

Agent Tooling: Connecting AI to Your Tools, Systems & Data

Speaker: Alex Salazar, CEO & Co-Founder @ Arcade | Nate Barbettini, Founding Engineer @ Arcade | Tony Karrer, Founder & CTO @ Aggregage

There’s a lot of noise surrounding the ability of AI agents to connect to your tools, systems and data. But building an AI application into a reliable, secure workflow agent isn’t as simple as plugging in an API. As an engineering leader, it can be challenging to make sense of this evolving landscape, but agent tooling provides such high value that it’s critical we figure out how to move forward.

article thumbnail

Cloud Data Science 9

Data Science 101

Lots of announcements this week, so without delay, let’s get right to Cloud Data Science 9. News. Google Announces Cloud SQL for Microsoft SQL Server Google’s Cloud SQL now supports SQL Server in addition to PostgreSQL and MySQL Google Opens a new Cloud Region Located in Salt Lake City, Utah, it is named us-west3. They are promoting it as the Silicon Slopes region, so that is good news if you or your customers are near that location.

article thumbnail

10 Powerful Talks by Women in Data Science [Women’s Day Special!]

Analytics Vidhya

Happy Women’s Day to all the wonderful, curious, and passionate women out there! Analytics Vidhya is celebrating the power of women in data science. The post 10 Powerful Talks by Women in Data Science [Women’s Day Special!] appeared first on Analytics Vidhya.

article thumbnail

Webinar Q&A: Prep Data Faster for AI and ML - A DataRobot Case Study

DataRobot

In a recent webinar, Paxata's Senior Product Marketing Manager Mike White and I demonstrated Paxata's unique ability to eliminate the most common bottleneck in AI and machine learning.

ML 15
article thumbnail

Exploring a Decentralized Data Mesh Pattern for Modern Analytics

DataRobot Blog

by Jen Underwood. Like many other industries today, life sciences face a data deluge. Astronomical amounts of healthcare data double every 73 days. Extreme levels of data proliferation overwhelm top research organizations, existing. Read More.

article thumbnail

How to Modernize Manufacturing Without Losing Control

Speaker: Andrew Skoog, Founder of MachinistX & President of Hexis Representatives

Manufacturing is evolving, and the right technology can empower—not replace—your workforce. Smart automation and AI-driven software are revolutionizing decision-making, optimizing processes, and improving efficiency. But how do you implement these tools with confidence and ensure they complement human expertise rather than override it? Join industry expert Andrew Skoog as he explores how manufacturers can leverage automation to enhance operations, streamline workflows, and make smarter, data-dri

article thumbnail

Top February Stories: The Death of Data Scientists – will AutoML replace them?

KDnuggets

Also: Learning from 3 big Data Science career mistakes; Leaders, Changes, and Trends in Gartner 2020 MQ Data Science and Machine Learning Platforms; Why Did I Reject a Data Scientist Job; Free Mathematics Courses for Data Science & Machine Learning.

article thumbnail

Learn How to use the Transform Function in Pandas (with Python code)

Analytics Vidhya

Introduction The Transform function in Pandas (Python) can be slightly difficult to understand, especially if you’re coming from an Excel background. Honestly, most data. The post Learn How to use the Transform Function in Pandas (with Python code) appeared first on Analytics Vidhya.

Python 385
article thumbnail

One-Hot Encoding vs. Label Encoding using Scikit-Learn

Analytics Vidhya

What is One-Hot Encoding? When should you use One-Hot Encoding over Label Encoding? These are typical data science interview questions every aspiring data scientist. The post One-Hot Encoding vs. Label Encoding using Scikit-Learn appeared first on Analytics Vidhya.