1.0.4 • Published 2 years ago

custom-widgets-library v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Custom Widgets Library

Installation

Install by running pip install servianwidgets

Import the library with import servianwidgets

Functions

feature_selector_scatter(dataframe_list)

parameters: dataframe_list - A list of pandas dataframes. This function still works with a single dataframe, however, in that case, the lone dataframe must be the sole item in a list. Note: each dataframes in this list must have a name

feature_selector currently creates a widget for dataframe selection, a widget for target selection, and two widgets for feature selections based on the chosen dataframe. The selected dataframe features are then plotted against each other on a scatter plot, coloured by their class.

fss

classification_selector(dataframe_list)

parameters: dataframe_list - A list of pandas dataframes. This function still works with a single dataframe, however, in that case, the lone dataframe must be the sole item in a list. Note: each dataframes in this list must have a name

classification_selector currently creates a widget for dataframe selection, a widget for target selection, and a widget for classifier selection. A model using the specified classifier is then trained and reported on in a table. "Compare All" can also be selected in order to compare all available classifiers.

fss

regression_selector(dataframe_list) - Work-In-Progress

regression_selector is currently unavailable

agent-baseaggregate-erroransi-escapesansi-regexansi-stylesansicolorsargv-formatterarray-ifyarray-unionarrifybalanced-matchbefore-after-hookbottleneckbrace-expansionbracescallsitescamelcasecamelcase-keyscardinalchalkclean-stackcli-table3cliuicolor-convertcolor-namecolorscompare-funcconcat-mapconventional-changelog-angularconventional-changelog-writerconventional-commits-filterconventional-commits-parsercore-util-iscosmiconfigcross-spawncrypto-random-stringdateformatdebugdecamelizedecamelize-keysdeep-extenddeldeprecationdir-globdot-propduplexer2emoji-regexenv-cierror-exescaladeescape-string-regexpesprimaexecafast-globfastqfiguresfill-rangefind-upfind-versionsfrom2fromentriesfs-extrafs.realpathfunction-bindget-caller-fileget-streamgit-log-parserglobglob-parentglobbygraceful-fshandlebarshard-rejectionhashas-flaghook-stdhosted-git-infohttp-proxy-agenthttps-proxy-agenthuman-signalsignoreimport-freshimport-fromindent-stringinflightinheritsiniinto-streamis-arrayishis-core-moduleis-extglobis-fullwidth-code-pointis-globis-numberis-objis-path-cwdis-path-insideis-plain-objis-plain-objectis-streamis-text-pathisarrayisexeissue-parserjava-propertiesjs-tokensjson-parse-better-errorsjson-parse-even-better-errorsjson-stringify-safejsonfilejsonparseJSONStreamkind-oflines-and-columnsload-json-filelocate-pathlodashlodash.capitalizelodash.escaperegexplodash.ismatchlodash.isplainobjectlodash.isstringlodash.uniqbylru-cachemap-objmarkedmarked-terminalmeowmerge-streammerge2micromatchmimemimic-fnmin-indentminimatchminimistminimist-optionsmodify-valuesmsneo-asyncnerf-dartnode-emojinode-fetchnormalize-package-datanormalize-urlnpmnpm-run-pathonceonetimep-each-seriesp-filterp-is-promisep-limitp-locatep-mapp-reducep-retryp-tryparent-moduleparse-jsonpath-existspath-is-absolutepath-keypath-parsepath-typepicomatchpifypkg-confprocess-nextick-argsqqueue-microtaskquick-lrurcread-pkgread-pkg-upreadable-streamredentredeyedregistry-auth-tokenrequire-directoryresolveresolve-fromretryreusifyrimrafrun-parallelsafe-buffersemantic-releasesemversemver-diffsemver-regexshebang-commandshebang-regexsignal-exitsignaleslashsource-mapspawn-error-forwarderspdx-correctspdx-exceptionsspdx-expression-parsespdx-license-idssplitsplit2stream-combiner2string_decoderstring-widthstrip-ansistrip-bomstrip-final-newlinestrip-indentstrip-json-commentssupports-colorsupports-hyperlinkssupports-preserve-symlinks-flagtemp-dirtempytext-extensionsthroughthrough2to-regex-rangetr46traversetrim-newlinestype-festuglify-jsunique-stringuniversal-user-agentuniversalifyurl-joinutil-deprecatevalidate-npm-package-licensewebidl-conversionswhatwg-urlwhichwordwrapwrap-ansiwrappyxtendy18nyallistyamlyargsyargs-parser
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago