User contributions for Adeloaleman
Appearance
Results for Adeloaleman talk block log uploads logs
A user with 1,263 edits. Account created on 12 February 2026.
28 February 2026
- 13:3513:35, 28 February 2026 diff hist 0 N File:Matrix plots4.png No edit summary current
- 13:3413:34, 28 February 2026 diff hist 0 N File:Matrix plots3.png No edit summary current
- 13:3413:34, 28 February 2026 diff hist 0 N File:Matrix plots2.png No edit summary current
- 13:3413:34, 28 February 2026 diff hist 0 N File:Matrix plots1.png No edit summary current
- 13:3413:34, 28 February 2026 diff hist 0 N File:Matplotlib advance3.png No edit summary current
- 13:3413:34, 28 February 2026 diff hist 0 N File:Matplotlib advance2.png No edit summary current
- 13:3413:34, 28 February 2026 diff hist 0 N File:Matplotlib advance1.png No edit summary current
- 13:3313:33, 28 February 2026 diff hist 0 N File:Matplotlib18.png No edit summary current
- 13:3313:33, 28 February 2026 diff hist 0 N File:Matplotlib17.png No edit summary current
- 13:3313:33, 28 February 2026 diff hist 0 N File:Matplotlib16.png No edit summary current
- 13:3313:33, 28 February 2026 diff hist 0 N File:Matplotlib15.png No edit summary current
- 13:3313:33, 28 February 2026 diff hist 0 N File:Matplotlib14.png No edit summary current
- 13:3313:33, 28 February 2026 diff hist 0 N File:Matplotlib13.png No edit summary current
- 13:3313:33, 28 February 2026 diff hist 0 N File:Matplotlib12.png No edit summary current
- 13:3213:32, 28 February 2026 diff hist 0 N File:Matplotlib11.png No edit summary current
- 13:3213:32, 28 February 2026 diff hist 0 N File:Matplotlib10.png No edit summary current
- 13:3213:32, 28 February 2026 diff hist 0 N File:Matplotlib9.png No edit summary current
- 13:3213:32, 28 February 2026 diff hist 0 N File:Matplotlib8.png No edit summary current
- 13:3113:31, 28 February 2026 diff hist 0 N File:Matplotlib7.png No edit summary current
- 13:3113:31, 28 February 2026 diff hist 0 N File:Matplotlib6.png No edit summary current
- 13:3113:31, 28 February 2026 diff hist 0 N File:Matplotlib5.png No edit summary current
- 13:3113:31, 28 February 2026 diff hist 0 N File:Matplotlib4.png No edit summary current
- 13:3113:31, 28 February 2026 diff hist 0 N File:Matplotlib3.png No edit summary current
- 13:3113:31, 28 February 2026 diff hist 0 N File:Matplotlib2.png No edit summary current
- 13:3113:31, 28 February 2026 diff hist 0 N File:Matplotlib1.png No edit summary current
- 13:2613:26, 28 February 2026 diff hist +39 Pages No edit summary
- 12:3012:30, 28 February 2026 diff hist −94 Python →Install and manage multiple Python versions with pyenv
- 12:3012:30, 28 February 2026 diff hist 0 Python →Install and manage multiple Python versions with pyenv
- 12:2912:29, 28 February 2026 diff hist +103 Python →Install and manage multiple Python versions with pyenv
- 12:2912:29, 28 February 2026 diff hist 0 MediaWiki:Common.css No edit summary current
- 12:2812:28, 28 February 2026 diff hist +5,801 N Sandbox Created page with "Old <code>MediaWiki:Common.css</code> <syntaxhighlight lang="css"> →#1e2129: →Hide the color (theme) controls inside the Vector Appearance menu: #skin-client-prefs-skin-theme { display: none !important; } →Hide page tools dropdown only on Special:UserLogin and Log out pages: body.page-Special_UserLogin #vector-page-tools-dropdown { display: none !important; } body.page-Special_UserLogout #vector-page-tools-dropdown { display: none !important; } /* Co..."
- 12:2612:26, 28 February 2026 diff hist +14 Pages No edit summary
- 12:2212:22, 28 February 2026 diff hist −2 MediaWiki:Common.css No edit summary
- 12:0212:02, 28 February 2026 diff hist −1,860 MediaWiki:Common.css No edit summary
- 11:2811:28, 28 February 2026 diff hist −32 NumPy and Pandas →Installation current
- 11:2711:27, 28 February 2026 diff hist +44,358 N NumPy and Pandas Created page with " <br /> ==NumPy== *NumPy (or Numpy) is a Linear Algebra Library for Python, the reason it is so important for Data Science with Python is that almost all of the libraries in the PyData Ecosystem rely on NumPy as one of their main building blocks. *Numpy is also incredibly fast, as it has bindings to C libraries. For more info on why you would want to use Arrays instead of lists, check out this great [StackOverflow post](http://stackoverflow.com/questions/993984/why-num..."
- 11:2611:26, 28 February 2026 diff hist −3 Pages No edit summary
- 11:2511:25, 28 February 2026 diff hist 0 Pages No edit summary
- 11:2411:24, 28 February 2026 diff hist +26 Pages No edit summary
- 11:1311:13, 28 February 2026 diff hist −4 Python for Data Science No edit summary current
- 11:1111:11, 28 February 2026 diff hist +2,337 N Python for Data Science Created page with "<br /> ==Anaconda== Anaconda is a free and open source distribution of the Python and R programming languages for data science and machine learning related applications. En otras palabras, Anaconda puede ser visto como un paquete (a distribution) que incluye no solo Python (or R) but many libraries that are used in Data Science, as well as its own virtual environment system. It's an "all-in-one" install that is extremely popular in data science and Machine Learning...."
- 11:1011:10, 28 February 2026 diff hist +26 Pages No edit summary
- 10:5210:52, 28 February 2026 diff hist +2 Plotly Dash No edit summary
- 10:5010:50, 28 February 2026 diff hist 0 Plotly Dash No edit summary
- 10:4910:49, 28 February 2026 diff hist −1 Plotly Dash No edit summary
- 10:4710:47, 28 February 2026 diff hist +8,895 N Plotly Dash Created page with " <br /> ==Deploying a Dash App== https://dash.plot.ly/deployment Dash uses Flask under the hood. This makes deployment easy: you can deploy a Dash app just like you would deploy a Flask app. Almost every cloud server provider has a guide for deploying Flask apps. There is also a Dash Deployment Server, but is not free (commercial). * Flask Deployment * Dash Deployment Server (commercial) <br /> ===Flask Deployment=== https://flask.palletsprojects.com/en/1.1.x/deplo..."
- 10:3310:33, 28 February 2026 diff hist +20 Pages No edit summary
- 10:2210:22, 28 February 2026 diff hist −24 Supervised Machine Learning for Fake News Detection No edit summary
27 February 2026
- 21:2821:28, 27 February 2026 diff hist −8 Pages →Main
- 20:1520:15, 27 February 2026 diff hist +1 Pages No edit summary