Skip to content
View CarlosYazid's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report CarlosYazid

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
CarlosYazid/README.md

I'm Carlos Yazid Padilla! 📈🇨🇴 Visitors

Banner.png

Info

I turn data into knowledge and knowledge into strategic decisions. 🧠✨ With expertise in Python, Scala, and Java, and a strong background in data analysis, predictive modeling, and machine learning, my mission is to extract valuable insights to drive business growth.

🔹 Data Wrangling & ETL: Efficient data cleaning, transformation, and structuring.
🔹 Machine Learning & AI: Model development, evaluation, and optimization.
🔹 Big Data & Cloud: Scalable data processing in distributed environments.
🔹 Data Storytelling: Visualization and interpretation for data-driven decisions.

Always looking for new challenges and opportunities to innovate with data. 🚀 Let’s connect!

📩 Emails: contact@carlospadilla.co | contact@carlosroyero.co

#DataScience #MachineLearning #BigData

📊Stats

Stats Repos per language

💻Stack

Data Cloud Others
icon icon
icon
icon Oracle
icon
icon
icon Jira
GithubPages
Canva
Markdown
MariaDB
MicrosoftSQLServer
NumPy
Pandas
Keras
scikit-learn
Matplotlib
mlflow
Scipy
Plotly
Apache Spark
Apache Hadoop
Apache Hive
Apache Airflow
CockroachLabs
Couchbase

Pinned Loading

  1. 5 retos de tail recursion y programa... 5 retos de tail recursion y programación funcional
    1
    def factorial(num : int,base : int = 1) -> int:
    2
        """### Factorial
    3
        Genera el factorial de num usando recursion
    4
        
    5
        Args: