This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from optimus import Optimus | |
| op = Optimus() | |
| # This is a custom function | |
| def func(value, arg): | |
| return "this was a number" | |
| df =op.load.url("https://raw.githubusercontent.com/ironmussa/Optimus/master/examples/foo.csv") | |
| df\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from optimus import Optimus | |
| op = Optimus() | |
| # This is a custom function | |
| def func(value, arg): | |
| return "this was a number" | |
| df =op.load.url("https://raw.githubusercontent.com/ironmussa/Optimus/master/examples/foo.csv") | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from optimus import Optimus | |
| from optimus.ml.models import ML | |
| op = Optimus() | |
| ml = ML() | |
| df_predict, rf_model = ml.random_forest(df_cancer, columns, "diagnosis") | |
| ['label', | |
| 'diagnosis', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
| <style> | |
| @import url('https://fonts.googleapis.com/css?family=Barlow'); | |
| .card { | |
| font-family: 'Barlow', sans-serif; | |
| max-width: 700px; | |
| font-size: 14px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| df = op.create.df( | |
| [ | |
| "names", | |
| "height(ft)", | |
| "function", | |
| "rank", | |
| "weight(t)", | |
| "japanese name", | |
| "last position", | |
| "attributes" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Start of Async Drift Code --> | |
| <script> | |
| "use strict"; | |
| !function() { | |
| var t = window.driftt = window.drift = window.driftt || []; | |
| if (!t.init) { | |
| if (t.invoked) return void (window.console && console.error && console.error("Drift snippet included twice.")); | |
| t.invoked = !0, t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ], | |
| t.factory = function(e) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html class="no-js" lang=""> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="x-ua-compatible" content="ie=edge"> | |
| <title></title> | |
| <meta name="description" content=""> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--WIDGET SLIDER--> | |
| <link rel="stylesheet" href="https://widget.picnow.org/sss/sss.min.css" type="text/css" media="all"> | |
| <script src="https://widget.picnow.org/sss/sss.min.js"></script> | |
| <script src="https://widget.picnow.org/mustache.min.js"></script> | |
| <script src="https://widget.picnow.org/collections.min.js"></script> | |
| <script> | |
| picnow_collection_slider("5bed767caa67c26bbb917b5b") | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="https://widget.picnow.org/mustache.min.js"></script> | |
| <script src="https://widget.picnow.org/collections.min.js"></script> | |
| <script> | |
| picnow_detail_grid("5bed767caa67c26bbb917b5b") | |
| </script> | |
| <div id="5bed767caa67c26bbb917b5b" class="grid"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="https://widget.picnow.org/mustache.min.js"></script> | |
| <script src="https://widget.picnow.org/collections.min.js"></script> | |
| <script> | |
| picnow_detail("5bf0836275ac1c07187a3298") | |
| </script> | |
| <div class="picnow-container-image-list picnow-main-container"> | |
| <div id="5bf0836275ac1c07187a3298"></div> | |
| </div> |